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

Flask-RQ2 depends on setuptools but setuptools is not listed as a requirement #112

Open
DataKinds opened this issue Oct 7, 2020 · 0 comments

Comments

@DataKinds
Copy link

Steps to reproduce

  1. Create a clean venv. python3 -m venv env.

  2. Install Flask-RQ2 from source using pip install -e .

  3. Trying to run/import Flask-RQ2 causes the following error:

Traceback (most recent call last):
  File "__init__.py", line 11, in <module>
    from pkg_resources import get_distribution, DistributionNotFound
ModuleNotFoundError: No module named 'pkg_resources'

I would fix this myself but I am absolutely not an expert with setuptools and I don't know where exactly to put this requirement in setup.py. 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

1 participant