vatlab / sos-notebook

Multi-language Jupyter Notebook
http://vatlab.github.io/SoS
BSD 3-Clause "New" or "Revised" License
174 stars 17 forks source link

Replaced collection imports with collections.abc (Issue #336) #337

Closed andrewcrook closed 2 years ago

andrewcrook commented 2 years ago

Issue #336

Replaced collections imports with collections.abc for Sized, Sequence otherwise causes ImportError Changed in Python 3.3. Old method stops working in python 3.10

https://stackoverflow.com/a/70195883

andrewcrook commented 2 years ago

@BoPeng

checks failed because they couldn’t start due to issue building enviroment via conda