IBMDecisionOptimization / docplex-examples

These samples demonstrate how to use the DOcplex library to model and solve optimization problems.
https://ibmdecisionoptimization.github.io/
Apache License 2.0
396 stars 228 forks source link

error on shapes_with_blackboxes #90

Closed kiyoung8 closed 1 year ago

kiyoung8 commented 1 year ago

Dear developers,

I just copied and pasted the code of that title example...but the result said like this.

[AttributeError: module 'shapely' has no attribute 'affinity''.]

I reinstalled shapely package and any other packages...but it did not work.

May I get any other idea to deal with that error?