edl icon indicating copy to clipboard operation
edl copied to clipboard

macOS instructions are incomplete; assumes python-setuptools are already installed

Open rmohns opened this issue 1 year ago • 2 comments

The instructions for macOS are incomplete; they will fail if python-setuptools is not already installed.

Consider modifying this:

brew install libusb git

to this:

brew install libusb git
brew install python-setuptools

rmohns avatar Aug 02 '24 15:08 rmohns

I have encountered another error related to pylzma and solved it with the following command in Mac OS X 15.1.

CFLAGS="-Wno-error=int-conversion" pip install pylzma

xingshou avatar Dec 02 '24 00:12 xingshou

before CFLAGS="-Wno-error=int-conversion" pip install pylzma do: pip install --upgrade pip setuptools wheel

genhack avatar May 28 '25 21:05 genhack