DeepSVP icon indicating copy to clipboard operation
DeepSVP copied to clipboard

Help for install

Open WZo0o opened this issue 1 year ago • 0 comments

Hi,

I would like to install DeepSVP with the following command:

conda create -n deepsvp-py38-pip2031 python=3.8 pip=20.3.1
conda activate deepsvp-py38-pip2031
pip3 install deepsvp==1.0.3

but I have this error message:

 ERROR: Command errored out with exit status 1:
     command: /home/wangzh/miniconda3/envs/deepsvp-py38-pip2031/bin/python3.8 -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-joadgm7k/smart-open_bb4492a42a8742308626c897d6dcc1fb/setup.py'"'"'; __file__='"'"'/tmp/pip-install-joadgm7k/smart-open_bb4492a42a8742308626c897d6dcc1fb/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 /tmp/pip-pip-egg-info-4069swc8
         cwd: /tmp/pip-install-joadgm7k/smart-open_bb4492a42a8742308626c897d6dcc1fb/
    Complete output (1 lines):
    error in smart_open setup command: 'python_requires' must be a string containing valid version specifiers; Invalid specifier: '>=3.6.*'
    ----------------------------------------
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.

Thank you for any help you can provide me

WZo0o avatar Jun 01 '23 14:06 WZo0o