wilson1yan / VideoGPT

MIT License
962 stars 115 forks source link

Issues about the python version #27

Closed baiyuting closed 2 years ago

baiyuting commented 2 years ago

the python version I use is 3.6.13, when I ran "pip install git+https://github.com/wilson1yan/VideoGPT.git", I found "p~=0.8.1" in the requirements.txt can not be installed. could you tell me the need python version to run the code ?

baiyuting commented 2 years ago

"torchtext~=0.8.1"

wilson1yan commented 2 years ago

I used python 3.7, but the installation process seemed to work fine for me with python 3.6.13 as well.

torchtext 0.8.1 also seems to support python 3.6

baiyuting commented 2 years ago

ok, maybe there are some compatibility problems between torchtext 0.8.1 and windows , https://github.com/pytorch/text/issues/1379 . I think I may try a lower version of the torchtext and see what it will happen.