question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

compatibility with python >= 3.7?

See original GitHub issue

It 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:closed
  • Created 4 years ago
  • Comments:5 (4 by maintainers)

github_iconTop GitHub Comments

2reactions
mihaiccommented, Aug 28, 2019

BrainIAK v0.9.1 is now out with Conda packages for Python 3.7 available.

0reactions
mihaiccommented, Aug 23, 2019

Thanks for the feedback, @cbaldassano. We will make a bugfix release and include a Python 3.7 Conda package in the next few days.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found