YakivBrychuk / RENOVATIO

0 stars 0 forks source link

Deployment Failure on Heroku Due to pywin32 Dependency in requirements.txt #6

Closed YakivBrychuk closed 3 months ago

YakivBrychuk commented 3 months ago

When deploying the Django project "Renovatio" to Heroku, the deployment fails due to the inclusion of the pywin32 package in the requirements.txt file. The pywin32 package is specific to Windows environments and is not compatible with Heroku's Linux-based environment. This causes the deployment to fail with an error indicating that no matching distribution was found for pywin32.

YakivBrychuk commented 3 months ago

The pywin32 package was causing an error during deployment because it is a Windows-specific library that is not compatible with Unix-like operating systems, such as the Linux environment used by Heroku for building and running applications.

Solution: Remove pywin32 from requirements.txt Update Your requirements.txt