Fix #4448 : Update Python version in dev to 3.9.21#4501
Fix #4448 : Update Python version in dev to 3.9.21#4501Zahed-Riyaz wants to merge 0 commit intoCloud-CV:masterfrom Zahed-Riyaz:master
Conversation
|
Hi @RishabhJain2018 It seems the travis.yml file uses |
|
Sure, let's update the |
|
@RishabhJain2018 seems like Travis CI is unable to build Django. Not sure why this is happening |
|
Ah, it looks like there's an incompatibility issue between Hopefully finding a conflict free version for django will resolve that :) |
|
After further iterating with multiple library and python versions it seems to converge to the following error : It seems the token is not registering prior to being unregistered in |
This is to fix issue #4448.
Previously the Docker images for development of EvalAI relied on
Python 3.7.5, this PR updates them to usePython 3.9.21.