[ANN] Spyder 5.0.3 is released!

100 views
Skip to first unread message

Carlos Córdoba

unread,
May 17, 2021, 2:42:32 PM5/17/21
to spyder

Hi all,

On the behalf of the Spyder Project Contributors, I’m pleased to announce that Spyder 5.0.3 has been released and is available for Windows, GNU/Linux and MacOS X: https://github.com/spyder-ide/spyder/releases

This release comes one week after version 5.0.2 and it contains the following important fixes:

  • Fix Help pane in the macOS installer.
  • Add rtree as a dependency for our pip packages.

In this release we fixed 4 issues and merged 8 pull requests that amount to more than 30 commits. For a full list of fixes, please see our Changelog.

Don’t forget to follow Spyder updates/news on the project’s website.

Last, but not least, we welcome any contribution that helps making Spyder an efficient scientific development and computing environment. Join us to help creating your favorite environment!

Enjoy!
Carlos

javier meneses

unread,
May 17, 2021, 5:37:24 PM5/17/21
to spyd...@googlegroups.com
Hola Carlos, tengo una duda. He instalado Spyder 5.0.3 con el instalador (en Mac OS), no obstante, cuando corro códigos me reclama algunas dependencias. Las chequeo reinstalándolas con Conda o PIP pero aún siguen reclamándose. 

Ej. ImportError: Missing optional dependency 'xlrd'. Install xlrd >= 1.0.0 for Excel support Use pip or conda to install xlrd.

     Es que por estar la aplicación Spyder por fuera del entorno de Anaconda requiere estas dependencias instalarse de manera diferente??


       Slds, Javier 




--
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+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/spyderlib/2eaddfdc-d094-389f-b216-10476f3edb80%40gmail.com.

Kiko

unread,
May 18, 2021, 3:12:49 AM5/18/21
to spyd...@googlegroups.com
2021-05-17 23:37 GMT+02:00, javier meneses <mene...@gmail.com>:
> Hola Carlos, tengo una duda. He instalado Spyder 5.0.3 con el instalador (en
> Mac OS), no obstante, cuando corro códigos me reclama algunas dependencias.
> Las chequeo reinstalándolas con Conda o PIP pero aún siguen reclamándose.
>
> Ej. ImportError: Missing optional dependency 'xlrd'. Install xlrd >= 1.0.0
> for Excel support Use pip or conda to install xlrd.
>
> Es que por estar la aplicación Spyder por fuera del entorno de Anaconda
> requiere estas dependencias instalarse de manera diferente??

Sí.

El gestor de paquetes de tu sistema operativo funciona de una forma.
pip funciona de otra forma, conda funciona de otra forma,...

Lo ideal es que manejes las dependencias usando siempre lo mismo. Mi
recomendación sería usar conda (ya que permite también usar pip (con
cuidado)) añadiendo el canal de conda-forge [1].

[1] https://conda-forge.org/docs/user/introduction.html#how-can-i-install-packages-from-conda-forge



>
>
> Slds, Javier
>
>
>
>
>> El 17-05-2021, a las 14:42, Carlos Córdoba <ccord...@gmail.com>
>> escribió:
>>
>> Hi all,
>>
>> On the behalf of the Spyder Project Contributors
>> <https://github.com/spyder-ide/spyder/graphs/contributors>, I’m pleased to
>> announce that Spyder 5.0.3 has been released and is available for Windows,
>> GNU/Linux and MacOS X: https://github.com/spyder-ide/spyder/releases
>> <https://github.com/spyder-ide/spyder/releases>
>> This release comes one week after version 5.0.2 and it contains the
>> following important fixes:
>>
>> Fix Help pane in the macOS installer.
>> Add rtree as a dependency for our pip packages.
>> In this release we fixed 4 issues and merged 8 pull requests that amount
>> to more than 30 commits. For a full list of fixes, please see our
>> Changelog <https://github.com/spyder-ide/spyder/blob/5.x/CHANGELOG.md>.
>>
>> Don’t forget to follow Spyder updates/news on the project’s website
>> <https://www.spyder-ide.org/>.
>>
>> Last, but not least, we welcome any contribution that helps making Spyder
>> an efficient scientific development and computing environment. Join us to
>> help creating your favorite environment!
>>
>> Enjoy!
>> Carlos
>>
>> --
>> 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+...@googlegroups.com
>> <mailto:spyderlib+...@googlegroups.com>.
>> <https://groups.google.com/d/msgid/spyderlib/2eaddfdc-d094-389f-b216-10476f3edb80%40gmail.com?utm_medium=email&utm_source=footer>.
>
> --
> 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+...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/spyderlib/1332547C-4F35-4AF7-B6AF-D6D0713EFC18%40gmail.com.
>

Carlos Córdoba

unread,
May 18, 2021, 2:02:01 PM5/18/21
to spyd...@googlegroups.com
Hola Javier,

Tengo una pregunta para ti: ¿estás intentando cargar un archivo de Excel con Pandas?


Un cordial saludo,
Carlos

El 17/05/21 a las 4:37 p. m., javier meneses escribió:

javier meneses

unread,
May 18, 2021, 3:58:49 PM5/18/21
to spyd...@googlegroups.com
Efectivamente. 
   Javier

Enviado desde mi iPhone

El 18-05-2021, a la(s) 14:02, Carlos Córdoba <ccord...@gmail.com> escribió:

 Hola Javier,

javier meneses

unread,
May 19, 2021, 9:47:49 AM5/19/21
to spyd...@googlegroups.com
Hola Carlos, ayer respondí algo apurado. Efectivamente cuando ejecuto la siguiente línea por ejemplo.

hs_2002=pd.read_excel('HS2002.xlsx', dtype={'ProductCode':'str’})

ImportError: Missing optional dependency 'xlrd'. Install xlrd >= 1.0.0 for Excel support Use pip or conda to install xlrd.


El punto en cuestión, es que como el instalador que ustedes ofrecen instala la aplicación por fuera del entorno de anaconda (eso creo), no se cómo instalar estos módulos ahí. Pues yo veo, que dentro del entorno de anaconda los módulos están instalados. Es más la versión Spyder 5.0 funciona sin mayores problemas. 

    Qué estoy mal comprendiendo??

       Slds, Javier


Carlos Córdoba

unread,
May 20, 2021, 8:42:28 PM5/20/21
to spyd...@googlegroups.com
Hola,

Si, el problema es que nosotros no proveemos el paquete xlrd como parte de nuestro instaladores. Por ellos tienes que conectar la instalación externa de Python que tienes a nuestro instalador, usando las instrucciones que aparecen acá

http://docs.spyder-ide.org/current/faq.html#using-existing-environment


Un cordial saludo,
Carlos

El 19/05/21 a las 8:47 a. m., javier meneses escribió:

javier meneses

unread,
May 21, 2021, 10:48:20 AM5/21/21
to spyd...@googlegroups.com
Gracias a ti Carlos y al equipo , hacen un trabajo formidable!!

       Slds, Javier

Carlos Córdoba

unread,
May 26, 2021, 12:38:23 PM5/26/21
to spyd...@googlegroups.com
Muchas gracias por tus palabras Javier!

El 21/05/21 a las 9:48 a. m., javier meneses escribió:
Reply all
Reply to author
Forward
0 new messages