-
Notifications
You must be signed in to change notification settings - Fork 28
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
import broken after merging PR61 #65
Comments
Hey @andredaa it looks like you built the swmm-toolkit as an egg. Try building and installing it as a wheel and it should work. |
hmm. I am installing it this way:
actually because installing it from pip always resulted in an issue. Something with PEP517. so - to bypass it , i checked out the dev-workflow branch and build / installed it via the setup.py but now - i am a bit lost. How do i make a wheel from it? Sorry :p |
|
@andredaa Looks like you are building in a container? If you are building for yourself you don't need to. I set up the build to generate manylinux2014 wheels. That's what build-wheels.sh is for. You can find them here. |
@michaeltryby we should update wiki to provide documentation if anyone wants to build .whl |
Perfect this whl |
@andredaa That is awesome! Thanks so much! |
also works in the docker :) |
@andredaa ooooo interesting are you running a lot of models using docker? |
@jennwuu : no, it's our first one :) - we are building map-based simulation platforms to support urban planning processes. For this the user sees a 3D model of the planned neighborhood and can test different subcatchment draining setups on a set of storms. The planning goal is to optimize for runoff. I am sure my colleaque, who planned the application would be happy to discuss with you the details (i am just the codemonkey). she is a great fan of swmm and admirer of the swmm-crew. :) Reading your website it sounds like you guys would like each other :) |
oh , i closed the issue , since everything works :) |
oh my gosh that is sooo cool! I would love to chat and learn more about it. Super duper awesome project! I can be reached at my email here: wuu.jennifer at gmail.com |
Hej swmm-python team,
i had been compiling swmm-python from source , using the dev-workflow branch (PR61) yesterday.
Everything worked fine.
Now after the merge, compiling from the dev branch, I get an import error when trying to import the output module.
I didnt change anything in my code , so i fear that some little error occured from the merge?
Best regards :)
Andre
The text was updated successfully, but these errors were encountered: