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
Consider including a rust compiler as a build package/snap for the Python plugin. Likely, this would use the same logic as the existing rust plugin.
Why it needs to get done
A huge number of Python applications have rust dependencies at this point, using things like pydantic, pyre or cryptography. As such, it may be worth simply making a rust compiler a dependency of the Python plugin too.
The text was updated successfully, but these errors were encountered:
What needs to get done
Consider including a rust compiler as a build package/snap for the Python plugin. Likely, this would use the same logic as the existing rust plugin.
Why it needs to get done
A huge number of Python applications have rust dependencies at this point, using things like
pydantic
,pyre
orcryptography
. As such, it may be worth simply making a rust compiler a dependency of the Python plugin too.The text was updated successfully, but these errors were encountered: