[BUG]: (installing error)
See original GitHub issueHi there,
Summary of the bug
When I followed all installation steps appear a failed message at the terminal.
Steps to reproduce the bug
pip install .
Command "python setup.py egg_info" failed with error code 1 in C:\Users\USUARIO\AppData\Local\Temp\pip-req-build-z11qax0w\
Environment information
- OS: win10
solaris
version:- python version: 3.7
- version of any relevant dependencies (optional - we may ask for this information later if not provided): 64-bit computer
Thanks in advance, Jaime
Issue Analytics
- State:
- Created 4 years ago
- Comments:10 (3 by maintainers)
Top Results From Across the Web
How to troubleshoot Windows Installer errors - Microsoft Support
Right-click Windows Installer, and then click Properties. If the Startup type box is set to Disabled, change it to Manual. Click OK to...
Read more >Sign in - YouTube
How to Fix Software Installation Error in Windows 10/8.1/7 Fail Can't Install.Registry Entry: msiexec /i "%1"Like any complex piece of ...
Read more >How to fix KB5018410 fails to install on Windows 10?
3. Run SFC and DISM scans · Open Command Prompt as administrator by searching for CMD and choosing the right option. CMD search...
Read more >6 Ways to Fix There Were Some Problems Installing Updates
Been getting a there were some problems installing updates error? Resolve the issue using the steps listed in this article.
Read more >How to Fix Stuck on Installing Error | Modern Warfare 2 (MW2)
In order to fix this error, all you need to do is to enter the MW2 settings, choose a category, then exit out...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hi @g2giovanni, I thought that I had successfully installed GDAL, but then I realized that something had gone wrong, so I installed version 3.0.2 using the wheel provided here and then installed solaris following the instruction in the github repo. That solved my problem, hope it helps!
pd: sorry for the late response
I don’t remember well, but I could recommend you to run these before, it takes a while but always works for me.
%%time !apt update !apt upgrade !apt install gdal-bin python-gdal python3-gdal !apt install python3-rtree !pip install git+git://github.com/geopandas/geopandas.git !pip install descartes
On Fri, May 1, 2020 at 5:28 AM g2giovanni notifications@github.com wrote:
–
Jaime Lopez Carvajal