Could not find a version that satisfies the requirement

后端 未结 12 1212
耶瑟儿~
耶瑟儿~ 2020-11-29 17:34

I\'m installing several Python packages in Ubuntu 12.04 using the following requirements.txt file:

numpy>=1.8.2,<2.0.0
matplotlib>=1.3.         


        
12条回答
  •  予麋鹿
    予麋鹿 (楼主)
    2020-11-29 18:28

    Use Command Prompt, and then select Run as administrator.

    Upgrade the pip version

    To upgrade PIP, type this command, and then press Enter:-

    python.exe -m pip install --upgrade pip

    Go Back to python path C:\Users\Jack\AppData\Local\Programs\Python\Python37\Scripts

    Type jupyter notebook

    You will be redirected to http://localhost:8888/undefined/tree - Jupyter Home Page

    Hope it helps !!!!!!!!!!!

提交回复
热议问题