what should i do when I keep push new change to github but it keep crashing
what should i do when I keep push new change to github but it keep crashing
File "/app/main.py", line 9, in <module>
from basic_pitch.inference import predict_and_save
File "/usr/local/lib/python3.10/site-packages/basic_pitch/inference.py", line 67, in <module>
import basic_pitch.note_creation as infer
File "/usr/local/lib/python3.10/site-packages/basic_pitch/note_creation.py", line 23, in <module>
import resampy
File "/usr/local/lib/python3.10/site-packages/resampy/__init__.py", line 6, in <module>
from . import filters
File "/usr/local/lib/python3.10/site-packages/resampy/filters.py", line 50, in <module>
import pkg_resources
ModuleNotFoundError: No module named 'pkg_resources'
It looks like the installation of Resampy might be corrupted. It would be a good idea to check requirements.txt.
Additionally, you can ask your agent to create a runnable "Dockerfile" tailored for your service and commit that Dockerfile to your repository. Zeabur will then pick it up and build the runtime based on your Dockerfile.
Thanks for your reply and I am asking ai to handle it :)) Hope it works!
It failed and whenever I roll back to previous version by pushing the previous version to github, it will cause crash retry and my service will be paused TT. What can I do, is that it is not possible to roll back on zeabur
I'm not quite sure what you mean. I would recommend that you stick with your current version and fix it. You've created more than 5 deployments, and you cannot roll back to a version that is more than 5 deployments older.
This post has been inactive for a while. We will be closing it in 2 days if there is no new activity.
New replies are disabled for resolved issues.