preddy5 / Im2Vec

[CVPR 2021 Oral] Im2Vec Synthesizing Vector Graphics without Vector Supervision
http://geometry.cs.ucl.ac.uk/projects/2021/im2vec/
Apache License 2.0
281 stars 43 forks source link

Can't install dependencies #20

Open PennyroyalTea opened 2 years ago

PennyroyalTea commented 2 years ago

Hi there!

I'm trying to install requirements for this project to run it: pip3 install -r requirements.txt

But get the following error message:

ERROR: Could not install packages due to an OSError: [Errno 2] No such file or directory: '/private/tmp/build/80754af9/idna_1593446292537/work'

It seems like you're using your local builds as a dependency. Could you please help me get rid of it and still be able to run the code?

Thanks for great paper!

xiazeqing commented 2 years ago

That seems because of pip version try downgrade your pip back to 20.0.1