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
Where should pytest be installed ? I installed it with pip3 install pytest in the conda env wochenende
Thanks
python3 test_installation.py
Traceback (most recent call last):
File "test_installation.py", line 2, in <module>
import run_Wochenende as we
ModuleNotFoundError: No module named 'run_Wochenende'
The text was updated successfully, but these errors were encountered:
Hi Tobias, both Sophia and I have had this error:
Where should pytest be installed ? I installed it with
pip3 install pytest
in the conda envwochenende
Thanks
The text was updated successfully, but these errors were encountered: