Im trying to install pytest on my MAC with Big Sur OS. I currently have both python 2.7 and python 3.9, but python 2.7 is a default installation. When I run the command:
% pip install -U pytest
Getting an error:
OSError: [Errno 1] Operation not permitted: '/tmp/pip-lQw0PM-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/pyparsing-2.0.1-py2.7.egg-info'
How should I fix it, please?
Thank you