Skip to content

ModuleNotFoundError: No module named 'flowlines_py' #1

Description

@rqtqp

Hi there,

First of all thank you for your code.
I tried to install and run it with no success:


Traceback (most recent call last):
  File "C:\Users\user\OneDrive\plotmap\lineworld\run.py", line 16, in <module>
    from lineworld.layers import coastlines, grid, labels, cities, bflowlines, bathymetry, cities, contour2, meta
  File "C:\Users\user\OneDrive\plotmap\lineworld\layers\bflowlines.py", line 33, in <module>
    from lineworld.core import flowlines
  File "C:\Users\user\OneDrive\plotmap\lineworld\core\flowlines.py", line 29, in <module>
    import flowlines_py
ModuleNotFoundError: No module named 'flowlines_py'

Pythonpath seems ok.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions