-2

I want to use pymongo in my server code which will run in server machine, But don't have permission to install pip or any libraries as it is a shared machine, then how to access mongodb connection?

glibdud
  • 7,550
  • 4
  • 27
  • 37
pranay das
  • 27
  • 1
  • 8

1 Answers1

-1

download pymongo files and run setup.py

Pyd
  • 6,017
  • 18
  • 52
  • 109