-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Kaleido executable not found (on Windows 10) #61
Comments
Thanks for the report @MSeifert04. Have you tried older versions of kaleido in Python 3.9? Have you tried with an older version of Python? I'll do some experiments, but looks like it might have something to do with how the |
Never mind, I can reproduce it. FWIW, this only affects pip packages on Windows in kaleido version 0.1.0. Other operating systems, and Windows installed from conda-forge using conda are ok. WorkaroundHere's a workaround until we get a fix out. If you add kaleido's executable directory to your import os
os.environ["PATH"] = os.environ["PATH"] + ";...venv3.9\\lib\\site-packages\\kaleido\\executable\\" |
@jonmmease Thank you for digging into the issue. I tried both the workaround and the commit e05d089 and, indeed, both do solve the error on my machine. Thank you very much! 👍 |
Fixed in e05d089 and released on PyPI as version Thanks again for letting us know! Note: 0.1.0.post1 was only released only for Windows pip packages, as no other operating systems or package formats were affected. |
I'm having this problem on Mac, python 3.9 |
Hi @mgroth0, thanks for the info. Have you tried any older Python versions? |
Had the same problem on Windows 11. I initially followed numerous comments recommending installing version 0.1.0. That solved my initial problem (hanging), but introduced the “executable not located” issue mentioned here. I then went version by version (of Kaleido) starting from the latest and made it work without any adjustments on version 0.1.0.post1. Sorry, if my comment is improper (please let me know! I'm not too sure what's okay to do here and what not, haha). |
I just installed kaleido 0.1.0 and plotly (python 3.9, newest pip inside a virtualenv on Windows 10) and the first attempt failed:
The interesting bit is that the executable is almost there (IPython debugger):
I'm not sure if I did something wrong and I hope I included sufficient information so this issue is useful. Please let me know if I need to amend something.
The text was updated successfully, but these errors were encountered: