Mike,
You are a GENIUS!
I installed the wheel following your instructions without any problem.
At run time, the only thing missing was libgfortran3 and scipy which I installed with:
sudo apt-get install libgfortran3
pip install scipy # Only because of the import in Stephane example.
I tried one example from Stéphane and it worked. I need the ATM_MODEL_DFILES to run the other tests. I believe this will become available soon. Maybe it is now?
Great work, great solution. I like the wheel!
André
Mike,
You are a GENIUS!
I installed the wheel following your instructions without any problem.
At run time, the only thing missing was libgfortran3 and scipy which I installed with:
sudo apt-get install libgfortran3
pip install scipy # Only because of the import in Stephane example.
I tried one example from Stéphane and it worked. I need the ATM_MODEL_DFILES to run the other tests. I believe this will become available soon. Maybe it is now?
Great work, great solution. I like the wheel!
André