Closed tsunghan-wu closed 3 years ago
Thanks for the report. It seems that I've forgotten to enforce a restriction on the version of a dependency. However, this can be easily fixed and I'll release a new version soon.
If you want to try it out in the meanwhile, I think this should be fixed by installing an older version of a dependency, in particular, scikit-fem<3.0.0
.
Now if you run pip install -U adaptmesh
, it should install adaptmesh==0.3.0
and the example should work properly.
Thanks again. Waiting for your confirmation before closing the issue.
Sorry for the late reply. I have confirmed that the solution you mentioned above can successfully resolve the error. Thanks for your excellent work again.
p.s. I have stared your repo XD
Hi,
First of all, thanks for your excellent work. However, I encounter the issue (bug?) when running the example code on README.
After installing the package via pip (adaptmesh==0.1.0), I run the following code:
Nonetheless, I got the following error messages:
Is this a bug or how can I prevent it from happening?