Reputation: 21
Getting an error
Building codeuri: /home/sagemaker-user/lab4/rag_app runtime: python3.10 architecture: x86_64 functions: RagAppFunction
Running PythonPipBuilder:ResolveDependencies
Build Failed
Error: PythonPipBuilder:ResolveDependencies - {numexpr==2.10.1(wheel)}
Can someone help resolve this?
I have tried
pip install wheel
python3 -m pip install --upgrade pip
pip install numexpr==2.10.1
It did not work
Upvotes: 2
Views: 51