skip to Main Content

Channels-redis wont install using pip

im trying to install channels-redis using pip install -U pip channels-redis but it cause the following error: Error: Using legacy 'setup.py install' for hiredis, since package 'wheel' is not installed. Installing collected packages: hiredis, async-timeout, aioredis, channels-redis Running setup.py install…

VIEW QUESTION

Installing azure-data-tables

I’m hoping to use azure-data-tables in my Python code. I'm working in VScode on an Azure HTTP trigger. I’ve run pip3 install azure-data-tables in the terminal on my Mac. However, when I import azure-data-tables in my file on VS code,…

VIEW QUESTION
Back To Top
Search