[Windows]: Remove pygrib from the mandatory dependencies as there is no easily installable Windows equivalent.
Designs
- Show closed items
Activity
-
Newest first Oldest first
-
Show all activity Show comments only Show history only
- Daniel Scheffler changed title from Remove pygrib from the mandatory dependencies as there is no easily installable Windows equivalent. to [Windows]: Remove pygrib from the mandatory dependencies as there is no easily installable Windows equivalent.
changed title from Remove pygrib from the mandatory dependencies as there is no easily installable Windows equivalent. to [Windows]: Remove pygrib from the mandatory dependencies as there is no easily installable Windows equivalent.
- Daniel Scheffler marked this issue as related to EnMAP/GFZ_Tools_EnMAP_BOX/enpt_enmapboxapp#2 (closed)
marked this issue as related to EnMAP/GFZ_Tools_EnMAP_BOX/enpt_enmapboxapp#2 (closed)
- Author Owner
There is still one top-level import of pygrib in the latest commit in feature/improve_pygrib (f4d62686):
In [2]: import sicor --------------------------------------------------------------------------- ImportError Traceback (most recent call last) <ipython-input-2-1ed14707aa6e> in <module>() ----> 1 import sicor D:\Temp\SPECHOM_py\sicor\sicor\__init__.py in <module>() 4 import os 5 from .version import __version__ ----> 6 from .sicor_ac import ac 7 from .sicor_ac import ac_gms 8 from .options.options import get_options D:\Temp\SPECHOM_py\sicor\sicor\sicor_ac.py in <module>() 44 from .options.options import get_options, _processing_dict 45 from .sensors import SensorSRF ---> 46 from .sensors.S2MSI import S2Image, GranuleDEM 47 from .sensors.S2MSI.S2Image.S2Image import s2_snr_model 48 from .sensors.RSImage import const_snr_model D:\Temp\SPECHOM_py\sicor\sicor\sensors\S2MSI\__init__.py in <module>() 1 from .GranuleDEM import GranuleDEM 2 from .GranuleInfo import GranuleInfo ----> 3 from .S2Image import S2Image 4 5 __all__ = ["GranuleDEM", "GranuleInfo", "S2Image"] D:\Temp\SPECHOM_py\sicor\sicor\sensors\S2MSI\S2Image\__init__.py in <module>() ----> 1 from .S2Image import S2Image 2 from ...RSImage import RSImage 3 4 __author__ = "Andre Hollstein" 5 __all__ = ["S2Image", "RSImage"] D:\Temp\SPECHOM_py\sicor\sicor\sensors\S2MSI\S2Image\S2Image.py in <module>() 24 from geoarray import GeoArray 25 from psutil import virtual_memory ---> 26 import pygrib 27 from scipy.interpolate import bisplev 28 from scipy.interpolate import bisplrep ImportError: No module named 'pygrib'
- Author Owner
Has the fix been merged into the master? Can we close the issue?
- Niklas Bohn closed
closed
Please register or sign in to reply