magneticstain / Inquisition

An advanced and versatile open-source network anomaly detection platform
MIT License
8 stars 4 forks source link

Build Failure Due to Scikit Python Version Dependency #152

Closed magneticstain closed 5 years ago

magneticstain commented 5 years ago
$ pip install -r requirements.txt
Collecting raven (from -r requirements.txt (line 4))
  Downloading https://files.pythonhosted.org/packages/bd/8e/62e26a88c0a1bbae677200baf0767c1022321a6555634f8129e6d55c5ddc/raven-6.10.0-py2.py3-none-any.whl (284kB)
    100% |████████████████████████████████| 286kB 3.3MB/s 
Collecting PyMySQL (from -r requirements.txt (line 5))
  Downloading https://files.pythonhosted.org/packages/ed/39/15045ae46f2a123019aa968dfcba0396c161c20f855f11dea6796bcaae95/PyMySQL-0.9.3-py2.py3-none-any.whl (47kB)
    100% |████████████████████████████████| 51kB 8.1MB/s 
Collecting pygtail (from -r requirements.txt (line 6))
  Downloading https://files.pythonhosted.org/packages/87/79/35727509725aec8917abe83d1f1a64646b0ca79f2bc3ccc0c91096ca68b9/pygtail-0.10.1-py3-none-any.whl
Collecting redis (from -r requirements.txt (line 7))
  Downloading https://files.pythonhosted.org/packages/ac/a7/cff10cc5f1180834a3ed564d148fb4329c989cbb1f2e196fc9a10fa07072/redis-3.2.1-py2.py3-none-any.whl (65kB)
    100% |████████████████████████████████| 71kB 9.8MB/s 
Collecting scipy (from -r requirements.txt (line 8))
  Downloading https://files.pythonhosted.org/packages/11/84/d6101215bf58636742a0389fbe6e29f8ab39848a984d97a6e3a029401c63/scipy-1.2.1-cp34-cp34m-manylinux1_x86_64.whl (24.7MB)
    100% |████████████████████████████████| 24.7MB 58kB/s 
Collecting scikit-learn (from -r requirements.txt (line 9))
  Downloading https://files.pythonhosted.org/packages/9b/94/a24da18837e32ae2d5275b18308a542ae07891617501336b31c81a383cad/scikit-learn-0.21.0.tar.gz (12.2MB)
    100% |████████████████████████████████| 12.2MB 112kB/s 
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/tmp/pip-build-8vgmmdhv/scikit-learn/setup.py", line 30, in <module>
        % (platform.python_version(), sys.executable))
    RuntimeError: Scikit-learn requires Python 3.5 or later. The current Python version is 3.4.6 installed in /home/travis/virtualenv/python3.4.6/bin/python.

    ----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-8vgmmdhv/scikit-learn/