我通过pip3 install sketch 安装了sketch,
但是在jupyter中还是提示ModuleNotFoundError: No module named 'sketch'。
应该是你有多个python环境,pip3安装sketch的环境和jupyter中的环境不一样
【相关推荐】
The directory '/home/stone/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/stone/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
解决方法:
在sudo 后面添加-Hsudo -H pip3 install jupyter