[Tutor] How to work with a later version of Python

Mark Lawrence breamoreboy at gmail.com
Fri Oct 2 19:05:09 EDT 2020


On 02/10/2020 19:15, Neveills, Sarah wrote:
> All,
> 
> I cannot import the keras package in version 3.8.3.
> 
> It states no module named ‘keras’
> 
> Any suggestions?
> 
> Sarah
> 

'keras' isn't part of the standard library so you'll need to install it 
from a command prompt:-

python -m pip install keras

Also please trim your responses as I've done here and don't top post, it 
drives me nuts :)

-- 
My fellow Pythonistas, ask not what our language can do for you, ask
what you can do for our language.

Mark Lawrence



More information about the Tutor mailing list