Re: should I be worried that this python package won't update?

2020-12-11 Thread AudioGames . net Forum — Developers room : camlorn via Audiogames-reflector
Re: should I be worried that this python package won't update? The outdated package may or may not be something to worry over, but if you're not using a virtual environment you should absolutely not force upgrades.  Without a virtualenv, that's a great way to have to reinstall Python

Re: should I be worried that this python package won't update?

2020-12-11 Thread AudioGames . net Forum — Developers room : Turret via Audiogames-reflector
Re: should I be worried that this python package won't update? Install the Visual Studio Build Tools. URL: https://forum.audiogames.net/post/597586/#p597586 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.com/cgi-bin

Re: should I be worried that this python package won't update?

2020-12-11 Thread AudioGames . net Forum — Developers room : Zarvox via Audiogames-reflector
Re: should I be worried that this python package won't update? how can I help it find the vc complier? And again, is that 1 outdated package anything to worry over? URL: https://forum.audiogames.net/post/597577/#p597577 -- Audiogames-reflector mailing list Audiogames-reflector

Re: should I be worried that this python package won't update?

2020-12-10 Thread AudioGames . net Forum — Developers room : pauliyobo via Audiogames-reflector
Re: should I be worried that this python package won't update? hmm.Maybe this is an over kill, but if worse comes to worse, you could upgrade and force reinstall all the requirements you need?pip install --upgrade --force-reinstall -r requirements_file or packagelistthe error you're