Relative Content

Tag Archive for pythoninstallation

Cannot import module that is installed

I have installed a Python module in a virtual environment on Ubuntu, but it is not found (ModuleNotFoundError: No module named 'neuroHarmonize'). I used pip install neuroHarmonize. When I activate my environment and run pip show neuroHarmonize I get: