-
Notifications
You must be signed in to change notification settings - Fork 3
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
iisignature import error when trying to use esig==0.9.4 #100
Comments
Thanks @jambo6. I'm going to try to recreate this on my own system to see if I can figure out what is going wrong. |
A quick google search indicates that this might be a problem with pip: pypa/pip#9542. I think what is happening is that the build dependency used in the esig pipeline is unpinned and therefore is building against a later version of Numpy than the one pinned in your repository. If this is the case, then we should pin our build numpy version to the earliest that we want to support, 1.17 or so. I'll keep looking. |
I have a similar problem with version 9.5 tonight; impossible to use esig if iisignature is installed. Remove it and all is fine. C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python36_64>python -m pip uninstall iisignature C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python36_64>python -m pip install iisignature C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python36_64>python -m pip install esig C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python36_64>python
C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python36_64>python -m pip uninstall iisignature C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python36_64>python
|
Hi! I'm receiving the following error when I try to import esig using the 0.94 install.
My version of numpy is 1.1.9, the traceback is below.
The text was updated successfully, but these errors were encountered: