Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Data Science by (18.4k points)

I am facing an issue in the spyder environment. When I open spyder with Python 3.7 I have no issues but when I try to activate 'myenv' and open the spyder, it opens in a blank screen and when I click on the blank screen it tells not responding. 

Can anyone tell why am I getting the error?

I have even tried using the code below:

conda update --all

conda create --name myenv

activate myenv

conda install -c conda-forge opencv

conda install -c conda-forge jupyterlab

conda install spyder

conda update --all

spyder

I even tried installing Anaconda to use jupyter and Spyder.

My system details are as follows 

Dell XPS-15

Windows 10

 64-bit

1 Answer

0 votes
by (36.8k points)

Actual Spyder is supported by python 3.8 on Windows. It is in version 4.13 and has been released in the first week of May 2020.Spyder 4.1.2 (Python 3.8) Blank Screen

If you want to know more about the Data Science then do check out the following Data Science which will help you in understanding Data Science from scratch

Browse Categories

...