Giter Club home page Giter Club logo

swmm-python's People

Contributors

abhiramm7 avatar bemason avatar bemcdonnell avatar dependabot[bot] avatar jennwuu avatar karosc avatar michaeltryby avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

swmm-python's Issues

ImportError after install

Dear all,

I have installed cmake on Ubuntu Focal and the from source
1#https://scikit-build.readthedocs.io/en/latest/installation.html#install-from-source
2#https://github.com/SWMM-Project/swmm-python/releases/download/v0.6.0-rc.1/swmm-toolkit-0.5.0.tar.gz
When calling from python console manually I still run into this error:

>>> from swmm.toolkit import solver
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/local/lib/python3.8/dist-packages/swmm_toolkit-0.5.0-py3.8-linux-x86_64.egg/swmm/toolkit/solver.py", line 13, in <module>
    from . import _solver
ImportError: libswmm5.so: cannot open shared object file: No such file or directory

I would be grateful for any hints on how to advance.

Kind regards

Sebastian

swmm-toolkit dlls not on Windows path

When importing swmm.toolkit, load of _output module fails because linked library swmm-output.dll can not be found at runtime.

Problem does not occur when package installed under conda.

Traceback (most recent call last):
  File "C:\hostedtoolcache\windows\Python\3.7.7\x64\lib\sitepackages\nrtest_swmm\output_reader.py", line 21, in <module> 
    from swmm.toolkit import output, output_enum
  File "C:\hostedtoolcache\windows\Python\3.7.7\x64\lib\site-packages\swmm\toolkit\output.py", line 13, in <module>
    from . import _output
ImportError: DLL load failed: The specified module could not be found.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.