'Pip Install mljar Mercury failing with codec decode issue

pip install mljar-mercury is failing. Tried Python 3.7/3.8/3.9/3.10, few blogs suggested, still not luck. Ensured default encoding is UTF-8 on machine. enter image description here

enter image description here



Solution 1:[1]

There was an encoding error when reading README.md file in setup.py file. It was fixed in the #81. Please update the Mercury package to the latest version (0.6.9):

pip install -U mljar-mercury==0.6.9

Thank you!

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 pplonski