dakk / gweatherrouting

Sailing weather routing made easy
GNU General Public License v3.0
48 stars 8 forks source link

Error in running gweatherrouting #130

Closed WeatherRouteing closed 3 months ago

WeatherRouteing commented 1 year ago

No module latlon about weatherrouting pack

dakk commented 1 year ago

Please post the full error log

WeatherRouteing commented 1 year ago

Traceback (most recent call last): File "C:\Users\haozh\miniconda3\Scripts\gweatherrouting-script.py", line 33, in sys.exit(load_entry_point('gweatherrouting==0.1.4', 'console_scripts', 'gweatherrouting')()) File "C:\Users\haozh\miniconda3\Scripts\gweatherrouting-script.py", line 25, in importlib_load_entry_point return next(matches).load() File "C:\Users\haozh\miniconda3\lib\site-packages\setuptools_vendor\importlib_metadata__init__.py", line 194, in load module = import_module(match.group('module')) File "C:\Users\haozh\miniconda3\lib\importlib__init.py", line 127, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1030, in _gcd_import File "", line 1007, in _find_and_load File "", line 972, in _find_and_load_unlocked File "", line 228, in _call_with_frames_removed File "", line 1030, in _gcd_import File "", line 1007, in _find_and_load File "", line 986, in _find_and_load_unlocked File "", line 680, in _load_unlocked File "", line 850, in exec_module File "", line 228, in _call_with_frames_removed File "C:\Users\haozh\miniconda3\lib\site-packages\gweatherrouting-0.1.4-py3.9.egg\gweatherrouting\init.py", line 16, in from . import core File "C:\Users\haozh\miniconda3\lib\site-packages\gweatherrouting-0.1.4-py3.9.egg\gweatherrouting\core\init__.py", line 21, in from .grib import Grib File "C:\Users\haozh\miniconda3\lib\site-packages\gweatherrouting-0.1.4-py3.9.egg\gweatherrouting\core\grib.py", line 22, in from . import utils File "C:\Users\haozh\miniconda3\lib\site-packages\gweatherrouting-0.1.4-py3.9.egg\gweatherrouting\core\utils.py", line 20, in import latlon ModuleNotFoundError: No module named 'latlon'

WeatherRouteing commented 1 year ago

I have latlon

dakk commented 1 year ago

Are you sure? The packages is called latlon3, check if you have it first

dakk commented 3 months ago

Please refer to new README instructions, reopen if you have the same issue.