You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Spidy will not run- reppy/rep-cpp/deps/url-cpp/include/utf8.h:19:17: error: ‘uint32_t’ does not name a type 19 | typedef uint32_t codepoint_t; | ^~~~~~~~
and ERROR: Failed building wheel for reppy Running setup.py clean for reppy Failed to build reppy ERROR: ERROR: Failed to build installable wheels for some pyproject.toml based projects (reppy)
Steps to Reproduce the Problem
git clone the project or install via pip install spidy-web-crawler
pip install -r requirements.txt
Fails with error RE reppy
What I've tried so far:
Upgrade Python / PIP
Update OS via DNF
Attempt to install reppy and wheel separately (fails)
A large number of fixes and updates found on the wild.
Attempt installation on another host
Specifications
Crawler Version: 1.4.0
Platform: Fedora 39 on a Core-i5, Fedora 39 on a Core-i7
Python Version: Python 3.12.4
Dependency Versions: ?
Checklist
Same issue has not been opened before.
Not that I can find.
The text was updated successfully, but these errors were encountered:
Error/Bug in code:
Expected Behavior
Spidy will run
Actual Behavior
Spidy will not run-
reppy/rep-cpp/deps/url-cpp/include/utf8.h:19:17: error: ‘uint32_t’ does not name a type 19 | typedef uint32_t codepoint_t; | ^~~~~~~~
and
ERROR: Failed building wheel for reppy Running setup.py clean for reppy Failed to build reppy ERROR: ERROR: Failed to build installable wheels for some pyproject.toml based projects (reppy)
Steps to Reproduce the Problem
What I've tried so far:
Specifications
Checklist
The text was updated successfully, but these errors were encountered: