Forums

how to install new (pypi) django package to pythonanywhere site.(no virtualenvs)

i have a web app on https://www.pythonanywhere.com and i open up Bash console and want to install new pypi pakage

as follow:

pip install django-suit

or pip3 install django-suit

their is no virtualenvs.

direct use django 1.6 with python 3

if shows me some error.

error:

18:21 ~ $ pip3 install django-suit Downloading/unpacking django-suit Cannot fetch index base URL https://pypi.python.org/simple/ Could not find any downloads that satisfy the requirement django-suit Cleaning up... No distributions at all found for django-suit Storing debug log for failure in /home/PyLabs/.pip/pip.log

how i install django packages to my https://www.pythonanywhere.com site.

any help ...

You'd need to add '--user' (that's two hyphens and the word 'user', not your username) to install stuff yourself - it's then intalled to your own site packages dir.

E.g. pip install django-suit --user

The error text indicates a further problem - are you using a free account perhaps?

HTH Jim

thankx....

yes i use free account.. is their any problem with free account

Our proxy server had a nervous breakdown. It's feeling better now.