Got an error while deploying the app.
Here is the error:
Processing /C:/ci/argon2-cffi_1596828585465/work
ERROR: Could not install packages due to an OSError: [Errno 2] No such file or directory: '/C:/ci/argon2-cffi_1596828585465/work'
Got an error while deploying the app.
Here is the error:
Processing /C:/ci/argon2-cffi_1596828585465/work
ERROR: Could not install packages due to an OSError: [Errno 2] No such file or directory: '/C:/ci/argon2-cffi_1596828585465/work'
Hi @Souravkamalkar8, welcome to the Streamlit community!
Without seeing the code, I would guess that your requirements.txt or environment.yml refers to your local C:\ drive instead of generally listing the package name. In that case, you should remove all references to your local drive.
Additionally, using a package such as pipreqs can generate the file for you so that you don’t need to edit your original file.
Best,
Randy