Anyone successful with Pyam - a Python package for scenario analysis

I uploaded a txt file with 165 articles - with the hope it could extract scenarios and consequences from the attached file, using Pyam DataFrame to plot scenarios and create a matrix/visualization. pyam: analysis and visualization of integrated-assessment & macro-energy scenarios — pyam 2.2.4 documentation However, it hangs and asks to jump to matplotlib instead. Any ideas?

Hi Michael,

Does it say if the pyam package is downloaded? I’m wondering if it’s having issues downloading it maybe? Then it just switches to maplotlib as a workaround.

Thin it gets stuck at libaries

Step 1: Install Pyam and its dependencies

%pip install pyam

print(‘Pyam installation complete. Now we will import the necessary libraries.’)

Then stops at next step

We’re encountering an issue with Pyam’s dependencies.

Doesnt go any further

Still issues here / cant progress

The errors encountered are due to version incompatibilities between numpy and pyam, which are causing import issues. To resolve this, I will ensure that the latest compatible versions of both packages are installed and then proceed with parsing the articles into a structured format for analysis. Let’s address these compatibility issues and continue with the analysis.