-
Notifications
You must be signed in to change notification settings - Fork 4
Description
hi, i had to wipe Windows clean the other day and as a consequence had to reinstall python (3.13.150.0), beautifulsoup and maya for css2rss to fully work again.
i've got a weird bug here where the articles of the feeds using css2rss get fetched in the form of an error, see the screenshot:
when running pip install maya i was getting an error telling me it could't get past the step "Building wheel for pendulum (pyproject.toml)", so i downloaded rust and installed it, then ran rustup toolchain install stable-x86_64-pc-windows-gnu followed by rustup default stable-x86_64-pc-windows-gnu.
I retried pip install maya but then rust was having an error telling me i was missing gcc, so i also got that here, added gcc to PATH, and was able to finally install maya. but it doesn't work as i'm getting the error mentioned above.
any idea what went wrong here and how i can get maya properly working again? thank you!
