Is python 3.6 supported?
See original GitHub issuepython 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:
- Created 7 years ago
- Comments:7 (3 by maintainers)
Top 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 >
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 Free
Top 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
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.
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!