Installation of Wrong Package - terrier-org/pyterrier GitHub Wiki

PyTerrier's correct installation is achieved using pip as follows:

pip install python-terrier

Note that using pip install pyterrier WILL result in the wrong package being installed.

If you have reached this page after wrongly using pip install pyterrier, please use the following to fix your installation as follows:

  • pip uninstall pyterrier
  • pip install python-terrier
  • Make sure to restart your kernel if using a notebook environment