Hi Diego,
just installed get-metars
pip install get-metars
It showed no problem during installation.
Trying to test it with
get-metars --help
getting the error:
Traceback (most recent call last):
File "/home/leonid/anaconda3/envs/py-3.12-AviaMeteo/bin/get-metars", line 3, in
from get_metars.main import app
ModuleNotFoundError: No module named 'get_metars'
same with this test:
get-metars kjfk --init 2022-01-01
Traceback (most recent call last):
File "/home/leonid/anaconda3/envs/py-3.12-AviaMeteo/bin/get-metars", line 3, in
from get_metars.main import app
ModuleNotFoundError: No module named 'get_metars'
Appreciate your help.
Hi Diego,
just installed get-metars
pip install get-metars
It showed no problem during installation.
Trying to test it with
get-metars --help
getting the error:
Traceback (most recent call last):
File "/home/leonid/anaconda3/envs/py-3.12-AviaMeteo/bin/get-metars", line 3, in
from get_metars.main import app
ModuleNotFoundError: No module named 'get_metars'
same with this test:
get-metars kjfk --init 2022-01-01
Traceback (most recent call last):
File "/home/leonid/anaconda3/envs/py-3.12-AviaMeteo/bin/get-metars", line 3, in
from get_metars.main import app
ModuleNotFoundError: No module named 'get_metars'
Appreciate your help.