Jupyter Notebook installation error - Building wheel for argon2-cffi (PEP 517) … error

后端 未结 5 1981
小蘑菇
小蘑菇 2021-01-12 07:09
Building wheels for collected packages: argon2-cffi
  Building wheel for argon2-cffi (PEP 517) ... error
  ERROR: Command errored out with exit status 1:
   command:         


        
5条回答
  •  难免孤独
    2021-01-12 07:36

    In case if other people have problem and in their case that will work.

    In my case I used:

    py -3.8 -m pip install pyautogui
    

    That gave me respond:

    Python 3.8 not found!
    Installed Pythons found by C:\Windows\py.exe Launcher for Windows
     -3.9-64 *
     -3.7-64
    

    So after I installed Python 3.8 once again used:

    py -3.8 -m pip install pyautogui
    

    Result:

    Successfully installed PyTweening-1.0.3 mouseinfo-0.1.3 pyautogui-0.9.52 pygetwindow-0.0.9 pymsgbox-1.0.9 pyperclip-1.8.1 pyrect-0.1.4 pyscreeze-0.
    

提交回复
热议问题