Skip to content
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

runtime error from pyinstaller when archook is present #29

Open
jesegal opened this issue May 14, 2020 · 1 comment
Open

runtime error from pyinstaller when archook is present #29

jesegal opened this issue May 14, 2020 · 1 comment

Comments

@jesegal
Copy link

jesegal commented May 14, 2020

Python 3.6
archook 1.3.0rc0

File "site-packages\archook_init_.py", line 14, in
File "site-packages\archook_init_.py", line 12, in get_version
File "site-packages\pkg_resources_init_.py", line 482, in get_distribution
File "site-packages\pkg_resources_init_.py", line 358, in get_provider
File "site-packages\pkg_resources_init_.py", line 901, in require
File "site-packages\pkg_resources_init_.py", line 787, in resolve
pkg_resources.DistributionNotFound: The 'archook' distribution was not found and is required by the application

@mhw-at-yg
Copy link
Collaborator

Maybe: try commenting out the setup_requires = line in setup.py, and then re pip install archook before running pyinstaller.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants