Need help using library in Jupyter Notebook #155
-
Note: I'm new to this so may use incorrect verbiage! I've copy/pasted the code from the website into Jupyter Notebook to attempt to pull data on rentals/homes listed for sale
This ran with an error, so I ran just the pip install at the end and it worked. I restarted the kernel.
When running this code, no results get printed and print(listings) shows an empty array.
running this code gives me an error: cannot import name 'Location' from 'daftlistings' Any ideas on what I'm doing wrong and how to best fix this/Google the answer? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Got it figured out! Uninstall the old version that didn't have location. Used this several years ago and my version was out of date. |
Beta Was this translation helpful? Give feedback.
Got it figured out! Uninstall the old version that didn't have location. Used this several years ago and my version was out of date.