spyder-ide / spyder

Official repository for Spyder - The Scientific Python Development Environment
https://www.spyder-ide.org
MIT License
8.12k stars 1.57k forks source link

ImportError: cannot import name 'descriptor' from 'google.protobuf' (unknown location) #18634

Open anirudhchandnani opened 2 years ago

anirudhchandnani commented 2 years ago

What steps will reproduce the problem?

import tensorflow #or import keras

Deep learning libraries won't work, despite reinstalling.

steff456 commented 2 years ago

Hi @anirudhchandnani,

How are you installing Spyder? If you are using one of our installers, the deep learning libraries are not included with them. You will need to create a new environment where you install all the things you need and then connect it to Spyder.