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

Default installation mode doesn't install dependencies #1

Closed
vmussa opened this issue Jul 20, 2021 · 0 comments
Closed

Default installation mode doesn't install dependencies #1

vmussa opened this issue Jul 20, 2021 · 0 comments

Comments

@vmussa
Copy link

vmussa commented Jul 20, 2021

First of all, hello everyone and thank you very much for your work.

  • Bug description
    If you install qualichat, be it from PyPI or from this GitHub repo, you only get qualichat, but not its dependencies. When trying to run qualichat, you get a ModuleNotFoundError: No module named 'colorama'.

  • Steps to reproduce

pip install -U qualichat

or

git clone git@github.com:qualichat/qualichat.git
pip install -U .
  • Solution
    Add the install_requires parameter to setup.py with all dependencies to force their installation when using pip.
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