Skip to content Skip to sidebar Skip to footer

Deprecated Wheel Error When Installing Package In Python

I am using Python 3-6.10, package which is supported by Pycld2. But when I call pip install pycld2 in command prompt or in Jupyter Notebook, the same message appears: **ValueError:

Solution 1:

This issue has been reported at https://github.com/aboSamoor/pycld2/issues/23. As a workaround, you can use the sources from GitHub. The commit below points to a Zip archive of the 0.42 version of pycld2.

pip install https://github.com/aboSamoor/pycld2/zipball/e3ac86ed4d4902e912691c1531d0c5645382a726

Post a Comment for "Deprecated Wheel Error When Installing Package In Python"