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.

Is python 3.6 supported?

See original GitHub issue

python 3.6 pip 9.0.1 Django 1.11b1

$ pip install channels

Collecting channels
  Using cached channels-1.1.1-py2.py3-none-any.whl
Requirement already satisfied: Django>=1.8 in /home/anton/venv/pl/lib/python3.6/site-packages (from channels)
Collecting asgiref>=1.0.1 (from channels)
  Using cached asgiref-1.0.1-py2.py3-none-any.whl
Collecting daphne>=1.0.0 (from channels)
  Using cached daphne-1.1.0-py2.py3-none-any.whl
Requirement already satisfied: pytz in /home/anton/venv/pl/lib/python3.6/site-packages (from Django>=1.8->channels)
Collecting six (from asgiref>=1.0.1->channels)
  Using cached six-1.10.0-py2.py3-none-any.whl
Collecting twisted>=17.1 (from daphne>=1.0.0->channels)
  Could not find a version that satisfies the requirement twisted>=17.1 (from daphne>=1.0.0->channels) (from versions: )
No matching distribution found for twisted>=17.1 (from daphne>=1.0.0->channels)

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:7 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
anton-whitecommented, Mar 26, 2017

For those who don’t trust non-official PPAs, I’ve recompiled Python 3.6.1 on a machine without PPA mentioned above, and Channels with Twisted dependency were installed without issues.

1reaction
anton-whitecommented, Mar 26, 2017

I was using self-compiled Python 3.6. After I followed this: http://askubuntu.com/questions/865554/how-do-i-install-python-3-6-using-apt-get the issue has gone.

Thanks guys!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Python Release Python 3.6.0
Note: The release you are looking at is Python 3.6.0, ... See the downloads page for currently supported versions of Python.
Read more >
Python - endoflife.date
Release Released Security Support 3.11 1 month and 3 weeks ago. (24 Oct 2022) Ends in 4 years and 10 months. (24 Oct 2... 3.10...
Read more >
It's time to stop using Python 3.6
In general, Python 3 releases are fairly backwards compatible. So in theory you can just upgrade to 3.7, fix any bugs, then upgrade...
Read more >
Python 3.6 support table for most popular Python packages
Python 3.6 is a version of Python that is past its End Of Life . This site shows Python 3.6 support for the...
Read more >
Community support for Python 3.6 is ending on 23 December ...
Because Python 3.6 extended support on Windows and Linux will end on 23 December 2021, any applications hosted on Azure App Service that...
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