I am encountering this error during my app deployment again and again. It would be great If anyone will help. I am attaching my repo link here

https://github.com/23arisha/spotifymusic

It has something to do with installing the dependencies in your requirements.txt file. You do not need That many libraries. Make a shorter file with only libs that you are using, also try not to define a version no for libs if you are unsure about. for ex. using just using pywin32 instead of pywin32==306.

1 Like

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.