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
{{ message }}
This repository has been archived by the owner on Jul 7, 2020. It is now read-only.
libpy itself is linked against python so we need to make it easy for users to tell their exension to link against the version of libpy that was built for their version of python.
The text was updated successfully, but these errors were encountered:
New thought after sleeping on this: if we distribute with conda then we only have one version in the conda environment at a time. I am not sure how to deal with upgrading python inside the env though, I will see if that is even possible
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
libpy itself is linked against python so we need to make it easy for users to tell their exension to link against the version of libpy that was built for their version of python.
The text was updated successfully, but these errors were encountered: