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
I want to give this script a try. I cloned it in windows and runned the requirements.
Collecting functools32==3.2.3.post2 (from -r requirements.txt (line 2)) Using cached https://files.pythonhosted.org/packages/c5/60/6ac26ad05857c601308d8fb9e87fa36d0ebf889423f47c3502ef034365db/functools32-3.2.3-2.tar.gz Complete output from command python setup.py egg_info: This backport is for Python 2.7 only.
When I try to run the python file it returns: No module named '_curses'
The text was updated successfully, but these errors were encountered:
download curses from the following URL, and install it by pip https://www.lfd.uci.edu/~gohlke/pythonlibs/#curses
Sorry, something went wrong.
No branches or pull requests
I want to give this script a try. I cloned it in windows and runned the requirements.
Collecting functools32==3.2.3.post2 (from -r requirements.txt (line 2))
Using cached https://files.pythonhosted.org/packages/c5/60/6ac26ad05857c601308d8fb9e87fa36d0ebf889423f47c3502ef034365db/functools32-3.2.3-2.tar.gz
Complete output from command python setup.py egg_info:
This backport is for Python 2.7 only.
When I try to run the python file it returns: No module named '_curses'
The text was updated successfully, but these errors were encountered: