-
Notifications
You must be signed in to change notification settings - Fork 89
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]: Unable to pip install on python 3.10
#152
Comments
Hi! I think I can take this one. Is It seems this might be the cause of the problem. From what I've read futures shouldn't be installed with Python 3. |
To be completely honest, I'm not sure where the requirements are being kept for the honeybot core honeybot/.github/workflows/build.yml Line 42 in 00a75fc
Yes that is correct, I too understand that futures is now part of the standard library in python3+ |
From what I could see locally and in your log output, the problem lies in that futures is installed by some other dependency and gets the first version that works: I ran the GitHub workflow locally too and it works. It probably does so because of the One thing to mention is that in spite of the errors, the installation completes. |
If I understood it correctly, the objective is to be able to install in 3.10 without errors. |
I guess so too |
What happened?
Version: 5.0.9
Operating System: Windows
Steps:
Expected behavior:
Installation completes without error.
Additional information:
I tried the recommendation from https://stackoverflow.com/questions/54338270/syntax-error-after-installing-futures-package-in-my-virtualenv and downgraded my
setuptools
to45.2.0
and it worked.Screenshot:
Relevant log output
Code of Conduct
The text was updated successfully, but these errors were encountered: