-
Notifications
You must be signed in to change notification settings - Fork 53
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
DLL load failed while importing lets_plot_kotlin_bridge #118
Comments
|
Thank you for reporting this issue! I suppose that you don't have any MinGW support on your Windows machine. Could you try these steps, please:
Then try to import and use |
Added installation procedure to the README_PYTHON.md file for Windows users: |
@zwyber have you tried the steps I mentioned above? Did it help in your problem? |
Hi @VDovidaytis-HORIS , apologies for the late response! It was a busy week, I only had some time now to tinker with Python. Indeed I had no MinGW on my laptop. I can confirm the steps you mentioned fixes the problem! The setup instructions are clear. Remains a bit odd why the package can install with a missing MinGW toolchain without throwing an error during install. If possible, it would be nice to have the package fail to install without MinGW. Otherwise the current instructions are sufficiently clear! Thank you for for the solution! PS: Since I am familiar with R and the ggplot2 package, I tried |
I greatly appreciate the effort to make a nice ggplot-like plotting library for Python! However, when installing and importing I got an ImportError:
ImportError: DLL load failed while importing lets_plot_kotlin_bridge: The specified module could not be found.
Environment:
Python 3.8.2 (tags/v3.8.2:7b3ab59, Feb 25 2020, 23:03:10) [MSC v.1916 64 bit (AMD64)] on win32
python -m venv venv
and activated itpip install jupyterlab ipython numpy pandas lets_plot
(installs lets_plot 1.3.0)from lets_plot import *
(as suggested)Results in an import error, full error is in the attached with the issue
The text was updated successfully, but these errors were encountered: