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

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

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

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

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

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://sabah

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