lancopku/pkuseg-python

cannot install in the environment of python 3.9

tonydeck0506 opened this issue · 6 comments

Dear Sirs or Madams,
the installation to the environment of python 3.9 failed. I check your repository at 'https://pypi.tuna.tsinghua.edu.cn/simple/pkuseg/'. It seems that there are no python 3.9 relevant files there. do you have any plan to support python 3.9? I also saw that in other issues, you suggested the file relevant to python 3.9. I cannot find the file.
Your reply is highly appreciated.
Tony

Here is the command you suggested.
pip3 install -i https://pypi.tuna.tsinghua.edu.cn/simple pkuseg-py39 . But I cannot find the file.
Thanks.
Tony

try this command:
pip3 install --use-deprecated=legacy-resolver -i https://pypi.tuna.tsinghua.edu.cn/simple pkuseg-py39

HI, Frank,
It works. thanks a lot.