Traceback (most recent call last):
File "scrape.py", line 7, in <module>
from rightmove_webscraper import rightmove_data
File "/home/pi/notebooks/HouseData/HouseFinderENV/lib/python3.5/site-packages/rightmove_webscraper/__init__.py", line 65
raise ValueError(f"Invalid rightmove search URL:\n\n\t{self.url}")
then on fixing that
Traceback (most recent call last):
File "scrape.py", line 7, in <module>
import rightmove_webscraper
File "/home/pi/notebooks/HouseData/HouseFinderENV/lib/python3.5/site-packages/rightmove_webscraper/__init__.py", line 99
assert by in self.get_results.columns, f"Column not found in `get_results`: {by}"
^
SyntaxError: invalid syntax
Seems there are some syntax errors in innit.py
then on fixing that