-
Notifications
You must be signed in to change notification settings - Fork 22
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
Update dss-python dependency #112
Comments
I see there is already a PR. +1 for merge! #110 |
@charraig For engine updates, usually we merge just before the release. This next version (based on DSS C-API 0.12) is special since a lot of things were changed in the engine internals, hence the extended test period. It seems good though, so it shouldn't take much longer. About M1/ARM64, I'm not able to test it, so please let us know if you find any breaking issue. If you're able to run ODD.py's updated tests from the PR branch https://github.com/dss-extensions/OpenDSSDirect.py/tree/dss_python-0.12.0, it should be OK. |
Hi @PMeira, thanks for the help! I was finally able to give this a test, found an import issue, I put a comment over at: dss-extensions/DSS-Python#41 (comment) |
@PMeira I also tested the 0.12.0.b4 |
@charraig That's great news! |
I have almost the same setup as @charraig, and my dependency manager poetry failed to install opendssDirect.py=0.6.1 due to "Unable to find installation candidates for dss-python (0.10.7.post1)", any suggestion to address this? |
Hi @qhuang0411, I put this line in my poetry package toml file to call the specific branch that has the working update:
See if that works for you. |
@charraig @qhuang0411 New packages released on PyPI |
Versions
Feature Request
dss-python
just released version 0.12.0b2 to support the Mac M1 ARM chips, butsetup.py
includes enforcement for version 0.10.7.post1. Could you modify this dependency requirement to be "^0.10" so that dependency managers (e.g. poetry) allow for the 0.12 version?The text was updated successfully, but these errors were encountered: