-
Notifications
You must be signed in to change notification settings - Fork 52
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
No Module found. #12
Comments
It seems it doesn't import doris package very well, so I solved in this way:
My Machine: Linux Mint 18.1 based on Ubuntu 16.04 with Python 2.7.14 [GCC 5.4.0 20160609] |
Thank you for your kind reply. I got it solved by modifying the directory. When I run the process for Sentinel data am getting the following error. ERROR 4: MFF header file read successfully, but no bands Kindly help me solve the same. Thank you in advance. Regards, |
Pay attention when you modify py files, especially for indentation warnings (i.e.: blank spaces) |
reading metadata from /home/suresh/Downloads/doris_data/stack/20181013/swath_2 Kindly help me solve the same. Thank you in advance. Regards, |
root@suresh:/home/suresh/Downloads/doris/datastack/stack# bash doris_stack.sh
Traceback (most recent call last):
File "/home/suresh/Downloads/Doris-master/doris_stack/main_code/doris_main.py", line 4, in
from doris.doris_stack.main_code.doris_sentinel_1 import DorisSentinel1
ImportError: No module named doris.doris_stack.main_code.doris_sentinel_1
Am getting the following issue when I try to run bash doris_stack.sh.
Kindly help me solve this issue
The text was updated successfully, but these errors were encountered: