We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Haven't been able to pip install on python3.7 or python3.8. Perhaps setup.py needs cython in the requirements list?
python3.7
python3.8
cython
Cloning the repo and manually doing a pip install . worked, once I installed cython separately.
pip install .
The text was updated successfully, but these errors were encountered:
Having a similar issue (Python 3.9) but pip install . doesn't seem to be working at all.
Sorry, something went wrong.
No branches or pull requests
Haven't been able to pip install on
python3.7
orpython3.8
.Perhaps setup.py needs
cython
in the requirements list?Cloning the repo and manually doing a
pip install .
worked, once I installed cython separately.The text was updated successfully, but these errors were encountered: