mljar / mercury

Convert Jupyter Notebooks to Web Apps
https://RunMercury.com
GNU Affero General Public License v3.0
3.87k stars 243 forks source link

Problem Installing with PyYaml=6.0 #431

Closed cbitterfield closed 4 months ago

cbitterfield commented 4 months ago

This package does not install on Win 11 or OSX Sonoma. Recommend changing requirements.txt to

pyyaml=6.0.1

that will install.

pplonski commented 4 months ago

Thank you @cbitterfield for information. I've removed pyyaml dependency. We were using it in previous version and now it is not used at all.

Have you been able to build web app with Mercury? What is your use case?