Open yvanblanchard opened 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 ?
Thank you @yvanblanchard for reporting issue and finding the solution. You are right, looks like we need to update requirements.
and maybe add wordcloud and matplotlib as well
Thanks @jefke-glider! We will update requirements :+1:
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 ?