biglocalnews / civic-scraper

Tools for downloading agendas, minutes and other documents produced by local government
https://civic-scraper.readthedocs.io
Other
42 stars 14 forks source link

Can't pip install master #132

Closed showerst closed 2 years ago

showerst commented 2 years ago

Perhaps installing from master isn't desired -- if so feel free to close this issue.

I tried to clone master on this repo and do a pip install ./ and I got an error:

Collecting legistar@ https://github.com/opencivicdata/python-legistar-scraper/zipball/master (from civic-scraper==0.1.0)
Exception:
Traceback (most recent call last):

... removed for brevity ...

    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://pypi.org/simple/legistar/
showerst commented 2 years ago

Nevermind, I did it with pip install -r requirements.txt first and that worked.