-
Notifications
You must be signed in to change notification settings - Fork 67
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
metaclass conflict #276
Comments
Does it work with python3? |
This looks like this is a bug (?) is six 1.11. Downgrading to six==1.9 fixes the import. [edit, flubbed on the version numbers] |
benjaminp/six#210 and points to the correct fix, we are using both |
Thanks for flagging this @ericthred. I'll push a bugfix release of pims to PyPI shortly. |
Awesome, such a fast reply. Thanks for fixing it! Looking forward to getting pims working again. |
Just ran into this issue recently and was about to open an issue when I found you already fixed it. 🎉 Any thoughts on doing a patch release with this change? Edit: NVM just saw the PyPI release is out. |
Hello, I've recently started using both pims and trackpy, and love them both. Recently, however, I updated my anaconda environment, and now I get a metaclass conflict whenever I try to import pims. I started with a fresh environment (python 2.7), installing pims from scratch, but I get the same error. uninstalling pims 0.4 and trying again with 0.3.3 does not solve the issue. Can't use either pims or trackpy until I figure this out. Any help would be appreciated.
Error:
The text was updated successfully, but these errors were encountered: