Closed pkerpedjiev closed 4 years ago
Hey,
I tried to reproduce your error with a new conda-environment using Python 3.7.6, GCC 7.3.0, CUDA 10.2 (Driver Version: 440.64) but the installation worked without problems. For me, pytorch 1.2 was installed automatically. Maybe you need to install this specific pytorch version manually [something like: pip install torch==1.2.0], before installing seqvec.
Best, Michael
Could you please paste the output of pip debug --verbose
?
Thanks for the quick response!
Here's the output of pip debug --verbose
:
Maybe it's because I'm using Python 3.8? I got it to run by creating a fresh conda environment with Python 3.7.
The version conflict should be resolved with the latest updates. I'll also add a short note on this to the readme.
Hey, thanks for making this package available! I'm excited to try it out but am getting this error when trying to install using pip:
Any suggestions?