Pete Heidler
Pete Heidler
I was having the same issue, and it was due to PDFs not being PDF/A compliant. https://github.com/Hopding/pdf-lib/issues/623#issuecomment-724654427
A little late, but I was having the same issue and this appears to be the root cause: https://github.com/Hopding/pdf-lib/issues/623#issuecomment-724654427
@nick-pape Any update on this?
@llazaroAyesa @vegardei I was able to resolve the issue using this workaround: https://github.com/SharePoint/sp-dev-docs/issues/9099#issuecomment-1701406090
@gjerm Thank you!
I found this: https://stackoverflow.com/questions/28904607/cannot-import-requests-packages-urllib3-util-retry Importing directly from urllib3.util fixed fetching data for me, but now I'm down the rabbit hole of trying to parse the grib data with pygrib. Any...
@amandabaughan It's been a while since I've worked with this library, but if I remember correctly, I couldn't get pygrib to run natively on Windows. I believe I used a...