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
A Python package I've developed seems to be importing pyspaceweather fine, and is able to install, run it etc. When I run pytest, it also seems to successfully import all libraries, including pyspaceweather. However, when I try to run Visual Studio Code pytests, it seems to fail to find the module for some reason (but can import the others I have in the Python package).
The text was updated successfully, but these errors were encountered:
Hi,
Thanks for the report, but could you be a bit more specific?
I don't use windows, so can't reproduce it locally, is there any error message that may shed some light on it?
Maybe the VS code environment misses the package, and you have to install it separately there?
Currently there is no conda package, if you use that, only pip.
Also note, I just pushed a fix for Windows (not released yet), you can update it in your environment with:
A Python package I've developed seems to be importing pyspaceweather fine, and is able to install, run it etc. When I run pytest, it also seems to successfully import all libraries, including pyspaceweather. However, when I try to run Visual Studio Code pytests, it seems to fail to find the module for some reason (but can import the others I have in the Python package).
The text was updated successfully, but these errors were encountered: