Closed ExcaliburEX closed 4 years ago
Is there anyone have experienced this question?
Hi @ExcaliburEX , my guess is that something goes wrong 'cause the path contains non-latin characters.
Please post the output of the following commands: (And for privacy remove your home directory username, if necessary.) Enclose your output in triple back-ticks (```) on separate lines.
# conda activate avatarify
conda info
conda list
pip list
PS. It looks like you have a funny username possibly in a language character set that is not recognized by conda. Try using a simple ASCII username...
@ExcaliburEX
To check charset please use post the powershell output from:
(Get-CimInstance Win32_OperatingSystem) | Select-Object Caption,Version,OSArchitecture | Format-Table -hideTableHeader
(Get-Variable OutputEncoding).Value.EncodingName
Get-Host
and since you're at it, the output from a CMD when typing: chcp.com
@ExcaliburEX please let us know if you have resolved this issue.
Please post the output of the following commands: (And for privacy remove your home directory username, if necessary.) Enclose your output in triple back-ticks (```) on separate lines.
# conda activate avatarify conda info conda list pip list
PS. It looks like you have a funny username possibly in a language character set that is not recognized by conda. Try using a simple ASCII username...
Thank for all your help! These commands help me find the reason for the problem which is the pathname of the conda dir. Then I used administrator rights to change the user dir name into Latin characters so avatarify can work without any mistake!
@ExcaliburEX please let us know if you have resolved this issue.
Thanks a lot for your suggestion and I am sorry that I am a bit slow to reply. After changing the pathname of user dir, I solved the problem.
Describe the bug
after
load checkpoints
,it raises below error message:To Reproduce
Info (please complete the following information):
Screenshots
Logs