hackerlist / glassdoor

Python API for Glassdoor.com
MIT License
81 stars 35 forks source link

Install on windows #24

Open hajimurtaza opened 6 years ago

hajimurtaza commented 6 years ago

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 commented 2 years ago

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

mekarpeles commented 2 years ago

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