How To Change Python Interpreter In Eclipse Pydev Project To Use Different Python Virtual Environment Library

When I develop a python program in the eclipse Pydev project, I need to import a package pymongo into this python program like the below source code. import pymongo if __name__ == ‘__main__’: pass But it shows an error message Unresolved import: pymongo in the source code, you can see this error message when you move […]

How To Change Python Interpreter In Eclipse Pydev Project To Use Different Python Virtual Environment Library Read More »

How To Fix Failed To Unlink Socket File Error When Start Mongo DB On MacOS

When i start mongo db on macOS console by run command mongod, i got below error message. {“t”:{“$date”:”2020-09-09T10:45:30.049+08:00″},”s”:”E”,  “c”:”NETWORK”,  “id”:23024,   “ctx”:”initandlisten”,”msg”:”Failed to unlink socket file”,”attr”:{“path”:”/tmp/mongodb-27017.sock”,”error”:”Permission denied”}}

How To Fix Failed To Unlink Socket File Error When Start Mongo DB On MacOS Read More »