Replies: 3 comments 8 replies
-
|
I think this question is about development version of python. |
Beta Was this translation helpful? Give feedback.
-
|
based on the searching my |
Beta Was this translation helpful? Give feedback.


Uh oh!
There was an error while loading. Please reload this page.
-
Environment
pkgx 1.1.0
os: debian 12
Error description
In my poetry project, the python must be lower than 3.11, so I use pkgx install it
And when I run those command
It was going wrong.

The wrong package was "hnswlib", which must be compiled with g++ and python.
The g++ command is
And ld error.


The LD_LIBRARY_PATH is
I saw it include with pkgx's python path.
What can I do ?
Beta Was this translation helpful? Give feedback.
All reactions