ydkhatri / mac_apt

macOS (& ios) Artifact Parsing Tool
https://swiftforensics.com
MIT License
779 stars 100 forks source link

Can't run mac_apt.py in macOS Ventura #106

Closed sundarleo19 closed 10 months ago

sundarleo19 commented 11 months ago

Hi,

I tried both automated and manual installation in macOS Ventura, Python 3.10. In automated install one or more required dependencies has failed. Please see following log. mac_apt_installer_output.txt

Is this some thing same known issue related to long file path in windows for fastchuncking.

Issue:

note: This error originates from a subprocess, and is likely not a problem with pip. ERROR: Failed building wheel for fastchunking Running setup.py clean for fastchunking Successfully built pyaff4 Failed to build fastchunking ERROR: Could not build wheels for fastchunking, which is required to install pyproject.toml-based projects

Package Version


pip 23.3.1 setuptools 68.2.2 wheel 0.41.3

ydkhatri commented 11 months ago

Is this a problem in Windows or macOS Ventura? If Windows, yes that is a known issue, follow the fix provided here: https://github.com/netleibi/fastchunking/issues/6#issuecomment-877677653

This essentially just involves creating a C:\temp folder and redirects python to use that temp folder:

set TMPDIR=C:\temp
pip install fastchunking
sundarleo19 commented 11 months ago

I have problem with macOS Ventura ! The automated install and manual install both fail in macOS Ventura. I use Python version 3.10

ydkhatri commented 10 months ago

Ok, it seems that you need to install pybindgen first, then install fastchunking. I've updated the wiki with a new version of the installer script that fixes this now.

ydkhatri commented 10 months ago

Please re-open if this is still an issue.

sundarleo19 commented 10 months ago

Thanks it works now with the new version of the installer script.