[Bug 1542515] Re: ImportError: No module named 'requestsexceptions'
Chuck Short
chuck.short at canonical.com
Mon Dec 12 14:04:50 UTC 2016
** Changed in: python-requestsexceptions (Ubuntu)
Status: Confirmed => Fix Released
--
You received this bug notification because you are a member of Ubuntu
OpenStack, which is subscribed to python-requestsexceptions in Ubuntu.
https://bugs.launchpad.net/bugs/1542515
Title:
ImportError: No module named 'requestsexceptions'
Status in python-requestsexceptions package in Ubuntu:
Fix Released
Bug description:
Executing any neutron command, the result is as follows:
# neutron --debug
Traceback (most recent call last):
File "/usr/bin/neutron", line 6, in <module>
from neutronclient.shell import main
File "/usr/lib/python3.5/site-packages/neutronclient/shell.py", line 31, in <module>
import os_client_config
File "/usr/lib/python3.5/site-packages/os_client_config/__init__.py", line 17, in <module>
from os_client_config import cloud_config
File "/usr/lib/python3.5/site-packages/os_client_config/cloud_config.py", line 21, in <module>
import requestsexceptions
ImportError: No module named 'requestsexceptions'
python neutronclient version: 4.0.0
os-client-config version: 1.14.0
requestsexception version: 1.1.2
python-neutronclient does not work with python3 because it includes
os-client-config, which includes requestsexceptions package, and
requestsexceptions is only compatible with python2 as shown in [1].
[1]. https://pypi.python.org/pypi/requestsexceptions
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-requestsexceptions/+bug/1542515/+subscriptions
More information about the Ubuntu-openstack-bugs
mailing list