Closed sundarleo19 closed 10 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
I have problem with macOS Ventura ! The automated install and manual install both fail in macOS Ventura. I use Python version 3.10
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.
Please re-open if this is still an issue.
Thanks it works now with the new version of the installer script.
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