Bug #46695
install-deps is missing python-yaml dependency on Fedora32
0%
Description
On Fedora 32 machine intall-deps.sh is unable to install few dependencies.
Observation:
- Its being collected and added to wheel:
Collecting pyyaml
Downloading PyYAML-5.3.1.tar.gz (269 kB)
|████████████████████████████████| 269 kB 8.2 MB/s
Collecting six
File was already downloaded /root/ceph/src/pybind/mgr/dashboard/wheelhouse-wip/six-1.15.0-py2.py3-none-any.whl
Collecting portend>=2.1.1
- Building wheel for pyyaml (setup.py) ... done
Created wheel for pyyaml: filename=PyYAML-5.3.1-cp38-cp38-linux_x86_64.whl size=44617 sha256=d2b69df1309495c1baae2052b26116f636aba6224f834191c2d911ac31bc60ad
- But, after compilation and running vstart traceback can be seen in mgr log
ModuleNotFoundError: No module named 'yaml'
History
#2 Updated by Sunny Kumar 6 months ago
Hey Kefu,
my box has only python3.8 and build/CMakeCache.txt has the same entry:
WITH_PYTHON3:STRING=3.8