22 views
Skip to first unread message

hans alexander

unread,
Sep 8, 2020, 6:44:57 AM9/8/20
to django...@googlegroups.com
I got errors when installing Django Channels.
I'm using Python 3.8.5, Django 3.1

Installing using :
pip install channels

I got error like this:

Installing collected packages: twisted, daphne, channels
    Running setup.py install for twisted ... error
    ERROR: Command errored out with exit status 1:
   (many error lines below)

Please help. Thanks

RANGA BHARATH JINKA

unread,
Sep 8, 2020, 6:48:32 AM9/8/20
to django...@googlegroups.com

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CANV3w%3Db69GCOjap31KiAF%2BemS-zsDDDw96vHiMsKcWu9qW2hJg%40mail.gmail.com.


--
Thanks and Regards

J. Ranga Bharath
cell: 9110334114

hans alexander

unread,
Sep 8, 2020, 7:25:26 AM9/8/20
to django...@googlegroups.com
I have seen that link, still got errors after trying to install twisted.
Guess the problem is that I'm using python 3.8.5. Guess it's not supported for Django Channels.
Is there any safe way to downgrade python version ?
Or how to separate Global Python Version and Virtual Environment Python Version?
I already have my virtual env for my project.

Please advise. Thanks

RANGA BHARATH JINKA

unread,
Sep 8, 2020, 7:33:11 AM9/8/20
to django...@googlegroups.com
Delete the Virtual Environment  venv (or) env folder and create a new Virtual Environment using 

python3.7 -m venv venv

Install all modules again.

Since it doesn't support python3.8.

All the best


Reply all
Reply to author
Forward
0 new messages