Can't install time module

前端 未结 8 1403
执念已碎
执念已碎 2021-01-04 02:31

I\'ve tried pip install time and sudo -H pip install time, but I keep getting the error:

Could not find a version that sati

8条回答
  •  爱一瞬间的悲伤
    2021-01-04 02:47

    I have also got the error, while referring the time on the 'requirements.txt' and pushing app to cloud foundry.

    So the errors is expected. So, its possible on other scenarios also. I just removed the time from the 'requirements.txt' before push my app to make it work.!

提交回复
热议问题