PinelineTheory predictions for PDF fittingAboutAbout
GitHubGitHub (opens in a new tab)
  • Introduction
  • Installation
  • Tutorials
    • Set up Pineko
    • Compute FK tables
    • Modify predictions for a dataset
    • Modified theory parameters 🛠️
    • Exotic Madgraph 🛠️
  • Troubleshooting
    • Installation
  • Development
    • Benchmarks
    • Docs
    • Performance
    • Poetry
    • Pre Commit
    • Tests
  • Introduction
  • Installation
  • Tutorials
    • Set up Pineko
    • Compute FK tables
    • Modify predictions for a dataset
    • Modified theory parameters 🛠️
    • Exotic Madgraph 🛠️
  • Troubleshooting
    • Installation
      • Conflicting versions of Numba and Numpy
  • Development
    • Benchmarks
    • Docs
    • Performance
    • Poetry
    • Pre Commit
    • Tests
  • About
  • Getting Started
    • Intro
    • Install
  • Guides
    • Set up Pineko
    • Compute FK tables
  • More
    • Troubleshooting
    • Development

On This Page

  • Conflicting versions of Numba and Numpy
  • Solution
Question? Give us feedback → (opens in a new tab)Edit this page on GitHub
Troubleshooting
Installation

Installation issues

Conflicting versions of Numba and Numpy

This issue is caused by a too old pip version, see #25 (opens in a new tab). E.g. this has been observed with pip v20, present in environments generated with virtualenv v20.

Solution

It is actually quite simple, described in this comment (opens in a new tab). After the creation of the enviornment, and before installing the pineline, update the inner pip version with:

pip install -U pip
TroubleshootingDevelopment

2024 © N3PDF