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
When installing poliastro trough pip on python 3.10.2 it uses astropy-4.3.1 which fails installation with the error message ImportError: cannot import name 'soft_unicode' from 'markupsafe'.
Upgrading the dependency to astropy>=5 and consequence revising the usage of astropy accordingly would probably make poliastro also support python >= 3.10.
🐞 Problem
When installing poliastro trough pip on python 3.10.2 it uses
astropy-4.3.1which fails installation with the error messageImportError: cannot import name 'soft_unicode' from 'markupsafe'.🖥 Please paste the output of following commands
Details
💡 Possible solutions
Upgrading the dependency to astropy>=5 and consequence revising the usage of astropy accordingly would probably make poliastro also support python >= 3.10.