Layneee Posted May 13, 2018 Posted May 13, 2018 I'm sorry if this is a silly 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 Numpy, tensorflow, keras).Is it possible to install them on the Python version installed on the server? How do i do that?Locally i'm just giving the location of the Python version with all the package installed in the first line of the script (#F!:\Programs\Anaconda\envs\tensorflow\python.exe), how can i replicate it in the web server? I saw a lot of posts about it but didn't find the answers.Thanks in advance.
ziad87 Posted May 13, 2018 Posted May 13, 2018 (edited) I think someone else already has those packages? I don't know what server you're on so check these links if they are already exist. If the name of the package is there, its written next to the link. Tommy 2.7 - None Tommy 3.7 - Numpy Ricky 2.7 - Numpy Ricky 3.6 - Numpy Johnny is down @Krydos The ricky 2.7 link still shows Tommy /bin/python installed modules:[/size] Edited May 11, 2021 by Krydos tommy has python 3.7 now
Layneee Posted May 14, 2018 Author Posted May 14, 2018 (edited) I think someone else already has those packages? I don't know what server you're on so check these links if they are already exist. If the name of the package is there, its written next to the link. Tommy 2.7 - None Tommy 3.7 - Numpy Ricky 2.7 - Numpy Ricky 3.6 - Numpy Johnny is down @Krydos The ricky 2.7 link still shows Tommy /bin/python installed modules:[/size] I'm in Tommy. There's only the Numpy package unluckily, is there any way to get the others? Edited May 11, 2021 by Krydos tommy has python 3.7 now
wolstech Posted May 14, 2018 Posted May 14, 2018 What are the exact packages needed, and what Python version are they needed for?
Layneee Posted May 14, 2018 Author Posted May 14, 2018 What are the exact packages needed, and what Python version are they needed for?So the version i'd need is the 3.6 (which is already installed) with the following packages:OS and random (which should come with the default version of PythonNumpy (which is already installed)tensorflowkerasskimage (also called scikit-image)Thanks for the help!
Layneee Posted May 14, 2018 Author Posted May 14, 2018 Let's see if Krydos can install these.That would be amazing
Krydos Posted May 15, 2018 Posted May 15, 2018 (edited) There you go https://krydos.heliohost.org/cgi-bin/modules37.py @Krydos The ricky 2.7 link still shows Tommy /bin/python installed modules:Thanks for noticing that. I just copy/pasted it over from Tommy without remembering to change it. Edited May 11, 2021 by Krydos tommy has python 3.7 now
Recommended Posts