1

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

desertnaut
  • 57,590
  • 26
  • 140
  • 166
  • What operating system are you using? Windows? Have you tried with conda? Why are installing packages from notebook? Can you please try to install from terminal? – pplonski Apr 12 '22 at 11:59

1 Answers1

0

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!

pplonski
  • 5,023
  • 1
  • 30
  • 34