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

Install on windows #24

Open
hajimurtaza opened this issue Feb 16, 2018 · 2 comments
Open

Install on windows #24

hajimurtaza opened this issue Feb 16, 2018 · 2 comments

Comments

@hajimurtaza
Copy link

pip install in anaconda gives error with BeautifulSoup3

(base) C:\Users\murta>pip install glassdoor
Collecting glassdoor
Using cached glassdoor-0.0.8.tar.gz
Requirement already satisfied: requests>=1.1.0 in c:\users\murta\anaconda3\lib\site-packages (from glassdoor)
Collecting BeautifulSoup>=3.2.1 (from glassdoor)
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 "C:\Users\murta\AppData\Local\Temp\pip-build-xnnub7vo\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 C:\Users\murta\AppData\Local\Temp\pip-build-xnnub7vo\BeautifulSoup\

@payasparab
Copy link

I had the same issue - were you able to resolve this?

@mekarpeles
Copy link
Member

This code was never ported to python3 and is long past EOL.

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