pysepm
pysepm copied to clipboard
problem about install
I install pysepm just like what you say in readme. However, when I import pysepm, python tells me that not find module. I am worry about it, could you help me?
Have you already found the problem? If no error occurred during installation, I assume you have a problem with the Python version. The command in the readme file will install the module for Python 3.x. You probably wanted to import the module into Python 2.7.
I am also having trouble installing the pysepm: "Encountered error when installing package pesq", "pesq/cypesq.c:6:10: Python.h: File or directory not found", "6 | #include "Python.h" error: command '/usr/bin/gcc' failed with exit code 1 [end of output]". Wheel is installed, only difference to the past installations is that pip is used and not pip3. Do you have an idea why this is occurring?
收到
I am also having trouble installing the pysepm: "Encountered error when installing package pesq", "pesq/cypesq.c:6:10: Python.h: File or directory not found", "6 | #include "Python.h" error: command '/usr/bin/gcc' failed with exit code 1 [end of output]". Wheel is installed, only difference to the past installations is that pip is used and not pip3. Do you have an idea why this is occurring?
I am sorry that I have forgotten the solution. I just remember that I finally successed on my Ubuntu device. Maybe you need to change an internet environment to avoid connected problem, or change an OS device.
Thank you very much, I give it a try
A colleague of mine found this: https://stackoverflow.com/questions/21530577/fatal-error-python-h-no-such-file-or-directory And it actually solved it! Maybe this is a help for programmers confronted with the same issue