linwoodc3 / gdeltPyR

Python based framework to retreive Global Database of Events, Language, and Tone (GDELT) version 1.0 and version 2.0 data.
https://linwoodc3.github.io/gdeltPyR/
GNU General Public License v3.0
203 stars 53 forks source link

Installing package doesn't work #76

Closed ghostenginesio closed 11 months ago

ghostenginesio commented 11 months ago

Whenever I try installing the package I'm getting this error. This didn't happen earlier.

Collecting gdelt Downloading gdelt-0.1.13.tar.gz (1.0 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.0/1.0 MB 16.0 MB/s eta 0:00:00 Installing build dependencies ... done Getting requirements to build wheel ... done Installing backend dependencies ... done error: subprocess-exited-with-error

× Preparing metadata (pyproject.toml) did not run successfully. │ exit code: 1 ╰─> See above for output.

note: This error originates from a subprocess, and is likely not a problem with pip. Preparing metadata (pyproject.toml) ... error error: metadata-generation-failed

× Encountered error while generating package metadata. ╰─> See above for output.

note: This is an issue with the package mentioned above, not pip.

linwoodc3 commented 11 months ago

@ghostenginesio give it a try; I think it's fixed. I uploaded the whl and tar.gz (left it out last time). I am just learning the project.toml requirement that Python requires for pypi projects so that caused the bugs.

ghostenginesio commented 11 months ago

@ghostenginesio give it a try; I think it's fixed. I uploaded the whl and tar.gz (left it out last time). I am just learning the project.toml requirement that Python requires for pypi projects so that caused the bugs.

Works now. Thanks a lot 🙏