Skip to content

Morphsnake cannot be imported after installation #33

@NinikFL

Description

@NinikFL

I get morphsnake installation for my Docker image in the requirements.txt file. You can see it. The download is successful:
Successfully built morphsnakes
Installing collected packages: morphsnakes
Attempting uninstall: morphsnakes
Found existing installation: morphsnakes 0.0.9
Uninstalling morphsnakes-0.0.9:
Successfully uninstalled morphsnakes-0.0.9
Successfully installed morphsnakes-0.0.6

but i can't use the library. i'm trying with thos code to try the library:

try:
import morphsnakes
print("morphsnakes not yes intalled")
except ImportError:
print("morphsnakes cannot load please check your installed")

the output on the terminal: morphsnakes cannot load please check your installed

mean i get problem right from this library. can you help me? i mean i tried another way with save morpsnake.py file in my folder. but long time for make the outline of image when i just save the file and not the library. please corect me if my thinking is wrong.I will look forward to your reply

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions