-
Notifications
You must be signed in to change notification settings - Fork 66
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
Pip dependency resolution error pyscaffold<3.3a0,>=3.2a0 #2838
Comments
@rdmolony we've just ported master to python3. so that might be adding to the conflicts. also we'll have to update the manual installation instructions to adjust. as luck would have it, i'm tinkering with a dockerized version of cea right now and running into conflicts too - i'll publish a new the reason we're not using poetry is mainly because of some non-python dependencies (gdal and friends, numpy etc.) that are really hard to do on windows. as far as i understand, conda solves this easier. even so, getting all the dependencies versions right is always a bit of a challenge and a bit of a black art. |
btw: i did a |
Sounds good to me :) I'm not in any hurry but tried your handy bash command I tried This issue has a one-liner |
@rdmolony you might be interested in this branch: https://github.com/architecture-building-systems/CityEnergyAnalyst/tree/2834-docker-container-for-remap In it, I have update the file Steps to create your environment:
|
Thanks @daren-thomas! Btw I managed to get around using poetry & conda by using |
Describe the bug
While following the excellent guide Installation guide for Windows (from the source) - with minor changes for Windows Subsystem for Linux 2 (WSL2) Ubuntu a dependency conflict prevented install.
To Reproduce
Steps to reproduce the behavior:
Expected behaviour
pip install -e ".[dev]"
installs allCityEnergyAnalyst
dependencies successfully.Hardware (please complete the following information):
Windows Subsystem for Linux 2 (WSL2)
I'm finding poetry very useful for another project drem for dependency management. I saw that dephell seems to solve the issue of moving between setup.py, requirements.txt, Pipfile, poetry - I'm not sure if this is something that interests you but thought to raise it here in case! :) Btw really liking cityenergyanalyst so far, the defaults are extremely useful to start off and the GUI and dashboard very easy to use and sleek
The text was updated successfully, but these errors were encountered: