'Pip Install mljar Mercury failing with codec decode issue
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 |


