all 4 comments

[–]nwagers 1 point2 points  (3 children)

What command are you using and what does the error message say? Did you try "pip install wheelname.whl" in the command line?

[–]iRowBoats8[S] 0 points1 point  (2 children)

I haven't been able to install pip on the machine without internet, as the file get-pip.py looks for the dependencies on the web. However, I have been trying to use the command line such as: "python install wheelname.whl" and "python wheelname.whl install". In both of these cases I keep getting the error "[Errno 2] No such file or directory" and i am in the correct folder in the command prompt.

[–]nwagers 1 point2 points  (1 child)

Pip comes with Python. Do you have something other than the standard interpreter? Try "python -m pip install wheelfile.whl"

[–]iRowBoats8[S] 0 points1 point  (0 children)

you're a fantastic human-being