Skip to content

Python xattr module error #125

Open
Open
@borgo1971

Description

@borgo1971

Seems I unable to troubleshoot the following issue, that appeared after I upgraded MacPorts (on my MacPro with Monterey):

studio@macpro::~ % curl -O -L https://raw.githubusercontent.com/munki/macadmin-scripts/main/installinstallmacos.py && sudo python installinstallmacos.py
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 26241 100 26241 0 0 198k 0 --:--:-- --:--:-- --:--:-- 208k
This tool requires the Python xattr module. Perhaps run pip install xattr to install it.
studio@macpro::~ % pip install xattr
Requirement already satisfied: xattr in /Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages (1.1.0)
Requirement already satisfied: cffi>=1.16.0 in /Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages (from xattr) (1.16.0)
Requirement already satisfied: pycparser in /Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages (from cffi>=1.16.0->xattr) (2.22)
studio@macpro::~ % python ./installinstallmacos.py --help
This tool requires the Python xattr module. Perhaps run pip install xattr to install it.
studio@macpro::~ %

Another question: why can we have only the latest version of BigSur and instead of Catalina, as many as 5 or 6 versions are listed?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions