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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing dependency: pytablewriter #1

Closed
joaopalmeiro opened this issue May 16, 2024 · 1 comment
Closed

Missing dependency: pytablewriter #1

joaopalmeiro opened this issue May 16, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@joaopalmeiro
Copy link

joaopalmeiro commented May 16, 2024

Hi! 馃憢

I was trying to run the CLI (via pipx run pathvalidate-cli sanitize "9.1-notebook_name.ipynb"), and it appears that there is a missing dependency (pytablewriter) in the requirements.txt file:

NOTE: running app 'pathvalidate' from 'pathvalidate-cli'
Traceback (most recent call last):
  File "/Users/joao.palmeiro/.local/pipx/.cache/84217a794ad66ce/bin/pathvalidate", line 5, in <module>
    from pathvalidate_cli.main import cmd
  File "/Users/joao.palmeiro/.local/pipx/.cache/84217a794ad66ce/lib/python3.12/site-packages/pathvalidate_cli/main.py", line 8, in <module>
    import pytablewriter as ptw
ModuleNotFoundError: No module named 'pytablewriter'

If I'm understanding this correctly, let me know if I can help in any way. Thanks!

thombashi added a commit that referenced this issue May 18, 2024
Signed-off-by: Tsuyoshi Hombashi <tsuyoshi.hombashi@gmail.com>
@thombashi thombashi added the bug Something isn't working label May 18, 2024
@thombashi
Copy link
Owner

@joaopalmeiro
Thank you for your report.
That missing dependency was unintentional.
I have fixed it in pathvalidate-cli v0.0.2.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants