Unable to install ploty-resampler==0.8.1 #310
Unanswered
tonysinghmss
asked this question in
Q&A
Replies: 1 comment
|
Hey, is this issue specific to version |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I am facing this typical error while installing
ploty-resampler==0.8.1from a downloaded whl file in a server with RHEL 8.9 OS.I am firing the following command:
pip3 install -v plotly-resampler==0.8.1 --no-index --find-links=./mssuser_packageInside the mssuser_package folder, I have downloaded from pypi site and kept the wheel file
plotly_resampler-0.8.1-cp38-cp38-manylinux_2_31_x86_64.whl
My python version is 3.8.10.
On installing it gives the following error:
Please help me in this regard.
All reactions