Skip to content

5. FAQs

MikiSchikora edited this page Nov 28, 2023 · 2 revisions

I am having problems with my python environment. How can I solve it?

Sometimes conda-based python installations do not work right away in the expected way. Instead of running python main.py, try executing $CONDA_PYTHON_EXE main.py. This should ensure that the python interpreter used is the one installed with conda.

Clone this wiki locally