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
I've encountered the following error after trying to run the triplet pipeline script I'm a beginner with respect to conda environments etc and programming, but I think the installation was successful.
(skysat_stereo) csir@csirstell:~/skysat/skysat_stereo/scripts$ ./skysat_triplet_pipeline.py -h
Traceback (most recent call last):
File "skysat_triplet_pipeline.py", line 9, in
from skysat_stereo import misc_geospatial as misc
File "/home/csir/skysat/skysat_stereo/skysat_stereo/misc_geospatial.py", line 8, in
from imview import pltlib
ImportError: cannot import name 'pltlib' from 'imview' (/home/csir/miniconda3/envs/skysat_stereo/lib/python3.7/site-packages/imview/init.py).
Your feedback with this is appreciated.
Many thanks.
The text was updated successfully, but these errors were encountered:
Hi!
I've encountered the following error after trying to run the triplet pipeline script I'm a beginner with respect to conda environments etc and programming, but I think the installation was successful.
(skysat_stereo) csir@csirstell:~/skysat/skysat_stereo/scripts$ ./skysat_triplet_pipeline.py -h
Traceback (most recent call last):
File "skysat_triplet_pipeline.py", line 9, in
from skysat_stereo import misc_geospatial as misc
File "/home/csir/skysat/skysat_stereo/skysat_stereo/misc_geospatial.py", line 8, in
from imview import pltlib
ImportError: cannot import name 'pltlib' from 'imview' (/home/csir/miniconda3/envs/skysat_stereo/lib/python3.7/site-packages/imview/init.py).
Your feedback with this is appreciated.
Many thanks.
The text was updated successfully, but these errors were encountered: