-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TypeError: __new__() got an unexpected keyword argument "XXX" #36
Comments
@gladcolor I have the same proplem with shapely 2.0. Have you solve it? |
@gladcolor @phamkhactu Version 1.0 was released so you can give it a go |
hi @fitodic I have ever try installed, but can not find the version
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When testing using
centerline = Centerline(polygon, **attributes)
or command line,Reports "TypeError: new() got an unexpected keyword argument 'XXX,' "XXX" is the first attribute name.
I have tested on several machines; the results were the same.
The text was updated successfully, but these errors were encountered: