Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error while executing pip install --editable . #9

Open
kaushal-py opened this issue Nov 27, 2017 · 2 comments
Open

Error while executing pip install --editable . #9

kaushal-py opened this issue Nov 27, 2017 · 2 comments

Comments

@kaushal-py
Copy link

`(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
Copy link

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

@SubhrajitPrusty
Copy link
Contributor

Fixed this in #15 Please take a look.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants