Re: [spyder] Re: unable to upgrade to 5.3.3 from anaconda navigator

2022-11-19 Thread Carlos Córdoba
Hi, It seems your Anaconda installation is corrupted, so it's better for you to remove it and reinstall it. Cheers, Carlos El 18/11/22 a las 18:26, M Hagen escribió: Any response on this? I also cannot upgrade Spyder from 5.2.2. Attempting to upgrade in the base env causes the install scri

[spyder] "cannot import name 'ttk' from 'tkinter'" using a Mac and Spyder 5

2022-11-19 Thread luiz vitor
hey, I've installed the Tkinter library but the module ttk isn't imported by Spyder. to be Sure the library is correctly installed I did a hello world example directly on the prompt terminal and it is working fine. but nothing on Spyder. hope someone can help me :) -- You received this messa

[spyder] regarding gdal

2022-11-19 Thread Varun Jayachandran
On Windows, with Python >= 3.8, DLLs are no longer imported from the PATH. If gdalXXX.dll is in the PATH, then set the USE_PATH_FOR_GDAL_PYTHON=YES environment variable to feed the PATH into os.add_dll_directory(). -- You received this message because you are subscribed to the Google Groups "sp

[spyder] Find tab, Profiler tab and Code analysis tab are all missing

2022-11-19 Thread rupert...@gmail.com
hi, Ihave just launched spyder in a miniconda environment on a virtualbox. The Find tab, Profiler tab and Code analysis tab are all missing even thought they are checked on in Tools>Preferences -- You received this message because you are subscribed to the Google Groups "spyder" group. To unsu

[spyder] Re: When can Spyder support python 3.10 and 3.11?

2022-11-19 Thread Adam Price
I have been using Spyder with 3.10 for about two months, and with 3.11 for a week. No problems observed yet (with spyder 5.33 or 5.4), except for a warning that goes by on startup (and during pip install) that: spyder 5.4.0 requires ipython<8.0.0,>=7.31.1, but you have ipython 8.6.0 which is

Re: [spyder] how to launch Spyder-Notebook programmatically from Python program run in Spyder console or Spyder-Terminal

2022-11-19 Thread Carlos Córdoba
Hi, You need to create another Spyder plugin that uses the Spyder-notebook API in the programmatic way you need. To learn how to write plugins for Spyder, we have this tutorial . It’s a bit outdated, so you’ll also need to