Jump to content

Python Packages Installed


gokadi

Recommended Posts

Hi!

I'm newbie on Helio and I've just deployed my Django app on tommy. So, I've got some questions about python packages:

 

- Is there a list of pre-installed packages somewhere?

 

- If I use a package in my app, which isn't installed in python on server, can I just upload needed package to '/www' and make sys.path.append('<package_path>') in...hm..dispatch.wsgi? And if it's so, should I take packages just from my local '/site-packages/' python directory?

 

- Does python on server support packages with C-binaries dependencies, like scikit-learn/SciPy do? On local PC it is numpy==1.12.1+mkl needed to be pre-installed, and mkl needs C-binaries. Scikit-learn is quite a problematic package, and lots of hosts just don't support it, but I really need this :>

 

Thank you.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...