Closed BasharAG closed 6 years ago
You might also have to pip install -r requirements.txt before the pserve The data.teststin_data is in the repo so I'm not sure why you'd get that error.
Already ran it (tried both pip and pip3). No luck.
Getting the same error:
pserve development.ini --reload 1 ↵ ──(Wed,Jan31)─┘
Starting monitor for PID 28172.
Traceback (most recent call last):
File "
when I ran pip install -r requirements.txt, I get this error:
Collecting ipython==6.2.1 (from -r requirements.txt (line 24))
Could not find a version that satisfies the requirement ipython==6.2.1 (from -r requirements.txt (line 24)) (from versions: 0.10, 0.10.1, 0.10.2, 0.11, 0.12, 0.12.1, 0.13, 0.13.1, 0.13.2, 1.0.0, 1.1.0, 1.2.0, 1.2.1, 2.0.0, 2.1.0, 2.2.0, 2.3.0, 2.3.1, 2.4.0, 2.4.1, 3.0.0, 3.1.0, 3.2.0, 3.2.1, 3.2.2, 3.2.3, 4.0.0b1, 4.0.0, 4.0.1, 4.0.2, 4.0.3, 4.1.0rc1, 4.1.0rc2, 4.1.0, 4.1.1, 4.1.2, 4.2.0, 4.2.1, 5.0.0b1, 5.0.0b2, 5.0.0b3, 5.0.0b4, 5.0.0rc1, 5.0.0, 5.1.0, 5.2.0, 5.2.1, 5.2.2, 5.3.0, 5.4.0, 5.4.1, 5.5.0)
No matching distribution found for ipython==6.2.1 (from -r requirements.txt (line 24))
What version of python are you using?
Python 2.7.14+
oh, nvm... got it working by running python3 runapp.py.
That may be the issue. It's written for 3.5+
I keep getting this error when I try to deploy the page to localhost (last step in your instructions. Any ideas?