myhz0606
myhz0606
> and has warning > > yarn install v1.22.19 [1/4] Resolving packages... [2/4] Fetching packages... [3/4] Linking dependencies... warning " > @monaco-editor/[email protected]" has unmet peer dependency "monaco-editor@>= 0.25.0 < 1"....
> Seems this is a python module lib path problem. Python is using your old SD1.0 repository when it actually should be using the newer version. > > To check,...
You can solve this problem by setting the Hugging Face endpoint in the environment. For example, in a Python script: os.environ["HF_ENDPOINT"] = "https://hf-mirror.com". Or in the terminal: HF_ENDPOINT=https://hf-mirror.com python xxx.py....