mesonbuild / mesonwrap

Meson wraps service and tools, please use https://github.com/mesonbuild/wrapdb for wraps issues
https://wrapdb.mesonbuild.com
Apache License 2.0
26 stars 7 forks source link

"dataclasses" missing in requirements.txt #148

Open ManuelAtWork opened 3 years ago

ManuelAtWork commented 3 years ago

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.

dcbaker commented 3 years ago

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 @.***