Last answered:

30 Jan 2023

Posted on:

16 Jan 2023

0

Can't install TensorFlow 2.0 and pickle, but successfully installed seaborn

image.png

2 answers ( 0 marked as helpful)
Instructor
Posted on:

30 Jan 2023

0

Hi Tahmina,
thanks for reaching out!
Could you try the following steps:
1. Upgrade to the latest pip with:

pip install --upgrade pip

2. Install tensorflow with the following:

pip install tensorflow

3. Install pickle with the following command:

pip install pickle-mixin

And let me know if you're still having issues with any of the libraries.

Best,
365 Eli

Posted on:

30 Jan 2023

0

Many thansk dear Eli,
I have all installed.

Submit an answer