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

Pip package broken: missing caffee #20

Open
fengwang opened this issue Jul 25, 2021 · 0 comments
Open

Pip package broken: missing caffee #20

fengwang opened this issue Jul 25, 2021 · 0 comments

Comments

@fengwang
Copy link

I installed version '0.2.1-00' using pip. This package depends on python python-numpy python-scikit-image python-requests python-scipy packages.
But when I was trying to colorize one image, I got such an error

Traceback (most recent call last):
  File "/usr/bin/autocolorize", line 8, in <module>
    from autocolorize.__main__ import main
  File "/usr/lib/python3.9/site-packages/autocolorize/__init__.py", line 7, in <module>
    from .checker import checker_main
  File "/usr/lib/python3.9/site-packages/autocolorize/checker.py", line 5, in <module>
    import caffe
ModuleNotFoundError: No module named 'caffe'
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

1 participant