How to download pip module for linux using windows

0 votes

I am trying to download some modules on my windows machine, transfer them to offline Linux server via FTP where Python 3 and pip are installed. Then install the modules there using pip.

pip download --platform linux_x86_64 --only-binary=:all: --no-binary=:none:  pandas

gives the error:

  Could not find a version that satisfies the requirement pandas (from versions: )
No matching distribution found for pandas

I can download using the below command but it is the windows version

pip download pandas

Apr 28, 2022 in Linux Administration by Edureka
• 13,690 points

edited Mar 4 20 views

No answer to this question. Be the first to respond.

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP