belangeo / pyo

Python DSP module
GNU Lesser General Public License v3.0
1.31k stars 131 forks source link

Cannot import _pyo yet again #181

Closed gtLara closed 4 years ago

gtLara commented 4 years ago

I am on ubuntu 16.04 and after having problems with pip install I have compiled pyo directly from the repo, as instructed in the documentation.

I am aware of previous issues with solutions to the "ModuleNotFoundError: No module named 'pyo._pyo'", but none of them have worked for me.

I am installing pyo directly with the specific conda env's python that I am using, like so:

~/anaconda3/envs/specific_env/bin/python setup.py install --use-jack --use-double

The env is running on python 3.6

the simple import "from pyo import *" generates the following error message:

File "", line 1, in File "home/pyo/pyo/init.py", line 28, in from .lib import analysis as analysis File "home/pyo/pyo/lib/analysis.py", line 32, in from ._core import File "home/pyo/pyo/lib/_core.py", line 58, in from .._pyo import ModuleNotFoundError: No module named 'pyo._pyo'

Does anyone have any insights to help me? Been struggling for longer than expected on this.

gtLara commented 4 years ago

moved out of ubuntu as a whole, dead issue