Closed ScullCandy72 closed 3 years ago
gsb is not on PyPI, we're just installing that from the GitHub repository too. I'd expect our game not to be runnable on replit, due to the requirements (you'll have to manually compile lua as well as the ygopro core with a C/C++ compiler in order to properly compile and launch our game). I'd be more productive to take some other idea into consideration, like installing a Windows Subsystem for Linux instance or getting a real Linux VM to work with.
When using the website Replit, I had to press run and install all the modules that the code didn't find, but when it told me it couldn't find the 'gsb' module, I typed the command,
pip install gsb
, and I got back an error saying the code can't install the module. Is there a way I can fix this?