rattlesnake icon indicating copy to clipboard operation
rattlesnake copied to clipboard

Installation issues

Open stevenveenma opened this issue 5 years ago • 1 comments

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'

stevenveenma avatar Nov 04 '18 21:11 stevenveenma

download curses from the following URL, and install it by pip https://www.lfd.uci.edu/~gohlke/pythonlibs/#curses

lgnq avatar Mar 07 '19 02:03 lgnq