Hello,
I want to install PySparkAudit package as I have some dependeny on it. I’m using Jupyter notebook for programming.
But when I try to install it I get following error.
pip install PySparkAudit
Collecting PySparkAudit
Installing collected packages: PySparkAudit
ERROR: Could not install packages due to an EnvironmentError: [Errno 13] Permission denied: ‘/usr/local/anaconda/lib/python3.6/site-packages/PySparkAudit’
Consider using the --user
option or check the permissions.
Note: you may need to restart the kernel to use updated packages.
Can someone let me know how to install them?