sipah00 / CrickFev

CLI for getting update of live cricket matches
MIT License
7 stars 9 forks source link

Error while executing `pip install --editable .` #9

Open kaushal-py opened 6 years ago

kaushal-py commented 6 years ago

`(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 .

ayush-agr commented 6 years ago

In setup.py install_requires change BeautifulSoup to BeautifulSoup4. I think there some issue with python and BeautifulSoup versions.

SubhrajitPrusty commented 6 years ago

Fixed this in #15 Please take a look.