gad1001 Posted August 1, 2020 Posted August 1, 2020 I'm sorry if this is a silly nooby question, i'm a total beginner on running Python on a web server.I'd like to run a Python script that requires some packages (such as pymal, pytorch, torch, opencv, pycocotools and detectron2).Is it possible to install them on the Python version installed on the server? How do i do that?In my pc i would do pip install but there is no terminal here Thanks in advance. (B.T.W. I am using Rick if it changes)
Luigi123 Posted August 2, 2020 Posted August 2, 2020 Our users doesn’t have grants to install the packages on their own and plus we don’t offer SSH Terminal on the shared host. Our root admin Krydos can install those packages that you have it above and we just need the version you are using.
gad1001 Posted August 2, 2020 Author Posted August 2, 2020 thanks pyyaml==5.1pycocotools>=2.0.1opencv-python 4.3.0.36torch 1.6detectron2 -f \https://dl.fbaipublicfiles.com/detectron2/wheels/cpu/torch1.6/index.html thanks again
Sn1F3rt Posted August 2, 2020 Posted August 2, 2020 Escalating your request to our root admin Krydos.
Krydos Posted August 2, 2020 Posted August 2, 2020 we just need the version you are using.Are you using python2.7 or python3.6?
Krydos Posted August 4, 2020 Posted August 4, 2020 Pycocotools is not compatible with our free hosting, and torch is 750MB. While I was trying to install torch pip almost crashed the whole server because it was using so much memory. I think you need a vps https://www.heliohost.org/vps/
Recommended Posts