You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Install Flask-RQ2 from source using pip install -e .
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!
The text was updated successfully, but these errors were encountered:
Steps to reproduce
Create a clean venv.
python3 -m venv env
.Install Flask-RQ2 from source using
pip install -e .
Trying to run/import Flask-RQ2 causes the following error:
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!The text was updated successfully, but these errors were encountered: