jkenlooper / piecemaker

Create jigsaw puzzle pieces
GNU Lesser General Public License v3.0
64 stars 12 forks source link

Directories missing #7

Open pydemo opened 4 years ago

pydemo commented 4 years ago

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'

yaqwsx commented 3 years ago

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