-
Notifications
You must be signed in to change notification settings - Fork 223
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
enum34 dependency causing crash upon install #429
Comments
Hey @schlich Thanks for reporting, I was unable to reproduce this with
My best guess is that Which versions of Python are you developing for? Since
in your |
I was already using python 3.8 so not sure where the dependency was either, i didnt see any other packages mentioned in the error message though. Today I removed enum34 from pyproject.toml and everything went smoothly. very strange. sorry to waste your time and thanks for the help! |
No worries, glad the problem resolved itself. |
reopening this since i'm running into the error again... sorry if this is just my lack of understanding of Poetry causing this issue but since it's DBC causing the issue... here is the error message:
here is my pyproject.toml:
when i switch DBC version from 10.3 to 10.5 and run |
looks like this may be related to #401 |
Thanks for reporting, I can recreate this with your |
Hey @schlich I've made some changes to the way we build packages and just made a prerelease. I am now not seeing problems anymore if I set the dash-bootstrap-components version in your |
ran poetry update with no problems. |
This should now be resolved as of 0.10.6. Feel free to re-open if you encounter more problems. |
I am using Poetry to manage dependencies and upon running
poetry add dash-bootstrap-components
i got this error from the enum34 library. I fixed it by forcing the enum34 version by manually setting the enum34 version to 1.1.8 as suggested in that thread.The text was updated successfully, but these errors were encountered: