We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ModuleNotFoundError: No module named 'easytorch'怎么解决呢? 用pip install easytorch时报错
C:\Users>pip install easytorch Collecting easytorch Using cached easytorch-3.8.5.tar.gz (34 kB) ERROR: Command errored out with exit status 1: command: 'D:\programfiles\anaconda3\python.exe' -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\Users\wd\AppData\Local\Temp\pip-install-y5jdlgli\easytorch\setup.py'"'"'; file='"'"'C:\Users\wd\AppData\Local\Temp\pip-install-y5jdlgli\easytorch\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Users\wd\AppData\Local\Temp\pip-install-y5jdlgli\easytorch\pip-egg-info' cwd: C:\Users\wd\AppData\Local\Temp\pip-install-y5jdlgli\easytorch Complete output (7 lines): Traceback (most recent call last): File "", line 1, in File "C:\Users\wd\AppData\Local\Temp\pip-install-y5jdlgli\easytorch\setup.py", line 10, in _README = (_HERE / "README.md").read_text() File "D:\programfiles\anaconda3\lib\pathlib.py", line 1217, in read_text return f.read() UnicodeDecodeError: 'gbk' codec can't decode byte 0x85 in position 142: illegal multibyte sequence ---------------------------------------- ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
The text was updated successfully, but these errors were encountered:
感谢您的Issue,这个仓库有点老,晚点我更新一下。您可以直接用BasicTS那个仓库,那里也可以运行STID,数据集和Baseline都更多。
Sorry, something went wrong.
已更新。
No branches or pull requests
ModuleNotFoundError: No module named 'easytorch'怎么解决呢?
用pip install easytorch时报错
C:\Users>pip install easytorch
Collecting easytorch
Using cached easytorch-3.8.5.tar.gz (34 kB)
ERROR: Command errored out with exit status 1:
command: 'D:\programfiles\anaconda3\python.exe' -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\Users\wd\AppData\Local\Temp\pip-install-y5jdlgli\easytorch\setup.py'"'"'; file='"'"'C:\Users\wd\AppData\Local\Temp\pip-install-y5jdlgli\easytorch\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Users\wd\AppData\Local\Temp\pip-install-y5jdlgli\easytorch\pip-egg-info'
cwd: C:\Users\wd\AppData\Local\Temp\pip-install-y5jdlgli\easytorch
Complete output (7 lines):
Traceback (most recent call last):
File "", line 1, in
File "C:\Users\wd\AppData\Local\Temp\pip-install-y5jdlgli\easytorch\setup.py", line 10, in
_README = (_HERE / "README.md").read_text()
File "D:\programfiles\anaconda3\lib\pathlib.py", line 1217, in read_text
return f.read()
UnicodeDecodeError: 'gbk' codec can't decode byte 0x85 in position 142: illegal multibyte sequence
----------------------------------------
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
The text was updated successfully, but these errors were encountered: