nythepegasus / SideJITServer

A JIT enabler for iOS 17 with a Windows/macOS computer on the same WiFi!
GNU General Public License v3.0
396 stars 33 forks source link

`pip3 install SideJITStore` returns error #42

Closed vinhtq115 closed 4 months ago

vinhtq115 commented 4 months ago

When running pip3 install SideJITStore command according to the README.md file, I encountered this error:

ERROR: Could not find a version that satisfies the requirement SideJITStore (from versions: none)
ERROR: No matching distribution found for SideJITStore

I tried to find the package on pypi and it seems that the package does not exist at all.

don17sch commented 4 months ago

try pip3 install SideJITServer

vinhtq115 commented 4 months ago

try pip3 install SideJITServer

This one works. Thank you.