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
E:\workfile\DrugBank>pip install sematch==1.0.4 Looking in indexes: https://pypi.tuna.tsinghua.edu.cn/simple/ Collecting sematch==1.0.4 Using cached https://pypi.tuna.tsinghua.edu.cn/packages/f4/1a/09377bdde1fcf4ede770c631e50199511a07921cf11dc66d3a83f2514277/sematch-1.0.4.tar.gz (9.0 MB) ERROR: Command errored out with exit status 1: command: 'c:\users\administrator\appdata\local\programs\python\python36\python.exe' -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\Users\ADMINI1\AppData\Local\Te mp\pip-install-rea4rmch\sematch\setup.py'"'"'; file='"'"'C:\Users\ADMINI1\AppData\Local\Temp\pip-install-rea4rmch\sematch\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\ADMINI1\AppData\Local\Temp \pip-install-rea4rmch\sematch\pip-egg-info' cwd: C:\Users\ADMINI1\AppData\Local\Temp\pip-install-rea4rmch\sematch Complete output (5 lines): Traceback (most recent call last): File "", line 1, in File "C:\Users\ADMINI~1\AppData\Local\Temp\pip-install-rea4rmch\sematch\setup.py", line 7, in long_description = open('README.md').read(), UnicodeDecodeError: 'gbk' codec can't decode byte 0x97 in position 4162: illegal multibyte sequence ---------------------------------------- ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
I know that's because python3 and python2 have different versions, causing “open('README.md').read(),” problems
The text was updated successfully, but these errors were encountered:
Python 3 is not supported at the moment, but we are working on a new release with Py3 compatibility.
Sorry, something went wrong.
I am closing this in favor of #31
No branches or pull requests
E:\workfile\DrugBank>pip install sematch==1.0.4
Looking in indexes: https://pypi.tuna.tsinghua.edu.cn/simple/
Collecting sematch==1.0.4
Using cached https://pypi.tuna.tsinghua.edu.cn/packages/f4/1a/09377bdde1fcf4ede770c631e50199511a07921cf11dc66d3a83f2514277/sematch-1.0.4.tar.gz (9.0 MB)
ERROR: Command errored out with exit status 1:
command: 'c:\users\administrator\appdata\local\programs\python\python36\python.exe' -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\Users\ADMINI
1\AppData\Local\Te1\AppData\Local\Temp\pip-install-rea4rmch\sematch\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"mp\pip-install-rea4rmch\sematch\setup.py'"'"'; file='"'"'C:\Users\ADMINI
', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Users\ADMINI
1\AppData\Local\Temp1\AppData\Local\Temp\pip-install-rea4rmch\sematch\pip-install-rea4rmch\sematch\pip-egg-info'
cwd: C:\Users\ADMINI
Complete output (5 lines):
Traceback (most recent call last):
File "", line 1, in
File "C:\Users\ADMINI~1\AppData\Local\Temp\pip-install-rea4rmch\sematch\setup.py", line 7, in
long_description = open('README.md').read(),
UnicodeDecodeError: 'gbk' codec can't decode byte 0x97 in position 4162: illegal multibyte sequence
----------------------------------------
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
I know that's because python3 and python2 have different versions, causing “open('README.md').read(),” problems
The text was updated successfully, but these errors were encountered: