-
-
Notifications
You must be signed in to change notification settings - Fork 220
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pywb v-2.8.3: ModuleNotFoundError: No module named 'pyamf' #919
Comments
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 |
@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-L69C24
Steps 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
The text was updated successfully, but these errors were encountered: