Open pydemo opened 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'
You have to install svgo via sudo npm install -g svgo. Then delete and create the directory again.
sudo npm install -g svgo
Experiencing this issue:
FileNotFoundError: [Errno 2] No such file or directory: 'test/lines.svg'
Command:
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'