-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dependencies installed, but main.py throws errors #2
Comments
However your python was installed, by package or manually, It did not include or link with ncurses. If you manually compile python, the configure script makes a report of modules that will not be built because best wishes |
Thanks for your answer. You are absolutely right, the repository version of |
You have more than one version of python installed, and term-tris was installed through the bad one. Try using the “which” command to locate the bad one, which python Etc. when you find the location of the bad python interpreter, you can call into the pip module to uninstall term-this from it, and use the good python interpreter to install term-tris /usr/local/bad/python -m pip uninstall term-tris /usr/local/good/python -m pip install term-tris |
Oh, maybe that is where the issue is then. I didn't install I did try installing |
You are right that term-tris is not on pypi, it is missing setup.py, too, so, the way you are running is fine. but it should work fine on arm cpu as far as I can tell, anyway I’ve reached the end of my support contract lol, best wishes and good luck, “Tetris 99” is free on Nintendo switch with a Nintendo online account, I highly suggest that one, lol! |
I installed
asciimatics
andkeyboard
usingpip
, ncurses is installed, but I can't runmain.py
regardless of the version of Python I use:I tried as root, but got the same errors. Any ideas? Is it possible my version of ncurses is too old? I only have 6.1 available.
The text was updated successfully, but these errors were encountered: