mesonwrap icon indicating copy to clipboard operation
mesonwrap copied to clipboard

"dataclasses" missing in requirements.txt

Open ManuelAtWork opened this issue 4 years ago • 1 comments

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.

ManuelAtWork avatar Mar 19 '21 09:03 ManuelAtWork

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, mesonwrap failed with:

"ModuleNotFoundError: No module named dataclasses." Assuming that requirements.txt lists all required Python packages, dataclasses should 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 @.***

dcbaker avatar Mar 19 '21 14:03 dcbaker