yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #73941
[Bug 1782851] Re: Running tox -efast8 fails on Python 3.7 due to zVMConnector installation issues
This isn't a nova bug, it's a bug in the zvm sdk, so it should be routed
through whatever issue tracker they have.
** Changed in: nova
Status: Confirmed => Invalid
** Also affects: python-zvm-sdk
Importance: Undecided
Status: New
** Changed in: python-zvm-sdk
Status: New => Confirmed
** Tags added: zvm
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1782851
Title:
Running tox -efast8 fails on Python 3.7 due to zVMConnector
installation issues
Status in OpenStack Compute (nova):
Invalid
Status in python-zvm-sdk:
Confirmed
Bug description:
I can no longer run tox -efast8 on my local workstation. I've rm -rf
.tox/fast8 and tried from scratch twice. Continue to get the same
error:
```
Collecting zVMCloudConnector===1.2.1 (from -c https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt (line 144))
Using cached https://files.pythonhosted.org/packages/a0/c2/b7ae60e75aea4c840de0a2a29b22e3949a2bc65aafce1e79baa35023f45d/zVMCloudConnector-1.2.1.tar.gz
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/tmp/pip-install-3bfgba_y/zVMCloudConnector/setup.py", line 18, in <module>
from zvmsdk import version as sdkversion
File "/tmp/pip-install-3bfgba_y/zVMCloudConnector/zvmsdk/version.py", line 29, in <module>
raise RuntimeError('On Python 3, zvm sdk supports to Python 3.5')
RuntimeError: On Python 3, zvm sdk supports to Python 3.5
```
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1782851/+subscriptions
References