tspivey / yugioh-game

Text-based Yu-Gi-Oh MUD
https://allinaccess.com/game/
MIT License
33 stars 23 forks source link

Unable to install 'gsb' #255

Closed ScullCandy72 closed 3 years ago

ScullCandy72 commented 3 years ago

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? Screenshot 2020-12-01 at 11 52 34 AM

Timtam commented 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.