You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had lately been trying to install kover into my PC, I have installed ubuntu in my windows PC through microsoft store, now when I was installing Kover into my virtual machine of Ubuntu. I had installed all the packages and dependencies needed, but it is throwing an error message which I'm not able to understand how to fix. I have also attached the snippet below, it says -
_**_error: command '/usr/bin/x86_64-linux-gnu-gcc' failed with exit code 1
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for kover
Running setup.py clean for kover
Failed to build kover
Installing collected packages: kover
Running setup.py install for kover ... error
error: subprocess-exited-with-error_**_
then I tried to install wheel- pip3 install wheel
Defaulting to user installation because normal site-packages is not writeable
Requirement already satisfied: wheel in /home/jasmeer/.local/lib/python3.8/site-packages (0.37.1)
It still doesn't help as it says requirement already fulfilled, which is not the case here. Please let me resolve this issue!
Thanks in advance
The text was updated successfully, but these errors were encountered:
I had lately been trying to install kover into my PC, I have installed ubuntu in my windows PC through microsoft store, now when I was installing Kover into my virtual machine of Ubuntu. I had installed all the packages and dependencies needed, but it is throwing an error message which I'm not able to understand how to fix. I have also attached the snippet below, it says -
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for kover
Running setup.py clean for kover
Failed to build kover
Installing collected packages: kover
Running setup.py install for kover ... error
error: subprocess-exited-with-error_**_
then I tried to install wheel-
pip3 install wheel
Defaulting to user installation because normal site-packages is not writeable
Requirement already satisfied: wheel in /home/jasmeer/.local/lib/python3.8/site-packages (0.37.1)
It still doesn't help as it says requirement already fulfilled, which is not the case here. Please let me resolve this issue!
Thanks in advance
The text was updated successfully, but these errors were encountered: