MetaCell / MetaCell/NetPyNE-UI

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

オープン
#194 コメント 0 件 リアクション 1 件 担当者 2 名 GitHub で見る

@lu-kolb がすでに取り組んでいます。

2021年3月26日 から。

主要言語
JavaScript
スター
23
フォーク
10
PR マージ指標
30日以内にマージされた PR はありません

説明

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.

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。