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
@klamann As we found out in the delivery.bootcamp 1:
In order to run 'pytest tests', the module code (src/) should be installed locally first, not later in the Notebooks section.
If the package manager is pip, this can be done by running 'pip install -e .' (Needs to be adapted accordingly for poetry and conda).
I think another dependency that was not specified was jupyter lab.
Lastly, at least for PyCharm, the required Python interpreter setup should be mentioned. At least when using conda or pip, PyCharm does not know about the newly created virtual env (It might do when running poetry install but not tested).
The text was updated successfully, but these errors were encountered:
@klamann As we found out in the delivery.bootcamp 1:
In order to run 'pytest tests', the module code (
src/
) should be installed locally first, not later in the Notebooks section.If the package manager is pip, this can be done by running 'pip install -e .' (Needs to be adapted accordingly for poetry and conda).
I think another dependency that was not specified was jupyter lab.
Lastly, at least for PyCharm, the required Python interpreter setup should be mentioned. At least when using conda or pip, PyCharm does not know about the newly created virtual env (It might do when running poetry install but not tested).
The text was updated successfully, but these errors were encountered: