toby-p / rightmove_webscraper.py

Python class to scrape data from rightmove.co.uk and return listings in a pandas DataFrame object
MIT License
253 stars 113 forks source link

Cannot install webscraper #32

Closed emokyay closed 3 years ago

emokyay commented 3 years ago

Hi

I'm trying to install the webscraper using pip install -U rightmove-webscraper however I'm getting multiple command errors after the "Installing build dependencies".

I'm a little new to python so trying to understand this but it seems like a lot of the errors are due to "no module named 'numpy.distutils._msvcompiler' in numpy.distutils; trying from distutils customize MSVCCompiler" and then something about the atlas libraries not found.

Any direction / guidance would be immensely appreciated.

emokyay commented 3 years ago

was able to bypass the problem by copying the content of the py files