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
`(scraping) kbstudios@kbstudios:/mnt/Data/Code/kwoc/CrickFev$ pip install --editable .
Obtaining file:///mnt/Data/Code/kwoc/CrickFev
Requirement already satisfied: Click in /home/kbstudios/anaconda3/lib/python3.6/site-packages (from CrickFev==0.1)
Collecting BeautifulSoup (from CrickFev==0.1)
Using cached BeautifulSoup-3.2.1.tar.gz
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "", line 1, in
File "/tmp/pip-build-w81v9bsl/BeautifulSoup/setup.py", line 22
print "Unit tests have failed!"
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(int "Unit tests have failed!")?
----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-w81v9bsl/BeautifulSoup/`
This error occured while running pip install --editable .
The text was updated successfully, but these errors were encountered:
`(scraping) kbstudios@kbstudios:/mnt/Data/Code/kwoc/CrickFev$ pip install --editable .
Obtaining file:///mnt/Data/Code/kwoc/CrickFev
Requirement already satisfied: Click in /home/kbstudios/anaconda3/lib/python3.6/site-packages (from CrickFev==0.1)
Collecting BeautifulSoup (from CrickFev==0.1)
Using cached BeautifulSoup-3.2.1.tar.gz
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "", line 1, in
File "/tmp/pip-build-w81v9bsl/BeautifulSoup/setup.py", line 22
print "Unit tests have failed!"
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(int "Unit tests have failed!")?
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-w81v9bsl/BeautifulSoup/`
This error occured while running
pip install --editable .
The text was updated successfully, but these errors were encountered: