I’m trying to play this game, but even after installing all the required Python packages, I get an error saying that tcod can’t be found. I’m not too familiar with Python; do you have any ideas as to why this might be happening?
Viewing post in rogue-dash jam comments
Oh, no, I did not create a virtual environment. I didn’t see any venv in the rogue-dash folder, so I thought it was missing for some reason and skipped those steps; I didn’t realize the command would create it.
But now I’m not sure what to do with this command:
source venv/bin/activate
“source” isn’t a valid command as far as I can tell; do I need to download it from somewhere?
You may want to follow the steps found here to get python-tcod installed: https://python-tcod.readthedocs.io/en/latest/installation.html#windows
I'm not a Windows user, I was not sure either. I found this on stackoverflow:
https://stackoverflow.com/questions/50896496/what-is-the-difference-between-py-a...
If the command:
py -m pip install tcod
Worked for you, perhaps you should try it in place of `python` that I provided in my instructions.