Hi there!
My galaxy installation fails and displays this error. Can anyone help? The first time I installed Galaxy, it was successful and I could open it on port 8080. However, after multiple failed attempts to log in as an administrator. I deleted the galaxy folder and downloaded a new copy. I load the Python 2.7 module before I try installation but it still crashes.
Any feedback would be much appreciated.
Thanks!
Exception: Traceback (most recent call last): File "/software/python/2.7.13/lib/python2.7/site-packages/pip/basecommand.py", line 215, in main status = self.run(options, args) File "/software/python/2.7.13/lib/python2.7/site-packages/pip/commands/install.py", line 342, in run prefix=options.prefix_path, File "/software/python/2.7.13/lib/python2.7/site-packages/pip/req/req_set.py", line 784, in install **kwargs File "/software/python/2.7.13/lib/python2.7/site-packages/pip/req/req_install.py", line 851, in install self.move_wheel_files(self.source_dir, root=root, prefix=prefix) File "/software/python/2.7.13/lib/python2.7/site-packages/pip/req/req_install.py", line 1064, in move_wheel_files isolated=self.isolated, File "/software/python/2.7.13/lib/python2.7/site-packages/pip/wheel.py", line 345, in move_wheel_files clobber(source, lib_dir, True) File "/software/python/2.7.13/lib/python2.7/site-packages/pip/wheel.py", line 323, in clobber shutil.copyfile(srcfile, destfile) File "/software/python/2.7.13/lib/python2.7/shutil.py", line 83, in copyfile with open(dst, 'wb') as fdst: IOError: [Errno 13] Permission denied: '/software/python/2.7.13/lib/python2.7/site-packages/psyco_full.py'
What are the permissions in
/software/python/2.7.13/lib/python2.7/site-packages
?I just started working with Linux yesterday so this might be hard for me to find out. Let me try..