-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Error install keplergl jupyter widget in windows: Failed building wheel #557
Comments
This seems to only happen in anaconda, found a similar issue here Possible fix is to remove the end |
@ruvenguna can you try install |
Hi @heshan0131 ,
Sorry, I am not a programmer I have been programming in python for a short time, please can you give me more suggestions about how to modify the setup.py file? I tried also to install Jupyter and keplergl outside the anaconda environment and this is what I get:
Thanks in advance |
I followed @victorfgs 's advice and made it! System: win10Note 1: Install "manually" does not mean install the ".whl" files to your python library folder! Note 2: Make sure you have "wheel" in pip lib. Note 3: Verify the correct version of packages for your pip. Run following code in python to figure out which version of wheel to install: cpxx. Mine is "cp37". Note 4: Go to sharpely/gdal/fiona to download ".whl" file, which supports your pip version. Mine are "{PackageName}‑3.0.1‑cp37‑cp37m‑win_amd64.whl" Note 5: Get the absolute path of your ".whl" file (careful with ""). And run Note 6: After you successfully download above packages, you can easily install keplergl by running |
Thank you very much @victorfgs @ricardoCyy !!! I will try to follow your advice! |
Created a FR to publish to conda, will this help? |
版本问题 解决了谢谢 |
I have meet the same questions .when I install keplergl in anaconda, my os is windows10.
Since I am just a python enthusiast, not a professional, the method is not necessarily good, but I still hope that this experience is useful to everyone. |
U save my time!!!! Thanks |
只需要把gdal的版本改下,改成2.4.1那个就行了 |
I followed the instructions and it worked perfectly! Thanks! |
I followed all the steps suggested but every time I try to import keplergl, DLL failed appear as @bosges. `--------------------------------------------------------------------------- C:\Users\bianc\Documents\software\WPy64-3741\python-3.7.4.amd64\lib\site-packages\keplergl_init_.py in C:\Users\bianc\Documents\software\WPy64-3741\python-3.7.4.amd64\lib\site-packages\keplergl\keplergl.py in C:\Users\bianc\Documents\software\WPy64-3741\python-3.7.4.amd64\lib\site-packages\geopandas_init_.py in C:\Users\bianc\Documents\software\WPy64-3741\python-3.7.4.amd64\lib\site-packages\geopandas\io\file.py in C:\Users\bianc\Documents\software\WPy64-3741\python-3.7.4.amd64\lib\site-packages\fiona_init_.py in C:\Users\bianc\Documents\software\WPy64-3741\python-3.7.4.amd64\lib\site-packages\fiona\collection.py in ImportError: DLL load failed: Impossibile trovare il modulo specificato.` |
ModuleNotFoundError: No module named 'keplergl' |
I can't install keplergl library in anaconda & spyder. |
There seems to be an issue when I try to install keplergl-jupyter. I ran
pip install keplergl-jupyter
in the anaconda prompt and got the following error.There was also a
Failed building wheel for keplergl-jupyter
error.Please let me know the right way to download and use this module in Jupyter Notebooks. Thanks!
I am using the Windows OS.
The text was updated successfully, but these errors were encountered: