Problem/Motivation

Afer install python 3.9.0 and pip3, I go to nlp-tools dir, run pip3 install -r requirements.txt,show errors:
ERROR: Command errored out with exit status 1:
command: /usr/bin/python3 -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-weuj7t4s/gensim/setup.py'"'"'; __file__='"'"'/tmp/pip-install-weuj7t4s/gensim/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-dbh7vlay
cwd: /tmp/pip-install-weuj7t4s/gensim/
Complete output (34 lines):
WARNING: The wheel package is not available.
WARNING: The repository located at mirrors.aliyun.com is not a trusted or secure host and is being ignored. If this repository is available via HTTPS we recommend you use HTTPS instead, otherwise you may silence this warning and allow it anyway with '--trusted-host mirrors.aliyun.com'.
ERROR: Could not find a version that satisfies the requirement numpy>=1.11.3 (from versions: none)
ERROR: No matching distribution found for numpy>=1.11.3
Traceback (most recent call last):
File "/usr/local/python3/lib/python3.9/site-packages/setuptools/installer.py", line 128, in fetch_build_egg
subprocess.check_call(cmd)
File "/usr/local/python3/lib/python3.9/subprocess.py", line 373, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['/usr/bin/python3', '-m', 'pip', '--disable-pip-version-check', 'wheel', '--no-deps', '-w', '/tmp/tmplrpb9xt_', '--quiet', '--index-url', 'http://mirrors.aliyun.com/pypi/simple/', 'numpy>=1.11.3']' returned non-zero exit status 1.

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
File "", line 1, in
File "/tmp/pip-install-weuj7t4s/gensim/setup.py", line 302, in
setup(
File "/usr/local/python3/lib/python3.9/site-packages/setuptools/__init__.py", line 164, in setup
_install_setup_requires(attrs)
File "/usr/local/python3/lib/python3.9/site-packages/setuptools/__init__.py", line 159, in _install_setup_requires
dist.fetch_build_eggs(dist.setup_requires)
File "/usr/local/python3/lib/python3.9/site-packages/setuptools/dist.py", line 699, in fetch_build_eggs
resolved_dists = pkg_resources.working_set.resolve(
File "/usr/local/python3/lib/python3.9/site-packages/pkg_resources/__init__.py", line 779, in resolve
dist = best[req.key] = env.best_match(
File "/usr/local/python3/lib/python3.9/site-packages/pkg_resources/__init__.py", line 1064, in best_match
return self.obtain(req, installer)
File "/usr/local/python3/lib/python3.9/site-packages/pkg_resources/__init__.py", line 1076, in obtain
return installer(requirement)
File "/usr/local/python3/lib/python3.9/site-packages/setuptools/dist.py", line 758, in fetch_build_egg
return fetch_build_egg(self, req)
File "/usr/local/python3/lib/python3.9/site-packages/setuptools/installer.py", line 130, in fetch_build_egg
raise DistutilsError(str(e)) from e
distutils.errors.DistutilsError: Command '['/usr/bin/python3', '-m', 'pip', '--disable-pip-version-check', 'wheel', '--no-deps', '-w', '/tmp/tmplrpb9xt_', '--quiet', '--index-url', 'http://mirrors.aliyun.com/pypi/simple/', 'numpy>=1.11.3']' returned non-zero exit status 1.
----------------------------------------
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.

Steps to reproduce

install intelligent_tools module by composer

install python 3.9.0
install pip3
cd /home/wwwroot/nlp-tools
pip3 install -r requirements.txt

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

Comments

challeypeng created an issue.