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
Hi!
0.2.3 version throws error when installing it with pip3. sudo pip3 install bottle-mongo
Output:
Downloading/unpacking bottle-mongo
Downloading bottle-mongo-0.2.3.tar.gz
Running setup.py (path:/tmp/pip_build_root/bottle-mongo/setup.py) egg_info for package bottle-mongo
Traceback (most recent call last):
File "<string>", line 17, in <module>
File "/tmp/pip_build_root/bottle-mongo/setup.py", line 5, in <module>
REQUIREMENTS = [i.strip() for i in open("requirements.txt").readlines()]
FileNotFoundError: [Errno 2] No such file or directory: 'requirements.txt'
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 17, in <module>
File "/tmp/pip_build_root/bottle-mongo/setup.py", line 5, in <module>
REQUIREMENTS = [i.strip() for i in open("requirements.txt").readlines()]
FileNotFoundError: [Errno 2] No such file or directory: 'requirements.txt'
----------------------------------------
Cleaning up...
When installing from source everything is ok sudo pip3 install https://github.com/bottlepy/bottle-mongo/archive/master.zip#egg=bottle-mongo
I think you need to use absolute path, when opening requirements.txt
The text was updated successfully, but these errors were encountered:
Hi!
0.2.3 version throws error when installing it with pip3.
sudo pip3 install bottle-mongo
Output:
When installing from source everything is ok
sudo pip3 install https://github.com/bottlepy/bottle-mongo/archive/master.zip#egg=bottle-mongo
I think you need to use absolute path, when opening requirements.txt
The text was updated successfully, but these errors were encountered: