Skip to content
New issue

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

There was a problem install in Windows 10 #29

Closed
liuqingzhuying opened this issue Mar 5, 2020 · 2 comments
Closed

There was a problem install in Windows 10 #29

liuqingzhuying opened this issue Mar 5, 2020 · 2 comments

Comments

@liuqingzhuying
Copy link

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\ADMINI
1\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\ADMINI
1\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

@balkian
Copy link
Member

balkian commented Oct 26, 2020

Python 3 is not supported at the moment, but we are working on a new release with Py3 compatibility.

@balkian
Copy link
Member

balkian commented Oct 26, 2020

I am closing this in favor of #31

@balkian balkian closed this as completed Oct 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants