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

Dependencies in pyproject.yml are out of sync #3

Open
jrosiek opened this issue Dec 20, 2023 · 0 comments
Open

Dependencies in pyproject.yml are out of sync #3

jrosiek opened this issue Dec 20, 2023 · 0 comments

Comments

@jrosiek
Copy link

jrosiek commented Dec 20, 2023

The tool raises exceptions due to missing dependencies after the package is installed in a clean python venv

Traceback (most recent call last):
  File "/home/alphalab/.local/bin/askgpt", line 5, in <module>
    from askGPT.main import cli
  File "/home/alphalab/.local/pipx/venvs/askgpt/lib/python3.10/site-packages/askGPT/__init__.py", line 4, in <module>
    from .main import cli
  File "/home/alphalab/.local/pipx/venvs/askgpt/lib/python3.10/site-packages/askGPT/main.py", line 23, in <module>
    from .shell import Shell
  File "/home/alphalab/.local/pipx/venvs/askgpt/lib/python3.10/site-packages/askGPT/shell.py", line 19, in <module>
    import requests
ModuleNotFoundError: No module named 'requests'

I'm not sure if it is the only missing dependency though.

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