python-poetry / poetry

Python packaging and dependency management made easy
https://python-poetry.org
MIT License
31.9k stars 2.28k forks source link

failed to configure private pipy registry on aarch64 #2786

Closed lironmo closed 3 years ago

lironmo commented 4 years ago

Hello, i am trying to use poetry on jetson nano or TX2 of nvidia, and i am getting the following error:

[ImportError] /home/edgify/.poetry/lib/poetry/_vendor/py3.7/cryptography/hazmat/bindings/_openssl.abi3.so: cannot open shared object file: No such file or director

i installed cryptography, but still it's seesm that the poetry binary look for _openssl.abi3.so in different location.

can i build it from source for aarch64? this will resolve my problem?

lironmo commented 4 years ago

the file_openssl.abi3.s exists. and has read permissions

abn commented 4 years ago

@lironmo can you try installing poetry either using pip or pipx? That should avoid the vendoring issue.

abn commented 3 years ago

Looks like this is relying on the older distribution mechanism. Since we are now using install-poetry.py script and that simply uses pip in an isolated environment this issue should be resolved now.

github-actions[bot] commented 9 months ago

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.