-
Notifications
You must be signed in to change notification settings - Fork 831
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Asdf Auto Reshim #1887
Comments
Hi @nizarakbarm , can you provide more information on this? How does the Python plugin perform auto reshimming? What callback/hook is used to trigger it? I'm not aware of any changes in 0.16.x that would affect any auto reshimming features. |
Hi @Stratus3D, sorry for the late reply, this is the example of asdf 0.15.0:
this is the example of asdf 0.15.0:
I also didn't know where the reshimming is processed but in 0.15.0 always has reshimming everytime installing using package manager like pip. |
Oh i just found out the reshimming was ran by the pip itself in 0.15.0, i will try to check in 0.16.0 again. |
The reason reshimming didn't work because when installing python using |
Ah, it is related to syscall.Exec. |
How can we improve the documentation?
Some plugin like python if installed in asdf 0.15.0 usually can do auto reshiming after pip install. But in asdf 0.16.0, there is no auto rhesim again after installing package using
pip install
.If there is a change of mechanism for this, can it added to the documentation?
The text was updated successfully, but these errors were encountered: