Can't Install Python-snappy Wheel In Pycharm
I have a question here, and then I have followed this answer https://stackoverflow.com/a/43756412/12375559 to download the file and installed from my windows prompt, and it seems t
Solution 1:
Using the full path to the correct Python interpreter does the job:
\path\to\python.exe -m pip install --upgrade pip
\path\to\python.exe -m pip install \path\to\python_snappy-0.5.4-cp38-cp38-win32.whl
Post a Comment for "Can't Install Python-snappy Wheel In Pycharm"