Quantcast
Channel: Active questions tagged python - Stack Overflow
Viewing all articles
Browse latest Browse all 14243

Error observed while updating python libraries

$
0
0

I have different line of codes to update my python libraries but everytime I do so it keeps telling me "Access is denied"

I tried the following lines of codes

!pip freeze --local | grep -v '^\-e' | cut -d = -f 1  | xargs -n1 pip install -U!pip install -U `pip list --outdated | awk 'NR>2 {print $1}'`!pip install pip-upgrade-outdated

Viewing all articles
Browse latest Browse all 14243

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>