Replies: 3 comments 8 replies
|
I think this question is about development version of python. |
3 replies
|
based on the searching my |
5 replies
This comment was marked as spam.
This comment was marked as spam.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


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 ?
All reactions