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