You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: