Skip to content
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

Need help with compiling #2

Open
micwoj92 opened this issue May 21, 2020 · 2 comments
Open

Need help with compiling #2

micwoj92 opened this issue May 21, 2020 · 2 comments

Comments

@micwoj92
Copy link

micwoj92 commented May 21, 2020

I tried to compile this and got error
ModuleNotFoundError: No module named 'scipy'
So i installed python-scipy (should probably be added to requirements.txt) and tried to compile again, then I got another error, pasting whole build log below
[micwoj92@desktop]: ~/Desktop/test_xd/Softly-Roguelike/src>$ python main.py
missing ID # 70 in IDENTIFICATION
(previous is ('pants', 33))
missing ID # 116 in IDENTIFICATION
(previous is ('flower', 6))
missing ID # 119 in IDENTIFICATION
(previous is ('root', 6))
missing ID # 132 in IDENTIFICATION
(previous is ('bipod', 38))
False
Traceback (most recent call last):
File "main.py", line 27, in
import rogue as rog
File "/home/micwoj92/Desktop/test_xd/Softly-Roguelike/src/rogue.py", line 34, in
import entities
File "/home/micwoj92/Desktop/test_xd/Softly-Roguelike/src/entities.py", line 6488, in
'metal Allen wrench' :(8, 0.1, 300, METL,1, 8, (0, 1, 2, 0, 0, 0, 0, 1, -12,0, 4, 0, -20,0, 0,),None,_allenwrench,ID_TOOL,),
NameError: name 'ID_TOOL' is not defined

Could you please help? My os is arch linux.

@eyeCube
Copy link
Owner

eyeCube commented Mar 8, 2021

Sorry for the delayed response. I'm returning to this project with the goal of finishing it now. If anyone is curious, this problem should be fixed now.

@micwoj92
Copy link
Author

micwoj92 commented Mar 9, 2021

This seems to be fixed, now I am getting different error as of a253651

Traceback (most recent call last):
  File "/home/micwoj92/Desktop/test_xd/Softly-Roguelike/src/main.py", line 27, in <module>
    import rogue as rog
  File "/home/micwoj92/Desktop/test_xd/Softly-Roguelike/src/rogue.py", line 34, in <module>
    import components as cmp
  File "/home/micwoj92/Desktop/test_xd/Softly-Roguelike/src/components.py", line 1503
    __slots__=['energy','mats','tools']
                                       ^
IndentationError: unindent does not match any outer indentation level

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants