-
Nvim cmd input Creating virtual environment…
Installing pip package [email protected]…
Collecting clang-format==17.0.5
Using cached https://files.pythonhosted.org/packages/8b/4d/ec08df9d0d2aae095166c62962548a748758771a14f9cee5e0c3e5d977c1/clang-format-17.0.5.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-build-z4b3omqm/clang-format/setup.py", line 2, in <module>
from wheel.bdist_wheel import bdist_wheel as _bdist_wheel
ModuleNotFoundError: No module named 'wheel'
----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-z4b3omqm/clang-format/
spawn: /home/rain/.local/share/nvim/mason/packages/clang-format/venv/bin/python failed with exit code 1 and signal 0. I had tried to |
Beta Was this translation helpful? Give feedback.
Answered by
yinghaoyu
Nov 28, 2023
Replies: 3 comments 4 replies
-
WSL-ubuntu20.04 |
Beta Was this translation helpful? Give feedback.
0 replies
-
cd ~/.local/share/nvim/mason/packages/clang-format/venv/bin
./pip install wheel |
Beta Was this translation helpful? Give feedback.
1 reply
-
Maybe because |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks.
python version >= 3.8
is required.