Henry1iu / TNT-Trajectory-Prediction

A Pytorch Implementation of TNT: Target-driveN Trajectory Prediction
487 stars 92 forks source link

Failed to install the dependencies using pip #24

Closed merdan-9 closed 1 year ago

merdan-9 commented 2 years ago

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

Maybe you need to populate the requirements.txt file manually?

vishweshvhavle commented 2 years ago

Try pip install pillow==9.9.1 Then edit out the requirement from requirement.txt

Henry1iu commented 2 years ago

Hi,

I have modified the requirements.txt accordingly. Thanks for reminding me.

Best regards, Jianbang

vishweshvhavle commented 1 year ago

9.1.0 not 9.9.1, my bad

Henry1iu commented 1 year ago

9.1.0 not 9.9.1, my bad

That's ok. I have modified the file accordingly. :)

Henry1iu commented 1 year ago

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

Maybe you need to populate the requirements.txt file manually?

Also, the configuration of the torch_geometric (version 1.7.2) is a little bit tricky. I recommend you configure the pytorch and torch_geometric before installing other dependencies. In fact, these are two of the most important libraries.