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
Hello, thanks for creating this library! I ran into a bug trying to visualize a sphere in Python 3.12. I know 3.12 isn't listed as an supported platform (https://github.com/cmower/optas#support), but I thought this might be helpful if you're intending to support 3.12 in the future.
Steps to reproduce:
Create a 3.12 environment (e.g. mamba create -n optas python=3.12)
Hi @hello-binit, thanks for your interest in optas and also pointing this out! 😄
Eventually, I and the other developers intend to provide support for recent python versions and also develop optas (new features, etc). However, currently, we do not have the bandwidth.
If you are able to fix this error and add the support for Python 3.12 (show that all test scripts go green) I would be happy to review a PR.
Hello, thanks for creating this library! I ran into a bug trying to visualize a sphere in Python 3.12. I know 3.12 isn't listed as an supported platform (https://github.com/cmower/optas#support), but I thought this might be helpful if you're intending to support 3.12 in the future.
Steps to reproduce:
mamba create -n optas python=3.12
)You'll see an exception like the following:
The text was updated successfully, but these errors were encountered: