You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you very much for this amazing work.
I am trying to understand a bit better differentiable physics for fluid dynamics and this would help me a lot.
However when I am trying to run your code there is an error on cell 14 that I was unable to solve. Maybe due to an update of HfArgumentParser? Everything ran well on the previous cells (except for a small typo on cell 5 where there were some spaces after the '%' sign but that's straight forward to fix)
Do you have an idea on how to fix it and run your code?
Thank you very much
The text was updated successfully, but these errors were encountered:
This looks like a problem with the HfArgParser and some Python magic it uses. For Python 3.9 I have to hack around a solution to get it to function. By now its likely out of date for python 3.10, so maybe try downgrading to python 3.9?
WARNING: The following packages were previously imported in this runtime:
[cycler,kiwisolver]
You must restart the runtime in order to use newly installed versions"
and a crash when "restart runtime" is clicked.
Given downgrading Python seems to be impossible, would it be possible to fix for later versions of Python?
Hello,
Thank you very much for this amazing work.
I am trying to understand a bit better differentiable physics for fluid dynamics and this would help me a lot.
However when I am trying to run your code there is an error on cell 14 that I was unable to solve. Maybe due to an update of HfArgumentParser? Everything ran well on the previous cells (except for a small typo on cell 5 where there were some spaces after the '%' sign but that's straight forward to fix)
Do you have an idea on how to fix it and run your code?
Thank you very much
The text was updated successfully, but these errors were encountered: