-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
problem about install #1
Comments
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" |
收到
|
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 |
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?
The text was updated successfully, but these errors were encountered: