-
Notifications
You must be signed in to change notification settings - Fork 225
msgpack.version gives attribute error #516
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
Comments
Also, with msgpack==1.04 without msgpack-python:
|
Are you really sure? Do you double checked it on clean environment? On my machine, msgpack==1.0.4 has msgpack.version. If #498 break msgpack.version, why I have msgpack.version?
|
that's really weird. I just tried a fresh venv and you're right. It worked. |
Nvm. I deleted the env and recreated it and it worked. The issue might be with ipython or jedi caching stuff. Thank you for the reply. It really helped. |
#498 introduces a very weird behavior:
If I have:
If I have:
but if I have:
The text was updated successfully, but these errors were encountered: