-
Notifications
You must be signed in to change notification settings - Fork 2
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
Problems installing GribMagic #20
Comments
Dear @awipslinuxuser, thanks for writing in. I just verified it works when aiming for a development sandbox [1]:
For a regular installation, you might just want to use
Let me know if you still observe any problems. If so, please share a more detailed error message. With kind regards, [1] There is also a section in the documentation about the development sandbox, see https://github.com/earthobservations/gribmagic/#development. |
All right. This program does not have a GUI, please use the CLI. |
@amotl the one script i cant run is in the demo folder that is magics.py it keeps saying Traceback (most recent call last):
File "magics.py", line 4, in <module>
from magics import macro as magics
File "/home/kali/Desktop/gribmagic-main/demo/magics.py", line 4, in <module>
from magics import macro as magics
ImportError: cannot import name macro |
Dear @awipslinuxuser, thanks for sharing the traceback. This essentially means that the Magics program and/or its Python bindings are not installed on your machine. There is some documentation about this at the section about the In the best case, to get it running, you would invoke something along the lines of
and then run the With kind regards, [1] https://github.com/earthobservations/gribmagic#run-bbox-tool |
ok thats what i didn't do ok because i did install macro also I'm developing a software for weather radar on python if you want to help |
Hi. When i run the file i keep getting invalid syntax when i run
python setup.py install
.The text was updated successfully, but these errors were encountered: