fuergaosi233 / gitbook2pdf

Grab the contents of the gitbook document and convert it to pdf
1.04k stars 175 forks source link

pip3 install error #68

Closed gouchaoer closed 4 years ago

gouchaoer commented 4 years ago

pip3 install -r requirements.txt

    resp.raise_for_status()
  File "/usr/share/python-wheels/requests-2.18.4-py2.py3-none-any.whl/requests/models.py", line 935, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://pypi.org/simple/get/

pip3 -V pip 9.0.1 from /usr/lib/python3/dist-packages (python 3.6)

fuergaosi233 commented 4 years ago

fixed

gouchaoer commented 4 years ago

good job