piecemaker icon indicating copy to clipboard operation
piecemaker copied to clipboard

Directories missing

Open pydemo opened this issue 5 years ago • 1 comments

Experiencing this issue:

FileNotFoundError: [Errno 2] No such file or directory: 'test/lines.svg'

Command:

piecemaker --dir test --number-of-pieces 100 test.jpg

After I manually crete "test" I get this:

FileNotFoundError: [Errno 2] No such file or directory: 'svgo': 'svgo'

Then this:

FileExistsError: [Errno 17] File exists: 'test/scale-100'

pydemo avatar Oct 13 '20 15:10 pydemo

You have to install svgo via sudo npm install -g svgo. Then delete and create the directory again.

yaqwsx avatar Dec 10 '20 15:12 yaqwsx