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 inst

Re: [spyder] Error message popping - Please help

2023-02-09 Thread Carlos Córdoba
Hi, You need to click on the link that appears on the message show on the image. Then, you need to follow the instructions mentioned on the webpage that will be open afterwards. Let us know if you're able to follow that procedure. Cheers, Carlos El 8/02/23 a las 0:15, Osheen Joseph escribi

Re: [spyder] Error message : missing dependencies IPython>=7.31.1;<8.0.0 : 8.8.0 (NOK)

2023-01-20 Thread Carlos Córdoba
Hi, You need to install an IPython version compatible with Spyder 5.3.3. To do that, you need to close Spyder, please open the Anaconda Prompt and run there the following command     conda install ipython=7.34 Cheers, Carlos El 20/01/23 a las 10:39, Cyrille Vernier escribió: I have just i

[spyder] Re: spyder error

2022-07-14 Thread Daniel Althviz Moré
Hi! Seems like you are having issue with the input function. Not sure what version of Spyder are you using or how did you install it but seems like this could be related with this issue reported for Spyder 5.1.5 (the default version that comes with the Anaconda distribution): https://github.co

Re: [spyder] Error installing a pyhton lib

2022-05-22 Thread Carlos Córdoba
Hi, This is not the way to install packages that don't come with Spyder. To understand how to do that, please read our documentation: https://docs.spyder-ide.org/5/faq.html#using-packages-installer Cheers, Carlos El 15/05/22 a las 21:45, Chris Choir escribió: Hi I'm trying to install a lib

Re: [spyder] error in kernal

2021-04-22 Thread Pratik Piyush
Thanks a lot But I clicked on reset to default And now everything is fi9 On Fri, 23 Apr 2021, 04:21 Carlos Córdoba, wrote: > Hi, > > Please remove or rename this file to something different than queue.py > > /Users/pratikpiyush/coding/Python/gfg.py/queue.py > > Once you do that the problem wil

Re: [spyder] error in kernal

2021-04-22 Thread Carlos Córdoba
Hi, Please remove or rename this file to something different than queue.py /Users/pratikpiyush/coding/Python/gfg.py/queue.py Once you do that the problem will disappear. Cheers, Carlos El 22/04/21 a las 9:24 a. m., Pratik Piyush escribió: error message ! Traceback (most recent call last):

Re: [spyder] error message starting Spyder from terminal (MacOS)

2020-03-06 Thread Carlos Córdoba
Hi, That warning message will be fixed in our next version (4.1.0), to be released next week. Cheers, Carlos El 6/03/20 a las 2:00 p. m., Andrew Voelkel escribió: I got tired of starting Spyder from Anaconda navigator, so I'm starting it from a terminal after activating the appropriate Conda

Re: [spyder] error notification as currently console is not available to run"program name"

2020-03-02 Thread Shivam Tiwari
Via anaconda/any other distro or did you install via pip? On Mon, 2 Mar, 2020, 20:53 Pooja Behera, wrote: > While running i am getting error notification as currently console is not > available to run"program name". i am using Spyder (Python 3.7) > > -- > You received this message because you a

Re: [spyder] error self._encoder = LabelEncoder() NameError: name 'LabelEncoder' is not defined

2019-07-01 Thread Ratnesh Kumar Kushwaha
Change (remove ##) ##from sklearn.preprocessing import LabelEncoder To *from sklearn.preprocessing import LabelEncoder* *On Sun, Jun 30, 2019 at 6:01 PM Review Football > wrote:* > *I am getting this error in spider pls help me out* > > > > > > > > * -- You received this message because you

Re: [spyder] Error with Spyder Notebook

2018-10-09 Thread Carlos Córdoba
Hi, Thanks a lot for taking the time to do it. Cheers, Carlos El 09/10/18 a las 14:14, Francis escribió: Hi, I reported the issue as you suggested. https://github.com/spyder-ide/spyder-notebook/issues/174 Best regards, Francis On Monday, 8 October 2018 19:07:00 UTC+2, Carlos Córdoba wrote

Re: [spyder] Error with Spyder Notebook

2018-10-09 Thread Francis
Hi, I reported the issue as you suggested. https://github.com/spyder-ide/spyder-notebook/issues/174 Best regards, Francis On Monday, 8 October 2018 19:07:00 UTC+2, Carlos Córdoba wrote: > > Hi, > > Please report the resolution problem in the issue tracker I mentioned > before. We'll see how to

Re: [spyder] Error with Spyder Notebook

2018-10-08 Thread Carlos Córdoba
Hi, Please report the resolution problem in the issue tracker I mentioned before. We'll see how to fix it in the future. Cheers, Carlos El 08/10/18 a las 03:11, Francis escribió: Hi, Thanks for pointing me to the right place for this. The issue I faced was similar to the one mentioned bel

Re: [spyder] Error with Spyder Notebook

2018-10-08 Thread Francis
Hi, Thanks for pointing me to the right place for this. The issue I faced was similar to the one mentioned below. Specially, I wasn't able to close the empty untitled notebooks within Spyder unless restarting it. https://github.com/spyder-ide/spyder-notebook/issues/120#issuecomment-343834239 Ho

Re: [spyder] Error with Spyder Notebook

2018-10-07 Thread Carlos Córdoba
Hi, Please report the issue here https://github.com/spyder-ide/spyder-notebook/issues And don't forget to add the error you're getting, else we can't help you. Cheers, Carlos El 07/10/18 a las 13:36, Francis escribió: Hi, Recently I started to use Spyder Notebook. It's really an amazing to

Re: [spyder] Error connecting to Ipython kernel [macOS]

2017-06-19 Thread Carlos Córdoba
Hi, Sorry for not being able to help you, but I hadn't seen this error before. You should know that using pip to install Spyder is really for experts or people who have a very good knowledge of the Python scientific stack. So our recommendation is for you to use Anaconda instead. Cheers, Ca

Re: [spyder] Error running Spyder on OS X 10.11

2016-08-30 Thread Carlos Córdoba
Hi, It seems you installed Python through hashdist. Since the error is very cryptic and we don't have experience with hashdist, we 'd recommend you to use Anaconda instead, which is the distribution we support the most these days :-) Cheers, Carlos El 29/08/16 a las 23:00, Sophia Wright es

Re: [spyder] Re: Spyder ERROR: Line magic function `%guiref` not found

2015-10-06 Thread Carlos Córdoba
Hi, Two things: 1. The bug should be reported here (not in the ipython repo mentioned by Adrian): https://github.com/jupyter/qtconsole 2. If you want to access the contents that %guiref showed in previous IPython versions, you need to go to this menu in Spyder Help > IPython docum

Re: [spyder] Re: Spyder ERROR: Line magic function `%guiref` not found

2015-10-06 Thread Adrian Klaver
On 10/06/2015 04:59 AM, Dan Codiga wrote: OK thanks for pointing that out. Good to know for sure. ... and it seems like someone (qtconsole developers? ipython developers?) should realize that it is quite jarring to see this IPython 4.0.0 -- An enhanced Interactive Python. ? -> Introduct

Re: [spyder] Re: Spyder ERROR: Line magic function `%guiref` not found

2015-10-06 Thread Dan Codiga
OK thanks for pointing that out. Good to know for sure. ... and it seems like someone (qtconsole developers? ipython developers?) should realize that it is quite jarring to see this IPython 4.0.0 -- An enhanced Interactive Python. ? -> Introduction and overview of IPython's features. %q

Re: [spyder] Re: Spyder ERROR: Line magic function `%guiref` not found

2015-10-05 Thread Adrian Klaver
On 10/05/2015 11:30 AM, Dan Codiga wrote: Here is a more complete explanation for my case (my earlier input was admittedly less than informative!). Am realizing now it's probably not a Spyder-specific issue. I am running Anaconda Python 2.7.10-1 in 64-bit Windows. I just updated to spyder 2.3.7.

Re: [spyder] Re: Spyder ERROR: Line magic function `%guiref` not found

2015-10-05 Thread Dan Codiga
Here is a more complete explanation for my case (my earlier input was admittedly less than informative!). Am realizing now it's probably not a Spyder-specific issue. I am running Anaconda Python 2.7.10-1 in 64-bit Windows. I just updated to spyder 2.3.7. I also updated my ipython-qtconsole to

Re: [spyder] Re: Spyder ERROR: Line magic function `%guiref` not found

2015-10-05 Thread Adrian Klaver
On 10/05/2015 05:30 AM, dan.cod...@mwra.com wrote: This happens for me as well. As far as I know %guiref is only available in the qtconsole version of IPython, so how are you running/getting to IPython? On Friday, September 18, 2015 at 5:09:22 PM UTC-4, daniel...@gmail.com wrote: I'm

[spyder] Re: Spyder ERROR: Line magic function `%guiref` not found

2015-10-05 Thread dan . codiga
This happens for me as well. On Friday, September 18, 2015 at 5:09:22 PM UTC-4, daniel...@gmail.com wrote: > > I'm new to this and trying to learn. Guiref sounded like something I > should read but entering %guiref yields "ERROR: Line magic function > `%guiref` not found" > > Can anyone explain

Re: [spyder] Error with dark color schemes?

2015-04-19 Thread Carlos Córdoba
Adrian, that bug only happens on Mac :-) Best, Carlos El 19/04/15 a las 13:48, Adrian Klaver escribió: On 04/19/2015 11:44 AM, Carlos Córdoba wrote: Hi, I think you need to close and open Spyder again, after switching to a dark theme, for this error to go away. Works for me using without r

Re: [spyder] Error with dark color schemes?

2015-04-19 Thread Adrian Klaver
On 04/19/2015 11:44 AM, Carlos Córdoba wrote: Hi, I think you need to close and open Spyder again, after switching to a dark theme, for this error to go away. Works for me using without restarting Spyder, using Spyder 2.3.3 on openSuse 13.1. This is a known error but we can do anything ab

Re: [spyder] Error with dark color schemes?

2015-04-19 Thread Carlos Córdoba
Hi, I think you need to close and open Spyder again, after switching to a dark theme, for this error to go away. This is a known error but we can do anything about it for the moment because it's a bug on the graphical library used by Spyder (called Qt). Cheers, Carlos El 18/04/15 a las 18

Re: [spyder] Error with dark color schemes?

2015-04-19 Thread Adrian Klaver
On 04/18/2015 04:04 PM, GN wrote: Hi all, I updated recently, and now no matter what, despite clean reinstalls, I get an odd error. No matter what color scheme I pick, all the untyped in portion of my editor looks white (see attached picture). I couldn't find anything in the help or forums; does

Re: [spyder] Error changing to python3 in Spyder2.3

2014-07-22 Thread Darrell Aucoin
I uninstalled my previous version of anaconda and installed it for 3.4. My python directory is: $ which python //anaconda/bin/python for Preferences --> Console --> Advanced Settings --> Select the Python interpreter... I used /anaconda/bin/python as the python interpreter (where my python 3.4

Re: [spyder] Error changing to python3 in Spyder2.3

2014-07-22 Thread Darrell Aucoin
Update: I recently found spyder within anaconda that has itself preconfigured to 3.4, to start up spyder now I have to type spyder in terminal instead of going to my apps folder. On Sunday, 20 July 2014 16:11:30 UTC-4, Adrian Klaver wrote: > > On 07/20/2014 11:39 AM, Darrell Aucoin wrote: > > I

Re: [spyder] Error changing to python3 in Spyder2.3

2014-07-21 Thread steve . chu57
Hi. I stumbled on this thread in a bit of serendipity. I have been having the same problem as Darrell. I managed to get spyder to find the python3 binary, but when I try to run I get the error message Traceback (most recent call last): File "", line 1, in NameError: name 'runfile' is not defi

Re: [spyder] Error changing to python3 in Spyder2.3

2014-07-20 Thread Adrian Klaver
On 07/20/2014 11:39 AM, Darrell Aucoin wrote: I recently installed spyder2.3 (on my mac 10.9.4) and I'm having trouble setting the python to python3.4. I'm getting the following error code: I assume you have 3.4 installed, correct? If so how and where is it installed? | DON'T USE THIS CONSO

Re: [spyder] Error Loading Interpreter

2013-10-16 Thread Carlos Córdoba
Hi, It seems you have a too strict firewall that doesn't let Spyder to open a port it needs to run the interpreter in an external process. Please try to deactivate it or add an exception rule for Spyder. That's my only recommendation. Cheers, Carlos El 16/10/13 21:26, vepe villarino escrib

Re: [spyder] Error importing OpenCV (works in normal python shell)

2013-05-11 Thread ftherien
I did in fact build opencv with qt (4.8.4). I'll run some tests tomorrow see if that could be the problem. On Friday, May 10, 2013 1:05:43 PM UTC-4, cjgo...@gmail.com wrote: > > A shot in the dark: did you build OpenCV with the Qt backend? The Qt DLLs > provided by PyQt4 might be incompatible wi

Re: [spyder] Error importing OpenCV (works in normal python shell)

2013-05-10 Thread cjgohlke
A shot in the dark: did you build OpenCV with the Qt backend? The Qt DLLs provided by PyQt4 might be incompatible with your OpenCV build. Using OpenCV from http://www.lfd.uci.edu/~gohlke/pythonlibs/#opencv works for me with Spyder 2.2 Christoph On Friday, May 10, 2013 6:03:14 AM UTC-7, ftherien

Re: [spyder] Error importing OpenCV (works in normal python shell)

2013-05-10 Thread David Verelst
I don't know too much about the sensitivities with respect to Windows. Maybe you could try to see if there is any difference between the PYTHONPATH as seen from Spyder, and the other python consoles? Something like: >>> import sys >>> for k in sys.path: print k For my Linux package, I have followi

Re: [spyder] Error importing OpenCV (works in normal python shell)

2013-05-10 Thread ftherien
Thanks for your reply Win 7 64 bit Python 2.7.3 64 bit Spyder 2.2.0 OpenCV 2.4.5 (compiled myself with vc10 to work with python 64 bit) My opencv binaries are under C:\opencv\release\bin\Release. I added this dir to my %PATH%, as well as creating an env variable %OPENCV_DIR% that points to C:\o

Re: [spyder] Error importing OpenCV (works in normal python shell)

2013-05-10 Thread David Verelst
Hi, I use spyder (the recently released v2.2 on Arch Linux) with openCV (v2.4.5) successfully. Can you share some more details, like what version of spyder are you running, are you on Mac/Linux/Windows, openCV version, etc. How/where did you install openCV? Regards, David On 10 May 2013 02:02,

Re: [spyder] Error Starting IPython QtConsole

2012-06-12 Thread Matt Anderson
I can't make this happen either, Windows 64 bit, IPython 0.13dev On Tue, Jun 12, 2012 at 9:31 AM, Jed Ludlow wrote: > I can't reproduce this on Windows. I'm running IPython 0.13.dev, updated > with the master just a few minutes ago. > > > On Tue, Jun 12, 2012 at 7:16 AM, Carlos Córdoba wrote: >

Re: [spyder] Error Starting IPython QtConsole

2012-06-12 Thread Jed Ludlow
I can't reproduce this on Windows. I'm running IPython 0.13.dev, updated with the master just a few minutes ago. On Tue, Jun 12, 2012 at 7:16 AM, Carlos Córdoba wrote: > Sorry Dave, I'm not seeing something like this but I'm not on Windows. > Jed, are you seeing this on your machine? > > El 12/0

Re: [spyder] Error Starting IPython QtConsole

2012-06-12 Thread Carlos Córdoba
Sorry Dave, I'm not seeing something like this but I'm not on Windows. Jed, are you seeing this on your machine? El 12/06/12 06:12, Dave Hirschfeld escribió: Using latest Spyder/IPython the IPython Client window no longer opens when I start Spyder. When I manually open one it seems fine until I