Forums

Error while installing Anaconda through script

I'm trying to install Anaconda3 linux 64 bit through a shell script, i get this error :

/home/mohitagrawal/anaconda3/pkgs/python-3.5.1-0/bin/python: error while loading shared libraries: libpython3.5m.so.1.0: cannot open shared

object file: No such file or directory

ERROR: cannot execute native linux-64 binary, output from 'uname -a' is:

Linux giles-liveconsole4 3.13.0-76-generic #120-Ubuntu SMP Mon Jan 18 15:59:10 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux

Please help me resolve this. Thanks

Hi there,

we don't currently support anaconda, but maybe we should look into it. What were you hoping to use it for? Could you use a virtualenv instead?

I'm hoping to build a web service using flask, that requires scikit-learn and many libraries associated with machine learning, all this using python3.5. Anaconda is a suitable package of all my requirements. I use it for local develolpment and have scripts dependent on it. It would be really great if you could help me use it here. Thanks

A web app using Python 3.5 will not currently work on PythonAnywhere since we don't have the required plugin for the web server installed.

Are there any specific features on Python 3.5 that you require? If not, you could just use 3.4 until we've added 3.5.

Hi, I would just like to second this idea for Anaconda support! :)

Anaconda still not supported? What can i do to run sklearn on python 3.5? Please suggest. Thank you!

You can install it into a virtualenv. You'll also need to install numpy and scipy.