ro-py / ro.py

ro.py is a modern, asynchronous Python 3 wrapper for the Roblox API.
https://ro.py.jmk.gg/
MIT License
115 stars 46 forks source link

PIP install Error #77

Closed LIPDProductionsInc closed 2 years ago

LIPDProductionsInc commented 2 years ago

So when I try to install the latest version using the readme as a guide, I get an exit code of 128 and am unable to install.


  Cloning git://github.com/ro-py/ro.py.git to c:\users\willy\appdata\local\temp\pip-req-build-6sxtv1nh
  Running command git clone --filter=blob:none --quiet git://github.com/ro-py/ro.py.git 'C:\Users\###\AppData\Local\Temp\pip-req-build-6sxtv1nh'
  fatal: unable to connect to github.com:
  github.com[0: 140.82.113.4]: errno=Unknown error

  error: subprocess-exited-with-error

  × git clone --filter=blob:none --quiet git://github.com/ro-py/ro.py.git 'C:\Users\###\AppData\Local\Temp\pip-req-build-6sxtv1nh' did not run successfully.
  │ exit code: 128
  ╰─> See above for output.

  note: This error originates from a subprocess, and is likely not a problem with pip.
error: subprocess-exited-with-error

× git clone --filter=blob:none --quiet git://github.com/ro-py/ro.py.git 'C:\Users\###\AppData\Local\Temp\pip-req-build-6sxtv1nh' did not run successfully.
│ exit code: 128
╰─> See above for output.

note: This error originates from a subprocess, and is likely not a problem with pip.```
jmkd3v commented 2 years ago

Hi - could you try running the following command instead:

pip install https://github.com/ro-py/ro.py
LIPDProductionsInc commented 2 years ago

Yeah, that one works fine.

On Sun, Jul 24, 2022, 12:33 jmkdev @.***> wrote:

Hi - could you try running the following command instead:

pip install https://github.com/ro-py/ro.py

— Reply to this email directly, view it on GitHub https://github.com/ro-py/ro.py/issues/77#issuecomment-1193352687, or unsubscribe https://github.com/notifications/unsubscribe-auth/AC2PDAOHTAE5KAOG7MKF2ZLVVVV5JANCNFSM54NPIPIA . You are receiving this because you authored the thread.Message ID: @.***>