C1_W2_Lab03_Feature_Scaling_and_Learning_Rate (Multi Variable)

I don’t think its a version compatibility issue. It means scipy is not installed in your local environment. You should do the below code in your PC:

pip install scipy

However, only Python version is not a problem. We have Tensorflow, Keras, etc. And, if you change one of them to the old version (Coursera is using old version, I think TensorFlow 2.1 version), then many other libraries like Numpy, Pandas, etc. will not be compatible with the old version of TensorFlow.

So, the best solution is to create a virtual environment. Read more about it here.

1 Like