ModuleNotFoundError: No module named 'pyaerocom.tools'
Closed this issue · 1 comments
lewisblake commented
Describe the bug
Please provide a clear and concise description of what the bug is.
(pya) lewisb@pc5654:~/Projects/pyaerocom$ python
Python 3.10.12 (main, Sep 11 2024, 15:47:36) [GCC 11.4.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> from pyaerocom.tools import clear_cache
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ModuleNotFoundError: No module named 'pyaerocom.tools'
- Pyaerocom version: pyaerocom-0.23.dev0
- Computing platform: local and ppi
- Configuration file (if applicable): NA
- Error message (if applicable): Above
To Reproduce
Above
Expected behavior
Should install clear_cache from correct place. Crashing main-dev pyaeroval runs.
lewisblake commented
Issue was old code in a script. With regards to the other issue with the module installation, that will be taken up in the chat.