fresh-dentist-96982
09/29/2023, 1:39 AMfrom cachetools import TTLCache
And have also declared the dependency in my requirements.txt
and linked it in the root BUILD file using python_requirements
function.
But, I am still getting:
ModuleNotFoundError: No module named 'cachetools'
fresh-dentist-96982
09/29/2023, 1:42 AMrequests_mock
enough-analyst-54434
09/29/2023, 2:13 AMrequirements.txt
that you expect to provide the cachetools
module?enough-analyst-54434
09/29/2023, 2:13 AMfresh-dentist-96982
09/29/2023, 8:40 AMcachetools~=4.2.4
request_mock
mongomock
...
requests~=2.25.0
These are the requirements
I see the same issue with mongomock, cachetools and requests_mockenough-analyst-54434
09/29/2023, 4:13 PMs/request_mock/requests_mock/
.
@fresh-dentist-96982 if you need more help you'll probably need to supply a similar example repository that can be used to reproduce the issue you encounter.