Re: [spyder] Does Spyder work with Python 2.7.11?

2016-05-31 Thread Fausto A. A. Barbuto
as part of > the Python standard library. > > > Cheers, > Carlos > > El 23/05/16 a las 11:55, Fausto A. A. Barbuto escribió: > > Hi, > > I have just upgraded from Python 2.7.8 to 2.7.11, and Spyder stopped > working. When I try to manually run Spyder I get >

[spyder] Does Spyder work with Python 2.7.11?

2016-05-23 Thread Fausto A. A. Barbuto
Hi, I have just upgraded from Python 2.7.8 to 2.7.11, and Spyder stopped working. When I try to manually run Spyder I get the following error messages: *Traceback (most recent call last):* * File "c:\program files\python\lib\runpy.py", line 162, in _run_module_as_main* *"__main__", fname,

[spyder] Spyder 3.0.1 not running scripts in "Python console" mode

2016-10-27 Thread Fausto A. A. Barbuto
If I write the following lines on a Spyder "Python console": for i in range(0,10): print "i = ", i I get the expected answer. However, if I save the above lines as a .py file and run it in "Python console" mode, I get is this: runfile('C:/Users/fausto/Documents/Programs/Python/xyz.py',

Re: [spyder] Update Spyder? - how?

2021-06-02 Thread Fausto A. A. Barbuto
I would try conda update --all but the update may not be available to download yet. Fausto On Mon, May 31, 2021 at 1:09 PM Lindsay Fowler < lindsay.arthur.fow...@gmail.com> wrote: > Hi All, > After reporting the bug with obscurred icons in Spyder 5, I was told this > was fixed now. > > I

Re: [spyder] How can I install sklearn module in Spyder

2021-09-28 Thread Fausto A. A. Barbuto
Hi, What spyder version are you currently using? What's your operational system? How did you install sklearn? I'm using spyder 5.1.3, Ubuntu 20.04 and importing sklearn was no problem at all. I'm not using conda. sklearn was installed with: sudo python3 -m pip install sklearn Regards. On

[spyder] Spyder not working with Ubuntu 22.04 after installation with either aptitude or apt-get

2022-08-27 Thread Fausto A. A. Barbuto
Hi, I love Spyder, but it has become increasingly problematic to install. I've had problems with Spyder since about version 4.0 or maybe a bit earlier than that, but now things seem to have reached a point of no return. I recently upgraded my Ubuntu installation from 20.04 to 22.04 and noticed

Re: [spyder] Re: Spyder not working with Ubuntu 22.04 after installation with either aptitude or apt-get

2022-09-16 Thread Fausto A. A. Barbuto
Hi Daniel, More recently, I installed VS Code for the sake of a Spyder's replacement and so far I'm getting along well with it. I didn't know there was VS Code (a Microsoft product) for Linux, but there is. Clean install, good looks, lots of options (way more than I actually need). I still miss a

Re: [spyder] Re: Spyder not working with Ubuntu 22.04 after installation with either aptitude or apt-get

2022-09-16 Thread Fausto A. A. Barbuto
Hi Philip, Thanks for your advice. I will try what you suggested. Fausto On Fri, Sep 2, 2022 at 8:55 AM Philip Yip wrote: > I don't think the apt package for spyder works... > > You can install Spyder using Miniconda instead of Anaconda... Ensure to > intialise Miniconda it in the last steps

Re: [spyder] error

2023-03-19 Thread Fausto A. A. Barbuto
Hi, Maybe because you're spelling "sympy" the wrong way? E.g., sudo python -m pip install simpy shouldn't work. Be more specific about your problem. Include some error messages you got. Fausto On Tue, Feb 21, 2023 at 12:04 PM Aparna P S wrote: > i am getting syntax error when i try to

[spyder] How can I install Numba for Spyder?

2023-11-10 Thread Fausto A. A. Barbuto
Hello, Spyder imported every library I tried so far, except Numba. An error pops out. Yet Numpy, Matplotlib and several other packages can be imported without problems. I also observed that Python's "regular" packages and Spyder's are installed on different locations. Example: Python: >>> import

Re: [spyder] [ANN] Spyder 5.5.1 is released!

2024-02-25 Thread Fausto A. A. Barbuto
I see people is working very hard to turn Spyder, once the finest Python IDE hands down, into a piece of bloatware. It now takes an awful lot of time to start and load all its modules, kernels - it's exasperating (my computer has 40 GB of RAM, what seems to be insufficient for Spyder to feel

Re: [spyder] [ANN] Spyder 5.5.1 is released!

2024-02-26 Thread Fausto A. A. Barbuto
in all, I find Spyder still pretty > usable. I use it for convenience (features like the variable explorer), and > low configuration requirements. > > cheers, > Florian > > > > On 25/02/2024 20:02, Fausto A. A. Barbuto wrote: > > > I see people is working very hard

Re: [spyder] Re: How do I install Numba?

2024-02-29 Thread Fausto A. A. Barbuto
Hello, I finally found a way to install numba on Spyder. It was easier than I thought. 1. Download *get-pip.py*: curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py 2. Move *get-pip.py* into *C:\...\Spyder\Python* 3. Run (on a *cmd *window with Administrator rights, if necessary): cd

Re: [spyder] Re: How do I install Numba?

2024-02-29 Thread Fausto A. A. Barbuto
preter in spyder to your python installation. > I did this too, and it didn't work. I wonder if I did it the right way. Or if there's a trick I am unaware of. > > best > Thanks for the exchange. F. > > > > > > > > > > On Wed, Feb 28, 2024 at 4:57 PM Fausto A. A.

[spyder] How do I install Numba?

2024-02-27 Thread Fausto A. A. Barbuto
Hi, Spyder comes with several pre-installed packages by default, but Numba is an exception. I have several scripts that use this package and want to have it installed. How can that be done? Putting it as a more general question: how do I install packages with/on Spyder? F. -- You received

Re: [spyder] Re: How do I install Numba?

2024-02-28 Thread Fausto A. A. Barbuto
Very clever. However, there a few additional complications here: 1. This is a Windows 11 installation and I'm no longer using Conda trash (sorry, but I forgot to mention this); 2. Numba is Numba. It's installation is a bit more convoluted because it has a tradition of lagging behind its

[spyder] Question about Spyder when it loses focus

2024-03-18 Thread Fausto A. A. Barbuto
Hi all, I observed that Spyder reduces its execution speed considerably when I'm running a script and the focus on Spyder is lost, that is, when I open another window to work on something else (a Word document, an Excel spreadsheet, Solitaire, etc) while the said script is running. It's even

[spyder] Question about Spyder when it loses focus

2024-03-18 Thread Fausto A. A. Barbuto
-- You received this message because you are subscribed to the Google Groups "spyder" group. To unsubscribe from this group and stop receiving emails from it, send an email to spyderlib+unsubscr...@googlegroups.com. To view this discussion on the web visit