Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Hey, if i run this on linux i get this error:
Traceback (most recent call last):

   File "main.py ", line 40, in <module>

        import pyximport

ImportError: No module named 'pyximport'


i have tried installing it with pip, tried to find it with sudo apt-get install python3-pyx but nothing worked

Could you maybe help with this?

(1 edit)

@pix31 Yeah, running the source version under Linux requires some extra work. I recommend just running the Windows version under Wine.

The instructions for getting the source version running are here: https://www.reddit.com/r/Injection/comments/4dp7go/attention_linux_users/

You should be careful about trying to guess the names of packages on pypi, people like to put viruses up there with names based on the names people get wrong. Google around before you `pip install` something.