johnbalvin / pyzill

Zillow scraper made in Python
MIT License
21 stars 4 forks source link

import pyzill errors #6

Open cartomaniac opened 6 days ago

cartomaniac commented 6 days ago

After doing a pip install pyzill, tried to import it in the python environment and got this error:

Python 3.9.16 [MSC v.1931 64 bit (AMD64)] :: Anaconda, Inc. on win32 Type "help", "copyright", "credits" or "license" for more information.

import pyzill Traceback (most recent call last): File "", line 1, in File "D:\work\arcgispro-py3-clone31\lib\site-packages\pyzill__init__.py", line 1, in from pyzill.details import get_from_property_id, get_from_property_url File "D:\work\arcgispro-py3-clone31\lib\site-packages\pyzill\details.py", line 9, in property_url: str, proxy_url: str | None = None TypeError: unsupported operand type(s) for |: 'type' and 'NoneType'