MetaCell / MetaCell/NetPyNE-UI
Heads up: Python 3.9 removes tp_print: will need some requirements to be updated to newer releases
@lu-kolb ci sta già lavorando.
Dal 26/3/2021.
- Lingua principale
- JavaScript
- Stelle
- 23
- Fork
- 10
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
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.
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Come iniziare
- Leggi tutta la issue e poi la guida ai contributi del progetto.
- Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
- Fai un fork del repository e lavora su un branch.
- Apri una pull request che faccia riferimento al numero della issue.
Valutazione
Questa issue non è ancora stata valutata.