Closed GeoffAtHome closed 9 months ago
@GeoffAtHome Funnily enough, I was setting up the project on my Windows laptop this weekend, and had all sorts of issues!
I also had to install aoihttp, which required me to install the Visual Studio C++ build tools!
I also had issues getting the pre-commit hooks to work, which I solved by upgrading all the packages in the dev workflow.
I've put them into the new PR for moving zone properties into a new class, which I was going to ask you to review anyway!
On your issue, does the readme need updating?
@manzanotti happy to close this. I guess for people that use python all the time the setup is obvious. I never go the dev workflow working for me. Not sure why but I only wanted to run the client locally.
@manzanotti happy to close this. I guess for people that use python all the time the setup is obvious. I never go the dev workflow working for me. Not sure why but I only wanted to run the client locally.
While attempting to build on a new system (Windows) I am capturing here some issues I have run into.
Fix:
pip install setuptools
Could not solve this using Windows POWERSHELL. Ended up using
pip install aiohttp
. This allowed me to run the client locally.