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

Add missing typer dependency #2

Closed
wants to merge 1 commit into from

Conversation

longzheng
Copy link
Contributor

Running the CLI without has an error

C:\Users\longz\Documents\GitHub\SEP2-Tools>sep2tools
Traceback (most recent call last):
  File "<frozen runpy>", line 198, in _run_module_as_main
  File "<frozen runpy>", line 88, in _run_code
  File "C:\Users\longz\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\Scripts\sep2tools.exe\__main__.py", line 4, in <module>
  File "C:\Users\longz\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\site-packages\sep2tools\cli.py", line 4, in <module>
    import typer
ModuleNotFoundError: No module named 'typer'

@aguinane
Copy link
Owner

These are failing due to some fixes I've implemented on another branch to get actions working. I'll add typer on that one.

@aguinane aguinane closed this Aug 16, 2024
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.

2 participants