Re: error updating pip packages

2020-08-17 Thread AudioGames . net Forum — Developers room : Amit via Audiogames-reflector


  


Re: error updating pip packages

Hellotry using python -m before your pip command.

URL: https://forum.audiogames.net/post/562372/#p562372




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: error updating pip packages

2020-08-17 Thread AudioGames . net Forum — Developers room : camlorn via Audiogames-reflector


  


Re: error updating pip packages

The only things I could think of that would cause this are third-party antivirus programs or a faulty hard drive.  You're probably going to just have to live with it.  Virtual environments might help if only by moving the directories to be next to your projects.When file operations fail due to permissions but only sometimes, that's not normal.  In the sense that if you asked me to write a program to do it I couldn't, save by saving the file somewhere different on every run.  There could be a bug in Pip, but I doubt it given how widely Pip is used, and failures like this in CI would have people screaming bloody murder.

URL: https://forum.audiogames.net/post/562242/#p562242




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: error updating pip packages

2020-08-16 Thread AudioGames . net Forum — Developers room : Zarvox via Audiogames-reflector


  


Re: error updating pip packages

I am experiencing this again, but this time while trying to upgrade pip. Lol.Edit I tried the command again, and it apparently did install. Ok

URL: https://forum.audiogames.net/post/562140/#p562140




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: error updating pip packages

2020-08-16 Thread AudioGames . net Forum — Developers room : Zarvox via Audiogames-reflector


  


Re: error updating pip packages

I am experiencing this again, but this time while trying to upgrade pip. Lol.

URL: https://forum.audiogames.net/post/562140/#p562140




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: error updating pip packages

2020-08-12 Thread AudioGames . net Forum — Developers room : chrisnorman7 via Audiogames-reflector


  


Re: error updating pip packages

@4OK, thanks for the info.

URL: https://forum.audiogames.net/post/560848/#p560848




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: error updating pip packages

2020-08-10 Thread AudioGames . net Forum — Developers room : camlorn via Audiogames-reflector


  


Re: error updating pip packages

@3Good support for the science stack.  Virtualenv on its own is fine, but Anaconda can do neat tricks like install the Cuda SDK and the various non-Python dependencies needed to build some of the various math libs from scratch.  It also handles multiple Python versions on Windows for you, which can otherwise be somewhat painful.I'm probably the only one here with an ongoing project that needs these things--namely Synthizer--but it's also got a good user experience.

URL: https://forum.audiogames.net/post/560207/#p560207




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: error updating pip packages

2020-08-10 Thread AudioGames . net Forum — Developers room : chrisnorman7 via Audiogames-reflector


  


Re: error updating pip packages

@2Why Anaconda out of interest? I've never used it - I just use virtualenv on its own.

URL: https://forum.audiogames.net/post/560200/#p560200




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: error updating pip packages

2020-08-09 Thread AudioGames . net Forum — Developers room : camlorn via Audiogames-reflector


  


Re: error updating pip packages

I wouldn't worry about it. Windows does lots of stuff in the background, especially to newly downloaded exes.That said, you should learn about virtualenvs and use them instead where possible.  Upgrading packages in the global environment is known to break things due to dependency conflicts, and upgrading *all* packages is the 99% of the time it's fine but 1% of the time it's a nuke button that none of us ever press because reinstalling everything isn't super fun.  I do all my Python dev inside virtualenvs managed by anaconda on Windows for this reason--if it goes wrong it'll only take out one project, and if you're using requirements.txt you can wipe it out and reinstall everything in 2 or 3 commands.

URL: https://forum.audiogames.net/post/560033/#p560033




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


error updating pip packages

2020-08-09 Thread AudioGames . net Forum — Developers room : Zarvox via Audiogames-reflector


  


error updating pip packages

I tried updating all of my packages with pip-review --auto. I got this error, this was even after running cmd as admin.ERROR: Could not install packages due to an EnvironmentError: [WinError 5] Access is denied: 'C:\\Users\\nagy\\AppData\\Local\\Temp\\pip-uninstall-fa14jl8l\\pip-review.exe'Consider using the `--user` option or check the permissions.Edit: A few minutes later it somehow fixed itself, but I would still like to know how to fix this in the future.

URL: https://forum.audiogames.net/post/560010/#p560010




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


error updating pip packages

2020-08-09 Thread AudioGames . net Forum — Developers room : Zarvox via Audiogames-reflector


  


error updating pip packages

I tried updating all of my packages with pip-review --auto. I got this error, this was even after running cmd as admin.ERROR: Could not install packages due to an EnvironmentError: [WinError 5] Access is denied: 'C:\\Users\\nagy\\AppData\\Local\\Temp\\pip-uninstall-fa14jl8l\\pip-review.exe'Consider using the `--user` option or check the permissions.

URL: https://forum.audiogames.net/post/560010/#p560010




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector