-
Notifications
You must be signed in to change notification settings - Fork 25
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
PIP Installation is broken #50
Comments
Though it does not suggest this in the error message, the following is required as a prerequisite.
It would be tremendously helpful if this could be made more clear. |
Hi, thank you for reporting the issue! Actually the dependency is mentioned in README file, but if you know how to set it in setup.py, it would be great if you sent a PR. |
I do see now that it is mentioned in the documentation, however the expected behavior is that |
@zdohnal As the |
Np, I closed the issue because I took it as solved by mentioning the dependency in README file, because I don't know a way how to solve it in pip (unless introducing some kind of configure/cmake solution, which will check the deps before the build, but IMO that's not a Python way of doing it). |
Not to mention that installing this on a Windows machine (e. g. for more comfortable development) seems completely impossible. |
I have tried to solve this in 2.0.2a0 and 2.0.3 versions, but with no luck :( . Probably the project will have to be migrated to newer Python distributing ways... |
When running
The following is returned.
OS: Ubuntu 20.04.5 LTS
Python: 3.8.10
The text was updated successfully, but these errors were encountered: