Erdogan
Erdogan
Thanks for the message. It seems to work on my machine. Pypi also suggests that there were some downloads today. Have you tried to update urllib3? `pip install -U urllib3`
Thanks for notifying! I created a few fixes and the examples work on my machine. Can you check whether this also works for you? This [example](https://erdogant.github.io/clustimage/pages/html/Examples.html#breaking-up-the-steps) works on my machine....
Why is there an attached docx?
The underneath works. I can not check it without having the images. What kind of images are you using? ``` import numpy as np import os import matplotlib.pyplot as plt...
please copy paste the output from the docx here. Use formatting for pathnames: `r”d:\python\etc` or `d://python//etc`
Hi Lucas, is the verbosity setting during the initialization not helping? If not, can you suggest an alternative manner how to turn it off more elegantly?
The logger is something that I later incorporated. I apparently have missed some routines to correctly suppress the print statement. Reasoning for using the logger is to see whether it...
I have to say, this was quite a deep issue. I needed to resolve the handling of the logging of a few more packages. But it should be fixed now....
Thank you for your issue. I could not reproduce the issue. Can you maybe demonstrate this with a small example? ``` from clustimage import Clustimage cl = Clustimage() # load...
I again could not reproduce this error. Is there any way you can show the error using one of these four data sets? ``` from clustimage import Clustimage cl =...