Я пытаюсь установить ноутбук Jupyter в моей виртуальной среде. У меня есть Python 3.5, запущенный в моем виртуальном окружении и последняя версия pip. У меня проблемы с установкой практически любой библиотеки с помощью pip. Это дает мне следующую ошибку, даже когда я запускаю следующие команды:
python3 -m pip install --upgrade pip
python3 -m pip install jupyter
Ошибка:
The directory '/Users/[user]/Library/Caches/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
The directory '/Users/[user]/Library/Caches/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
Collecting jupyter
Could not fetch URL https://pypi.python.org/simple/jupyter/: There was a problem confirming the ssl certificate: [SSL: TLSV1_ALERT_PROTOCOL_VERSION] tlsv1 alert protocol version (_ssl.c:645) - skipping
Could not find a version that satisfies the requirement jupyter (from versions: )
No matching distribution found for jupyter