Closed Hellseher closed 3 weeks ago
I'm confused, you saw that py3AMF is installed with setup.py for python3 but you didn't run it?
Hi @Hellseher , now that we don't have support for Python 2 in pywb anymore, we could move the py3AMF
requirement into requirements.txt
. I'd be happy to review a PR if you'd like to submit one with the change, thanks.
@tw4l Please review when you have a chance https://github.com/webrecorder/pywb/pull/920
@edsu I saw it after investigation, my attempt was to use requirements.txt as the main source of truth for all dependencies.
Fixed in #920
Describe the bug
pyamf is not listed in requirements.txt but requires during runtime. I've checked with GitHub search https://github.com/search?q=repo%3Awebrecorder%2Fpywb+pyamf&type=code
After inspecting
setup.py
: https://github.com/webrecorder/pywb/blob/97fffe3a345b10d1fb92f3a124aacfa010de9be7/setup.py#L62C1-L69C24Steps to reproduce the bug
Expected behavior
Application lists all requirements needed for runtime and starts up successfully when everything is installed.
Screenshots
Environment
Additional context