"dataclasses" missing in requirements.txt
After downloading mesonwrap and installing all Python packages listed in requirements.txt, mesonwrap failed with:
"ModuleNotFoundError: No module named dataclasses."
Assuming that requirements.txt lists all required Python packages, dataclasses should be listed there.
Dataclasses were added in python 3.8 or 3.9. so we're either not setting our minimum supported version correctly, or we need backport modules for older versions.
On Fri, Mar 19, 2021, at 02:06, ManuelAtWork wrote:
After downloading mesonwrap and installing all Python packages listed in requirements.txt,
mesonwrapfailed with:
"ModuleNotFoundError: No module named dataclasses."Assuming that requirements.txt lists all required Python packages,dataclassesshould be listed there.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/mesonbuild/mesonwrap/issues/148, or unsubscribe https://github.com/notifications/unsubscribe-auth/AANSPC6DMHPWPEBOT3BDX7LTEMH2RANCNFSM4ZOMAOAA.
-- Dylan Baker @.***