#pip3 install bson
Could not install packages due to an EnvironmentError: [Errno 13] 权限不够: '/usr/local/lib/python3.5/dist-packages/dateutil
解决方法:
#pip3 install bson --user
#pip3 install bson
Could not install packages due to an EnvironmentError: [Errno 13] 权限不够: '/usr/local/lib/python3.5/dist-packages/dateutil
解决方法:
#pip3 install bson --user