MetaCell / MetaCell/NetPyNE-UI

Heads up: Python 3.9 removes tp_print: will need some requirements to be updated to newer releases

Abierto
#194 0 comentarios 1 reacción 2 asignados Ver en GitHub

@lu-kolb ya está trabajando en esto.

Desde el 26/3/2021.

Lenguaje dominante
JavaScript
Estrellas
23
Forks
10
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

Just a heads up. Python 3.9 removes `tp_print`:

https://docs.python.org/release/3.9.0/whatsnew/3.9.html#id3

While installing NetPyNE-UI using `pip install -r requirements.txt` on the development branch, this will make the build fail because a few of the deps are frozen at older versions that do not include fixes for Python 3.9. On my test run, wheels failed to build for these because of this particular error:

- pandas,
- ruamel-yaml

The rest were fine. Had a scipy issue too, but seems to be a different compilation error.

Guía de contribución

No hay ninguna guía de contribución indexada para este repositorio

Primeros pasos

  1. Lee el issue completo y luego la guía de contribución del proyecto.
  2. Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
  3. Haz un fork del repositorio y trabaja en una rama.
  4. Abre un pull request que haga referencia al número del issue.

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.