Install packages for Linux network namespace#219
Open
weizhouapache wants to merge 4 commits into
Open
Conversation
Got the following issue with pyvmomi 9.1.0.0
```
Failure: Exception (Python 3.10 or newer is required (found 3.9)) ... === TestName: Failure: | Status : EXCEPTION ===
ERROR
======================================================================
ERROR: Failure: Exception (Python 3.10 or newer is required (found 3.9))
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/local/lib/python3.9/site-packages/nose/failure.py", line 39, in runTest
raise self.exc_val.with_traceback(self.tb)
File "/usr/local/lib/python3.9/site-packages/nose/loader.py", line 417, in loadTestsFromName
module = self.importer.importFromPath(
File "/usr/local/lib/python3.9/site-packages/nose/importer.py", line 47, in importFromPath
return self.importFromDir(dir_path, fqname)
File "/usr/local/lib/python3.9/site-packages/nose/importer.py", line 94, in importFromDir
mod = load_module(part_fqname, fh, filename, desc)
File "/usr/lib64/python3.9/imp.py", line 234, in load_module
return load_source(name, filename, file)
File "/usr/lib64/python3.9/imp.py", line 171, in load_source
module = _load(spec)
File "<frozen importlib._bootstrap>", line 711, in _load
File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
File "<frozen importlib._bootstrap_external>", line 850, in exec_module
File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
File "/marvin/tests/smoke/test_2fa.py", line 33, in <module>
from marvin.lib.common import (get_domain,
File "/usr/local/lib/python3.9/site-packages/marvin/lib/common.py", line 100, in <module>
from marvin.lib.vcenter import Vcenter
File "/usr/local/lib/python3.9/site-packages/marvin/lib/vcenter.py", line 18, in <module>
from pyVmomi import vim, vmodl
File "/usr/local/lib/python3.9/site-packages/pyVmomi/__init__.py", line 14, in <module>
from . import _init_utils # noqa: E402
File "/usr/local/lib/python3.9/site-packages/pyVmomi/_init_utils.py", line 8, in <module>
raise Exception(msg)
Exception: Python 3.10 or newer is required (found 3.9)
-------------------- >> begin captured stdout << ---------------------
=== TestName: Failure: | Status : EXCEPTION ===
```
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
install packages
These services are stopped and disabled on the kvm hosts.