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

Package iris_interface is missing dependencies #4

Open
c8y3 opened this issue Jan 18, 2023 · 0 comments
Open

Package iris_interface is missing dependencies #4

c8y3 opened this issue Jan 18, 2023 · 0 comments

Comments

@c8y3
Copy link

c8y3 commented Jan 18, 2023

Package iris_interface-1.1-py3-none-any.whl (as provided in iris-web/source/dependencies) is missing dependencies declarations, such as celery. This creates problems when coding modules that rely on iris_interface.
To reproduce:

python -m venv venv
source venv/bin/activate
pip install iris_interface-1.1-py3-none-any.whl 
python
>>> from iris_interface import IrisModuleInterface
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/home/ubuntu/tmp/venv/lib/python3.8/site-packages/iris_interface/IrisModuleInterface.py", line 26, in <module>
    from celery import Task, current_app, shared_task
ModuleNotFoundError: No module named 'celery'
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