I am currently running a script to read/write MMIO, which requires a PYNQ module and I need the CONDA environment activated as well for my second application. Unfortunately, when CONDA is activated, I get the error [No Module called “pynq”] when I run my MMIO script.
Does anyone know how to resolve this? The image shows the error when CONDA is activated but no error if you deactivate CONDA.
PYNQ is installed in a virtual environment (pynq-venv), looks like when you enter a new conda environment it exits the virtualenv. I don’t really know how conda interacts with python virtual environments, but you could try just activating the pynq-venv from inside your conda environment: