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

Fix for "No module named camelot.ext" error #169

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

balakumaranpalanivel
Copy link

When i followed the instructions using excalibur I ran into the following issue.

Traceback (most recent call last):
  File "/Users/balakumaranpalanivel/.pyenv/versions/3.7.9/bin/excalibur", line 5, in <module>
    from excalibur.cli import cli
  File "/Users/balakumaranpalanivel/ReposPersonal/excaliburRoot/excalibur-fork/excalibur/cli.py", line 8, in <module>
    from .tasks import split, extract
  File "/Users/balakumaranpalanivel/ReposPersonal/excaliburRoot/excalibur-fork/excalibur/tasks.py", line 9, in <module>
    from camelot.ext.ghostscript import Ghostscript
ModuleNotFoundError: No module named 'camelot.ext'

There seems to be multiple different ways to fix online.
But the root cause seems to be this commit where the ext folder was removed in camelot but excalibur continues to use it.

This fix seems to be the most popular one based on stackoverflow upvotes and makes sense to me.
But please correct me if am wrong.

P.S - I had a look at contributing guidelines, i hope i did not miss anything 🤞

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

Successfully merging this pull request may close these issues.

1 participant