-
Notifications
You must be signed in to change notification settings - Fork 92
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
ImportError: cannot import name 'RocketMissingParamException' after upgrade in pip #20
Comments
hi @cesarandreslopez, can you share the version you updated to? |
I can confirm the exact same error with a fresh install of Version „rocketchat-API (0.6.8)”:
|
@jadolg rocketchat-API 0.6.8 |
is there any solution for this issue? |
@Bart274 while this gets resolved on the most recent version you can do:
|
Sorry for the delay in my answer. I'm working on it but I'm having serious internet connection issues. The only thing that changed from the previous version is that I was trying to show markdown description on the new pypi so I added this line |
well, I installed the wheel on a clean environment (from my harddrive, not from internet) and seems to be working perfect. This is what's installed on the environment: chardet==3.0.4
idna==2.6
requests==2.18.4
rocketchat-API==0.6.8
urllib3==1.22 and this is the code I tried:
|
Now I installed from internet and I'm getting the same error as you. I think this might be related with the new PyPi and the way I uploaded my package. |
Well, seems that the problem was related to the way I was packaging/uploading to new PyPi. It does not seem to be compatible with good old |
0.6.9 works fine for me. |
perfect! I will close this issue then. Thanks for your cooperation and support @ALL :) |
Hello!
After using this Python Wrapper for a while during several months without issues I find that after updating today using
pip install rocketchat_API --upgrade
I get:
In:
Python version: 3.6.4 (default, Dec 21 2017, 01:29:34) [GCC 6.3.0 20170516]
Same identical source code and enviroment was working till today after this upgrade.
Any tips?
The text was updated successfully, but these errors were encountered: