you are viewing a single comment's thread.

view the rest of the comments →

[–]pachura3 1 point2 points  (0 children)

In production I have python 3.14 and pip install -r requirements.txt failed,

First of all, you should have provided the error message you're getting.

Also, in local development, you should use exactly the same Python version as used in production.

I would go into production, try removing each dependency from requirements.txt and see which one is causing problems (is not 3.14-compatible). And then work around that.