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

Does not work on Linux #37

Open
MurKit opened this issue Jul 15, 2016 · 1 comment
Open

Does not work on Linux #37

MurKit opened this issue Jul 15, 2016 · 1 comment

Comments

@MurKit
Copy link

MurKit commented Jul 15, 2016

Maybe I am missing something, but when I try to run qfconvert.py , I get an error.
I'm running that from the same directory, but it can't seem to find additional py libraries.

Traceback (most recent call last): File "qfconvert.py", line 11, in <module> import blueprint File "/media/username/storage/DF/MasterworkDF_V5.06/quickfort/src/qfconvert/blueprint.py", line 8, in <module> import buildconfig File "/media/username/storage/DF/MasterworkDF_V5.06/quickfort/src/qfconvert/buildconfig.py", line 5, in <module> from filereader import load_json File "/media/username/storage/DF/MasterworkDF_V5.06/quickfort/src/qfconvert/filereader.py", line 12, in <module> from grid import Grid, GridLayer File "/media/username/storage/DF/MasterworkDF_V5.06/quickfort/src/qfconvert/grid.py", line 3, in <module> import numpy ImportError: No module named numpy

@epsilon-phase
Copy link

You need to install numpy

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