MetaCell / MetaCell/NetPyNE-UI
Heads up: Python 3.9 removes tp_print: will need some requirements to be updated to newer releases
@lu-kolb is already working on this.
Since Mar 26, 2021.
- Dominant language
- JavaScript
- Stars
- 23
- Forks
- 10
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.