pip install django on go daddy shows error -


when run command pip install django, on go daddy gives me following error:

i tried copy django packages manually site-packages of go daddy. copied local machine. removed of them.(i don't know if there remaining or not. have checked again) can please this?

 deprecation: python 2.6 no longer supported python core team, please upgrade python. future version of pip drop support python 2.6     collecting django       using cached django-1.11.3-py2.py3-none-any.whl     requirement satisfied: pytz in /usr/lib/python2.6/site-packages (from django)     installing collected packages: django     exception:     traceback (most recent call last):       file "/home/lmtech123/.local/lib/python2.6/site-packages/pip/basecommand.py", line 215, in main         status = self.run(options, args)       file "/home/lmtech123/.local/lib/python2.6/site-packages/pip/commands/install.py", line 342, in run         prefix=options.prefix_path,       file "/home/lmtech123/.local/lib/python2.6/site-packages/pip/req/req_set.py", line 784, in install         **kwargs       file "/home/lmtech123/.local/lib/python2.6/site-packages/pip/req/req_install.py", line 851, in install         self.move_wheel_files(self.source_dir, root=root, prefix=prefix)       file "/home/lmtech123/.local/lib/python2.6/site-packages/pip/req/req_install.py", line 1064, in move_wheel_files         isolated=self.isolated,       file "/home/lmtech123/.local/lib/python2.6/site-packages/pip/wheel.py", line 345, in move_wheel_files         clobber(source, lib_dir, true)       file "/home/lmtech123/.local/lib/python2.6/site-packages/pip/wheel.py", line 316, in clobber         ensure_dir(destdir)       file "/home/lmtech123/.local/lib/python2.6/site-packages/pip/utils/__init__.py", line 83, in ensure_dir         os.makedirs(path)       file "/usr/lib64/python2.6/os.py", line 157, in makedirs         mkdir(name, mode)     oserror: [errno 30] read-only file system: '/usr/lib64/python2.6/site-packages/django-1.11.3.dist-info' 

the easy way update new version of python3

sudo apt-get install python3


Comments

Popular posts from this blog

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

Add new key value to json node in java -