pmservice / cars-4-you

Apache License 2.0
0 stars 0 forks source link

ERROR could not install python -- from cf push command #2

Closed maclean-stu closed 5 years ago

maclean-stu commented 5 years ago

Attempting to follow the AI OpenScale Web app deployments demo. I get the following error when trying to push the app to IBM Cloud.

Downloaded app package (156.4K) -----> Python Buildpack version 1.6.11 -----> Supplying Python ERROR Could not install python: no match found for 3.6.1 in [2.7.13 2.7.14 3.3.6 3.3.7 3.4.7 3.4.8 3.5.4 3.5.5 3.6.3 3.6.4] Failed to compile droplet: Failed to run all supply scripts: exit status 14 Exit status 223

maclean-stu commented 5 years ago

Ok, I changed the version of Python to 3.6.3 in the runtime.txt file and all is good.