Public bug reported:

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

** Affects: python-requestsexceptions (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1542515

Title:
  ImportError: No module named 'requestsexceptions'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-requestsexceptions/+bug/1542515/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to