-
Notifications
You must be signed in to change notification settings - Fork 2
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
errors with wheels #8
Comments
I think it's something to do with this: https://stackoverflow.com/questions/42757497/python-installation-compilation-errors?noredirect=1&lq=1 And setting the Or this: But mostly sounds like these dependencies all need proper wheels to be built for distribution ref: pyrates/biscuits#6 |
I got it working. Needed to configure build tools correctly and add some things to path. |
Thank you for investigating that. And glad you solved it. Let me know what you think of the project and if you have any idea to further develop it. |
This is what I am seeing on local Windows 10 computer (with a clean install of python3.7 + Visual C++ 14 build tools). Similar thing is also happening on Azure.
You know the reason?
The text was updated successfully, but these errors were encountered: