mljar / mercury

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

importError DLL (cryptography) when running demos #466

Open yvanblanchard opened 2 months ago

yvanblanchard commented 2 months ago

I have python v3.9. I installed Mercury (using pip) on Windows10, on a dedicated env. When running demo examples, I have an importError (cryptography python module) message. Could you please help what's wrong ?

image

yvanblanchard commented 2 months ago

I forced installation of an older version of 'cryptography' module, and it seems to work fine now. pip install cryptography==41.0.7

But maybe need to update the python requirements of Mercury to avoid this issue ?

pplonski commented 2 months ago

Thank you @yvanblanchard for reporting issue and finding the solution. You are right, looks like we need to update requirements.

jefke-glider commented 1 month ago

and maybe add wordcloud and matplotlib as well

pplonski commented 1 month ago

Thanks @jefke-glider! We will update requirements :+1: