-
Notifications
You must be signed in to change notification settings - Fork 301
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Can't install version 8.0.0 #959
Labels
Comments
it seemed like the .dist_info dir lost,so that the entry point of pyarmor is unknown, and the installation failed. |
same issue here |
same in macOS m1 |
Does this mean the bug is fixed? |
The latest version is 8.0.9, 8.0.10 will be released soon. But not all platforms are supported now, please refer to pinned issue #980 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi I try install pyarmor:
pip install pyarmor==8.0.0
and have a problem:
ERROR: For req: pyarmor==8.0. Invalid script entry point: <ExportEntry pyarmor = pyarmor:None []> - A callable suffix is required. Cf https://packaging.python.org/specifications/entry-points/#use-for-scripts for more information.
When installing v7.7.4 all ok.
At linux: ubuntu:22.04, centos:6, all python 3.7.13, python 3.10.6
The text was updated successfully, but these errors were encountered: