Skip to content
This repository has been archived by the owner on Nov 10, 2018. It is now read-only.

Installation Problems

JVonderwell edited this page May 14, 2018 · 3 revisions
  1. We have one known issue where users who have an older version of certifi installed will run into errors when installing the required packages using pip. We're looking into a cleaner solution, but for now ubuntu users must manually remove the package before installing via pip.

This can be done by simply deleting the folder containing the package. Its location can be determined by typing the following code into a python interpreter.

import certifi

certifi.where()

Clone this wiki locally