Spencer Ploeger

Results 8 comments of Spencer Ploeger

@Muhayyuddin I have the same question. I am just trying to visualize the output. I get the same output as you, but I dont see anywhere where a "path file"...

Thanks @Muhayyuddin ! I will give this a try. Do you know what the difference between actual_path and new_path is?

Hi again @Muhayyuddin, I meant to ask in the previous post if you have looked at the sample 2D data file? https://drive.google.com/drive/folders/1oADJ85qxb3WKHXE4Bj6lwio-soGOktRa (provided in the readme) I am struggling to...

Did you call `$ make` from within the source directory? According to [this](https://github.com/libbot2/libbot2), maybe you can try ` $ sudo make BUILD_PREFIX=/usr/local` instead? Good luck Additionally, after resolving this issue,...

awesome to hear, keep me posted!

I had this issue too. I tried updgrading jax to a version >= 0.4.14 with `!pip install jaxlib==0.4.14`, but this line `from graphcast import casting` still causes the following error:...

I was above to temporarily get past this issue by downgrading the following packages: ``` !pip install jax==0.4.16 !pip install jaxlib==0.4.16 !pip install flax==0.7.3 ```

> !pip install jax==0.4.16 > !pip install jaxlib==0.4.16 > !pip install flax==0.7.3 @Shadowwomen see my reply above. I was able to make it work as intended by downgrading the packages...