compatibility with python >= 3.7?
See original GitHub issueIt seems that the current brainiak doesn’t work python version >= 3.7. Is there an easy fix?
Qihong@:src$ conda install -c brainiak -c defaults -c conda-forge brainiak
Fetching package metadata .................
Solving package specifications: .
UnsatisfiableError: The following specifications were found to be in conflict:
- brainiak -> python >=3.6,<3.7.0a0 -> readline 6.2*
- brainiak -> python >=3.6,<3.7.0a0 -> sqlite 3.13.*
- brainiak -> python >=3.6,<3.7.0a0 -> tk 8.5.*
- python 3.7*
Use "conda info <package>" to see the dependencies for each package.
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (4 by maintainers)
Top Results From Across the Web
Python 3.7 support table for most popular Python packages
Python 3.7 is a currently supported version of Python . This site shows Python 3.7 support for the 360 most downloaded packages on...
Read more >What's New In Python 3.7 — Python 3.11.1 documentation
This article explains the new features in Python 3.7, compared to 3.6. ... For a list of changes that may affect compatibility with...
Read more >Python Compatibility - Safe Software
Esri ArcGIS Python 3.7+: The workspace or custom transformer is compatible with the Python 3.7 interpreter distributed with ArcGIS Pro 2.7, ArcGIS Pro...
Read more >Are Python 3.6 and 3.7 compatible? - Quora
What we say is “3.7 is backward compatible with 3.6” which means anything you wrote in 3.6 will still work in 3.7. ·...
Read more >It's time to stop using Python 3.7
Python 3.7 will stop getting security updates in June 2023. Given the existence of 3.8, 3.9, 3.10, and 3.11, you really should upgrade....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
BrainIAK v0.9.1 is now out with Conda packages for Python 3.7 available.
Thanks for the feedback, @cbaldassano. We will make a bugfix release and include a Python 3.7 Conda package in the next few days.