hi I am trying to install Froala editor. On local PC is running fine, do you know thy I get this error when installing on a server:
17:58 ~ $ pip3.5 install django-froala-editor Collecting django-froala-editor Using cached django-froala-editor-2.0.1.tar.gzBuilding wheels for collected packages: django-froala-editor Running setup.py bdist_wheel for django-froala-editor ... done Stored in directory: /home/dzikuss98/.cache/pip/wheels/40/a8/3b/a046deb9fec9ae9a8c169eba48e66c1c0baf7b698ce11a5e94Successfully built django-froala-editorInstalling collected packages: django-froala-editorException:Traceback (most recent call last): File "/usr/local/lib/python3.5/dist-packages/pip/basecommand.py", line 215, in main status = self.run(options, args) File "/usr/local/lib/python3.5/dist-packages/pip/commands/install.py", line 317, in run prefix=options.prefix_path, File "/usr/local/lib/python3.5/dist-packages/pip/req/req_set.py", line 742, in install **kwargs File "/usr/local/lib/python3.5/dist-packages/pip/req/req_install.py", line 831, in install self.move_wheel_files(self.source_dir, root=root, prefix=prefix) File "/usr/local/lib/python3.5/dist-packages/pip/req/req_install.py", line 1032, in move_wheel_files isolated=self.isolated, File "/usr/local/lib/python3.5/dist-packages/pip/wheel.py", line 346, in move_wheel_files clobber(source, lib_dir, True) File "/usr/local/lib/python3.5/dist-packages/pip/wheel.py", line 317, in clobber ensure_dir(destdir) File "/usr/local/lib/python3.5/dist-packages/pip/utils/__init__.py", line 83, in ensure_dir os.makedirs(path) File "/usr/lib/python3.5/os.py", line 241, in makedirs mkdir(name, mode)PermissionError: [Errno 13] Permission denied: '/usr/local/lib/python3.5/dist-packages/froala_editor'17:59 ~ $