A03ki / uecbbs

@uec_bbsを支えるPythonパッケージTwissifyの管理
https://twitter.com/uec_bbs
MIT License
0 stars 0 forks source link

各インデックスを格納するためのデータベースを追加 #19 #25

Closed A03ki closed 4 years ago

A03ki commented 4 years ago

詳しくは #19 を見てください。

A03ki commented 4 years ago

テストを実行すると3.7と3.8は通るが、3.5ではエラーとなった(3.6はcancelled)。

Searching for numpy
Reading https://pypi.org/simple/numpy/
Downloading https://files.pythonhosted.org/packages/ab/19/b958d7edc81fe7cff0a7f8f981f9d87e9b13b0f3e03bcbb643cab68d5d4e/numpy-1.19.0rc1.zip#sha256=1ae657a2390cbc1553df60cb2a5f69742761d0ad5957b0113c9c00bb06276Best match: numpy 1.19.0rc1
Processing numpy-1.19.0rc1.zip
Writing /tmp/easy_install-4y0u1_4l/numpy-1.19.0rc1/setup.cfg
Running numpy-1.19.0rc1/setup.py -q bdist_egg --dist-dir /tmp/easy_install-4y0u1_4l/numpy-1.19.0rc1/egg-dist-tmp-z_v3vbby
Traceback (most recent call last):
  File "/opt/hostedtoolcache/Python/3.5.9/x64/lib/python3.5/site-packages/setuptools/sandbox.py", line 154, in save_modules
    yield saved
  File "/opt/hostedtoolcache/Python/3.5.9/x64/lib/python3.5/site-packages/setuptools/sandbox.py", line 195, in setup_context
    yield
  File "/opt/hostedtoolcache/Python/3.5.9/x64/lib/python3.5/site-packages/setuptools/sandbox.py", line 250, in run_setup
    _execfile(setup_script, ns)
  File "/opt/hostedtoolcache/Python/3.5.9/x64/lib/python3.5/site-packages/setuptools/sandbox.py", line 44, in _execfile
    code = compile(script, filename, 'exec')
  File "/tmp/easy_install-4y0u1_4l/numpy-1.19.0rc1/setup.py", line 182
    raise ValueError(f'Submodule {p} missing')                                            ^

どうやらNumpyがインストールできないらしい。

A03ki commented 4 years ago

どうやらNumpyはPython3.5に対応しなくなったとのこと。 Numpy failing to install with python3.5 · Issue #16294 · numpy/numpy