You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, is it supposed to be python3 compatible?
I am getting some errors when installing for python3.
Namely:
Collecting flask-discoverer
Downloading https://files.pythonhosted.org/packages/fe/b9/102578893408c7e2244a1a413f42602e24b2e69f6868b4d486e1d9196ac0/flask-discoverer-0.0.5.tar.gz
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/tmp/pip-build-duan08yc/flask-discoverer/setup.py", line 16, in <module>
with open('requirements.txt') as f:
FileNotFoundError: [Errno 2] No such file or directory: 'requirements.txt'
----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-duan08yc/flask-discoverer/
The text was updated successfully, but these errors were encountered:
Hey, is it supposed to be python3 compatible?
I am getting some errors when installing for python3.
Namely:
The text was updated successfully, but these errors were encountered: