POSTECH-CVLab/PyTorch-StudioGAN

Can the latest pytorch be installed to avoide: Error of pip's dependency?

DeepOceanDeep opened this issue · 1 comments

Hi POSTECH CV Lab group!

Thank you very much for providing codes and materials.
I've tried to install the torch but I got error. Can I install the latest version that is suggested by the Pytorch website? And then follow up with the other dependencies, Or this may create problem?

ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
nbconvert 7.4.0 requires bleach, which is not installed.
nbconvert 7.4.0 requires defusedxml, which is not installed.
nbconvert 7.4.0 requires jupyter-core>=4.7, which is not installed.
nbconvert 7.4.0 requires nbformat>=5.1, which is not installed.
nbconvert 7.4.0 requires packaging, which is not installed.
nbconvert 7.4.0 requires pandocfilters>=1.4.1, which is not installed.
nbconvert 7.4.0 requires pygments>=2.4.1, which is not installed.
nbconvert 7.4.0 requires traitlets>=5.0, which is not installed.

Thank you very much!
Flora

I've just installed via conda and the problem was resolved. Thanks again for such a nice repo!