-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
installation issues on MacOS #1
Comments
Thanks very much for your feedback, it's much appreciated!
Good advice. I'll update the readme to let people know conda-forge is used for a few packages.
Sorry to hear about the difficulties your experiencing getting everything working on MacOS (I also had a few initial problems with dependencies for GeoPandas). I found osmnx to be very helpful. Over the next few days I'll try and sort this out and develop some steps that can be followed to get a virtual environment up and running. |
Thanks, awesome! Are you using python 2 or 3 yourself? Do you use pip or conda? I really appreciate that you're releasing the Pyomo models you implemented as well. I look forward to playing with your optimisation models. In any case, I may eventually give it a go to convert the case study data to something that can be read by PowerModels. |
I'm using Python 3, and prefer to use pip. Installing Geopandas via osmnx was the exception.
You're very welcome. Hopefully you find them useful.
PowerModels looks like a great project! Let me know how it goes if you attempt the conversion. |
OK, I tried creating a working conda environment on MacOS 10.13.6 and ran into a few problems with GeoPandas dependencies, in particular Fiona. Here are the steps I've taken to get something up and running:
Note: When in the repo's root directory create the following folder:
You can also try this to set the matplotlib backend. Here's the explicit spec file that will hopefully create a working environment for MacOS 10.13.6: And the contents of the
|
Closing this now. Please reopen if still having problems. |
Hi!
Congratulations on this work and the paper. This is a significant contribution, thank you!
Just letting you (and other people interested in this fantastic dataset) know that I ran into a few challenges to get your code running on MacOS 10.13.6 with Python 3.6.5 (Conda). It may be worth mentioning in the readme that a few packages come from conda-forge.
I had to use this workaround to generate the pickle for the NEM zones (nem_zones.py).
Then I tried to run assemble_networks.ipynb, and had package version challenges to solve.
pywinpty and aren't required on mac I think.
I couldn't yet figure out how to solve this conflict:
In any case, I'll continue to figure out what needs to be resolved later this week.
The text was updated successfully, but these errors were encountered: