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

Installation depends on testfixtures #64

Closed
sebbacon opened this issue Sep 10, 2018 · 1 comment
Closed

Installation depends on testfixtures #64

sebbacon opened this issue Sep 10, 2018 · 1 comment

Comments

@sebbacon
Copy link
Contributor

setup.py only requires it for tests, but actually it's required for normal operations, resulting in:

$ jupytext mynoteboook.ipynb  --to md --output -
Traceback (most recent call last):
  File "/home/seb/.local/share/virtualenvs/jupyter/bin/jupytext", line 7, in <module>
    from jupytext.cli import jupytext
  File "/home/seb/.local/share/virtualenvs/jupyter/local/lib/python3.6/site-packages/jupytext/cli.py", line 9, in <module>
    from .compare import test_round_trip_conversion
  File "/home/seb/.local/share/virtualenvs/jupyter/local/lib/python3.6/site-packages/jupytext/compare.py", line 3, in <module>
    from testfixtures import compare
ModuleNotFoundError: No module named 'testfixtures'
@mwouts
Copy link
Owner

mwouts commented Sep 10, 2018

Thanks @sebbacon for reporting. I'd be happy to fix this in the next release. Would you like to submit your change as a pull request? Thanks

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