-
Notifications
You must be signed in to change notification settings - Fork 207
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: No module named wrapt #570
Comments
Does It's kind of odd that wouldn't be working for you, and I've never seen this before, but that's a dependency four levels below pyrax. |
Works. |
I have also experienced this issue. |
For some reason, these aren't being pulled in by pip. Here are the dependencies of the packages that aren't being pulled in: ``` os-collect-config -> oslo.config -> debtcollector -> [ wrapt, funcsigs ] os-collect-config -> oslo.utils -> [ monotonic, pytz ] os-collect-config -> python-keystoneclient -> positional ``` Not sure if we want to fix it like this or continue searching for the root cause. I've verified this fix works in heat-ci: https://github.com/rackerlabs/heat-ci/commit/65376562 I've found a pyrax bug report about this: pycontribs/pyrax#570
For some reason, these aren't being pulled in by pip. Here are the dependencies of the packages that aren't being pulled in: ``` os-collect-config -> oslo.config -> debtcollector -> [ wrapt, funcsigs ] os-collect-config -> oslo.utils -> [ monotonic, pytz ] os-collect-config -> python-keystoneclient -> positional ``` I've verified this fix works in heat-ci: https://github.com/rackerlabs/heat-ci/commit/65376562 I've found a pyrax bug report about this: pycontribs/pyrax#570
For some reason, these aren't being pulled in by pip. Here are the dependencies of the packages that aren't being pulled in: ``` os-collect-config -> oslo.config -> debtcollector -> [ wrapt, funcsigs ] os-collect-config -> oslo.utils -> [ monotonic, pytz ] os-collect-config -> python-keystoneclient -> positional ``` I've verified this fix works in heat-ci: https://github.com/rackerlabs/heat-ci/commit/65376562 I've found a pyrax bug report about this: pycontribs/pyrax#570
you may have installed wrapt with sudo. Try installing the packages for user like |
This works just fine... |
Usually you will get a specific version of wrapt conflict. For example |
I don't know if it helps or not, but I had this problem in colab and fixed by installing the tensorflow-gpu=1.15. |
See example from Ubuntu 14.04
The text was updated successfully, but these errors were encountered: