pymongo installation gives permission error

shanmugharaj

I am new to ubuntu, python.

I tried installing pymongo with this link

got this error..

error: could not create '/usr/local/lib/python2.7/dist-packages/pymongo': Permission denied

How to rectify that..

Andreas Jung

Clearly you need root permissions for doing this installation.

Options:

  • use sudo or root account for installing pymongo

  • use virtualenv for creating a Python sandbox where you can install arbitrary module without root right

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Chrooted sftp gives "Permission denied" error

From Dev

Python installation of setup tools gives syntax error

From Dev

Visual Studio 2012 Installation gives error

From Dev

On Hadoop installation, bash: gives an 'is a directory error'

From Dev

VeraCrypt installation error (Kubuntu 18.04) : Permission Denied

From Dev

Server gives me a permission error when trying to scp, but not when ssh

From Dev

Facebook FQL gives error for friends_birthday permission

From Dev

Server gives me a permission error when trying to scp, but not when ssh

From Dev

scp to location on remote that requires sudo gives Permission denied error

From Dev

Installing http-request-randomizer gives installation error

From Dev

Codecept installation gives me an fatal error (bz2 extension)

From Dev

How do I edit .bash_profile with Visual Studio Code? It gives me a permission error

From Dev

Bash on Ubuntu on Windows gives error "-bash: /home/user/.bashrc: Permission denied" on startup

From Dev

installation of driver permission denied

From Dev

Magento Installation permission issue

From Dev

rbenv installation permission denied

From Dev

installation of driver permission denied

From Dev

Error while sorting in pymongo

From Dev

MongoLab/PyMongo connection error

From Dev

Pymongo error Server Timeout

From Dev

CDIR= $(pwd) gives "Permission denied"

From Dev

apk tool gives permission denied

From Dev

Ubuntu 13.10 gives "Package 'libapache2-mod-auth-mysql' has no installation candidate" error

From Dev

Boot with Ubuntu livecd gives an error message before proceeding to a grub style menu, is it safe to proceed with installation?

From Dev

Ubuntu 13.10 gives "Package 'libapache2-mod-auth-mysql' has no installation candidate" error

From Dev

mysql-server installation gives this error: useradd: existing lock file /etc/passwd.lock without a PID

From Dev

Fresh GitLab Installation gives error 500 on home page (Plesk, Debian 9)

From Dev

Caine Linux v10 installation gives error: Operation not permitted during write on /dev/sda

From Dev

Ionic 2 - Error: EACCES: permission denied in installation on Ubuntu 12.04LTS

Related Related

  1. 1

    Chrooted sftp gives "Permission denied" error

  2. 2

    Python installation of setup tools gives syntax error

  3. 3

    Visual Studio 2012 Installation gives error

  4. 4

    On Hadoop installation, bash: gives an 'is a directory error'

  5. 5

    VeraCrypt installation error (Kubuntu 18.04) : Permission Denied

  6. 6

    Server gives me a permission error when trying to scp, but not when ssh

  7. 7

    Facebook FQL gives error for friends_birthday permission

  8. 8

    Server gives me a permission error when trying to scp, but not when ssh

  9. 9

    scp to location on remote that requires sudo gives Permission denied error

  10. 10

    Installing http-request-randomizer gives installation error

  11. 11

    Codecept installation gives me an fatal error (bz2 extension)

  12. 12

    How do I edit .bash_profile with Visual Studio Code? It gives me a permission error

  13. 13

    Bash on Ubuntu on Windows gives error "-bash: /home/user/.bashrc: Permission denied" on startup

  14. 14

    installation of driver permission denied

  15. 15

    Magento Installation permission issue

  16. 16

    rbenv installation permission denied

  17. 17

    installation of driver permission denied

  18. 18

    Error while sorting in pymongo

  19. 19

    MongoLab/PyMongo connection error

  20. 20

    Pymongo error Server Timeout

  21. 21

    CDIR= $(pwd) gives "Permission denied"

  22. 22

    apk tool gives permission denied

  23. 23

    Ubuntu 13.10 gives "Package 'libapache2-mod-auth-mysql' has no installation candidate" error

  24. 24

    Boot with Ubuntu livecd gives an error message before proceeding to a grub style menu, is it safe to proceed with installation?

  25. 25

    Ubuntu 13.10 gives "Package 'libapache2-mod-auth-mysql' has no installation candidate" error

  26. 26

    mysql-server installation gives this error: useradd: existing lock file /etc/passwd.lock without a PID

  27. 27

    Fresh GitLab Installation gives error 500 on home page (Plesk, Debian 9)

  28. 28

    Caine Linux v10 installation gives error: Operation not permitted during write on /dev/sda

  29. 29

    Ionic 2 - Error: EACCES: permission denied in installation on Ubuntu 12.04LTS

HotTag

Archive