menyifang / DCT-Net

Official implementation of "DCT-Net: Domain-Calibrated Translation for Portrait Stylization", SIGGRAPH 2022 (TOG); Multi-style cartoonization
Apache License 2.0
752 stars 75 forks source link

upgrade modelscope failed #20

Open LianShuaiLong opened 1 year ago

LianShuaiLong commented 1 year ago

pip install --upgrade "modelscope[cv]" -f https://modelscope.oss-cn-beijing.aliyuncs.com/releases/repo.html goes wrong tensorflow-gpu 1.15.0 easydict 1.10 python 3.6.8

xyc0123456789 commented 1 year ago

I got an Error like "ERROR: Could not build wheels for pycocotools,which is required to install pyproject.toml-based projects" If you got the error on Windows 10, the following may help install Visual Studio and modify it as follow picture done image reboot system and rerun the command "pip install --upgrade "modelscope[cv]" -f https://modelscope.oss-cn-beijing.aliyuncs.com/releases/repo.html "

AKoerber59 commented 1 year ago

Your solution tip worked; thanks a lot!