Answer the question
In order to leave comments, you need to log in
Pip3 is referencing an early version of Python3, why?
A program needs the aiohttp library . This library requires Python'>=3.4.2 . I have Python 3.4.3
python3 --version
Python 3.4.3
pip3 --version
pip 1.3.1 from /usr/lib/python3/dist-packages (python 3.3)
Answer the question
In order to leave comments, you need to log in
When creating a virtualenv, you can specify the installed Python version with --python=python3.7
, by default, the python version will be 3.7.
Full teamvirtualenv --python=python3.7 venv
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question