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
from invenio_records_resources.resources import (...
2022-11-10T09:31:12.6734294Z /opt/hostedtoolcache/Python/3.10.8/x64/lib/python3.10/site-packages/invenio_records_resources/services/__init__.py:13: in <module>
2022-11-10T09:31:12.6734695Z from .files import FileLink, FileService, FileServiceConfig
2022-11-10T09:31:12.6735238Z /opt/hostedtoolcache/Python/3.10.8/x64/lib/python3.10/site-packages/invenio_records_resources/services/files/__init__.py:12: in <module>
2022-11-10T09:31:12.6735854Z from .components import FileServiceComponent
2022-11-10T09:31:12.6736405Z /opt/hostedtoolcache/Python/3.10.8/x64/lib/python3.10/site-packages/invenio_records_resources/services/files/components/__init__.py:12: in <module>
2022-11-10T09:31:12.6736799Z from .content import FileContentComponent
2022-11-10T09:31:12.6737331Z /opt/hostedtoolcache/Python/3.10.8/x64/lib/python3.10/site-packages/invenio_records_resources/services/files/components/content.py:11: in <module>
2022-11-10T09:31:12.6737704Z from ..transfer import Transfer
2022-11-10T09:31:12.6738186Z /opt/hostedtoolcache/Python/3.10.8/x64/lib/python3.10/site-packages/invenio_records_resources/services/files/transfer.py:19: in <module>
2022-11-10T09:31:12.6738544Z from .tasks import fetch_file
2022-11-10T09:31:12.6739026Z /opt/hostedtoolcache/Python/3.10.8/x64/lib/python3.10/site-packages/invenio_records_resources/services/files/tasks.py:11: in <module>
2022-11-10T09:31:12.6739360Z import requests
2022-11-10T09:31:12.6739674Z E ModuleNotFoundError: No module named 'requests'
The text was updated successfully, but these errors were encountered:
Package version (if known): 1.0.0
Describe the bug
Newly introduced dependency on
requests
package is missing from this package'ssetup.cfg
install_requires
.Steps to Reproduce
pip install invenio-records-resources==1.0.0
from invenio_records_resources.resources import (...
The text was updated successfully, but these errors were encountered: