Hi, I have been trying to deploy my app on the cloud. The app works fine on my local computer but I have issues deploying the app because of the software dependency.
I can’t see what the issue is from the manage app, either.
This is the repository I want to install.
I would try simplifying down the environment.yml, particularly removing the prefix section
I would also consider loosening up each dependency a bit:
e.g.
- anarci=2021.02.04=pyhdfd78af_0
→
- anarci=2021.02.04
I wonder if specifying the exact build is causing issues.
You can also check the logs on Community Cloud and see if it says any specific errors while installing the dependencies.