Jonathan Gagné

Results 5 issues of Jonathan Gagné

The versions of the required dependencies do not compile using the latest Python (3.12.4). The required version of Python should be clearly indicated at the start of the "Install" section...

Trying to install the missing packages directly from requirements.txt with: `pip install -r requirements.txt` Causes a crash because pandas is listed before numpy, causing this error when pandas is being...

I do not understand why exactly, but installing from the GitHub repo's setup.py in a fresh conda environment does not automatically install all required packages (tqdm in particular is missing)....

There is a typo here in the README: `python setupy.py install` It should be: `python setup.py install`

I am running ariadne on a native conda+python install on a M1 macbook, using macOS Monterey v12.3, and cannot complete the default fitting shown in the tutorial, as shown below:...