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
pip install osmread==0.2 fails
with error ImportError: cannot import name 'build_py_2to3' from 'distutils.command.build_py'
using versions: python 3.13.0, pip 24.3.1
because of an issue with the protobuf==3.0.0b3 package.
Using the current latest version of protobuf==5.29.2, installs successfully.
The text was updated successfully, but these errors were encountered:
pip install osmread==0.2
failswith error
ImportError: cannot import name 'build_py_2to3' from 'distutils.command.build_py'
using versions: python 3.13.0, pip 24.3.1
because of an issue with the
protobuf==3.0.0b3
package.Using the current latest version of
protobuf==5.29.2
, installs successfully.The text was updated successfully, but these errors were encountered: