Skip to content
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

Missing Python dependencies #85

Open
1 of 2 tasks
chr7 opened this issue Aug 15, 2022 · 3 comments
Open
1 of 2 tasks

Missing Python dependencies #85

chr7 opened this issue Aug 15, 2022 · 3 comments

Comments

@chr7
Copy link

chr7 commented Aug 15, 2022

Good Habit Checklist for Issue Reporting

  • I've searched the issue tracker and is pretty sure that there's no duplicate issue already filed
  • I've built the latest development snapshot using the instructions in README and verified that the issue can still be reproduced (for bug reports)

Issue Reproduce Instructions

  1. Create virtual Python 3.10.6 environment
  2. Install WoeUSB-ng according to the installation instructions, i.e. pip3 install WoeUSB-ng

Expected Behavior

No error and WoeUSB-ng installed

Current Behavior

Installations is aborted with error ModuleNotFoundError: No module named 'attrdict'
Installed attrdict manually
Installation is again aborted, error: ImportError: cannot import name 'Mapping' from 'collections'

Info of My Environment

WoeUSB Version

WoeUSB-ng-0.2.10

Information about the Operating System

Ubuntu 20.04.4 LTS

@turtle-94
Copy link

turtle-94 commented Sep 4, 2022

I guess you are installing this package in python3.10? the Mapping class resides now in collections.abc
A workaround would be to create a python3.9 virtual environment.
attrdict should update its code to "from collections.abc import Mapping"

@tgelter
Copy link

tgelter commented Mar 16, 2023

I was able to get past this issue by installing attrdict3 module, rather than attrdict.

@LordOfDragons
Copy link

This workaround is not working. WoeUSB-ng is impossible to install on 3.9+ no matter what you try. Needs developer fix => blocker.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants