Skip to content
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

ModuleNotFoundError: No module named 'animated_drawings' #241

Closed
ShahryarSaljoughi opened this issue Oct 29, 2023 · 1 comment
Closed

ModuleNotFoundError: No module named 'animated_drawings' #241

ShahryarSaljoughi opened this issue Oct 29, 2023 · 1 comment

Comments

@ShahryarSaljoughi
Copy link
Contributor

I'm following the instructions of this repository to run test the examples.
I followed the instructions up to the Animating Your Own Drawing section where it runs:

(animated_drawings) torchserve % cd ../examples
(animated_drawings) examples % python image_to_animation.py drawings/garlic.png garlic_out

Now I get the following error:

Traceback (most recent call last):
  File "image_to_animation.py", line 6, in <module>
    from annotations_to_animation import annotations_to_animation
  File "D:\FamousGitHubRepos\AnimatedDrawings\examples\annotations_to_animation.py", line 5, in <module>
    import animated_drawings.render
ModuleNotFoundError: No module named 'animated_drawings'

What is wrong and how can it be fixed?

@hjessmith
Copy link
Contributor

Looks like the animated_drawings module isn't installed in your animated_drawings conda environment.

Try installing again and, making sure the animated_drawings virtual environment is active, run pip install -e . in the project home directory to install animated_drawings.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants