Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install Trouble #92

Closed
Kolano opened this issue Jan 20, 2019 · 5 comments
Closed

Install Trouble #92

Kolano opened this issue Jan 20, 2019 · 5 comments

Comments

@Kolano
Copy link

Kolano commented Jan 20, 2019

Describe the bug
I'm having trouble with the install on Ubuntu 16.04. It's Python install is outdated, but was updated with
sudo apt-get install -y -t bionic python3 python3-pip python3-venv

To Reproduce
Steps to reproduce the behavior:

  1. Install Ubuntu 16.04 and install current updates
  2. Configure APT pinning for Bionic
  3. Install updated Python3 from Bionic: sudo apt-get install -y -t bionic python3 python3-pip python3-venv
  4. Make plug-ins directory: mkdir -p ~/.stoq/plugins
  5. Setup venv: python3 -m venv ~/.stoq/.venv
  6. Activate venv: source ~/.stoq/.venv/bin/activate
  7. Install stoQ: pip3 install stoq-framework
  8. Observe problematic install:
Collecting stoq-framework
  Downloading https://files.pythonhosted.org/packages/15/99/4c788abe43f42fd225dbe22217015a1ac8f9ef37d1734a1afdc94d89d1b1/stoq-framework-2.0.2.tar.gz (44kB)
Collecting beautifulsoup4>=4.5.1 (from stoq-framework)
  Downloading https://files.pythonhosted.org/packages/1d/5d/3260694a59df0ec52f8b4883f5d23b130bc237602a1411fa670eae12351e/beautifulsoup4-4.7.1-py3-none-any.whl (94kB)
Collecting python-json-logger>=0.1.7 (from stoq-framework)
  Downloading https://files.pythonhosted.org/packages/84/2e/8d99d075689d9b57548586bd9f5b286f0634f8e6fdb8db57a7ffdd8f86bf/python_json_logger-0.1.10-py2.py3-none-any.whl
Collecting requests>=2.17.3 (from stoq-framework)
  Downloading https://files.pythonhosted.org/packages/7d/e3/20f3d364d6c8e5d2353c72a67778eb189176f08e873c9900e10c0287b84b/requests-2.21.0-py2.py3-none-any.whl (57kB)
Collecting soupsieve>=1.2 (from beautifulsoup4>=4.5.1->stoq-framework)
  Downloading https://files.pythonhosted.org/packages/2b/9f/7ea8732cc071c1253acf4a5aad507e12c57da011e615ed65ed853898e3ce/soupsieve-1.7.2-py2.py3-none-any.whl
Collecting chardet<3.1.0,>=3.0.2 (from requests>=2.17.3->stoq-framework)
  Downloading https://files.pythonhosted.org/packages/bc/a9/01ffebfb562e4274b6487b4bb1ddec7ca55ec7510b22e4c51f14098443b8/chardet-3.0.4-py2.py3-none-any.whl (133kB)
Collecting idna<2.9,>=2.5 (from requests>=2.17.3->stoq-framework)
  Downloading https://files.pythonhosted.org/packages/14/2c/cd551d81dbe15200be1cf41cd03869a46fe7226e7450af7a6545bfc474c9/idna-2.8-py2.py3-none-any.whl (58kB)
Collecting certifi>=2017.4.17 (from requests>=2.17.3->stoq-framework)
  Downloading https://files.pythonhosted.org/packages/9f/e0/accfc1b56b57e9750eba272e24c4dddeac86852c2bebd1236674d7887e8a/certifi-2018.11.29-py2.py3-none-any.whl (154kB)
Collecting urllib3<1.25,>=1.21.1 (from requests>=2.17.3->stoq-framework)
  Downloading https://files.pythonhosted.org/packages/62/00/ee1d7de624db8ba7090d1226aebefab96a2c71cd5cfa7629d6ad3f61b79e/urllib3-1.24.1-py2.py3-none-any.whl (118kB)
Building wheels for collected packages: stoq-framework
  Running setup.py bdist_wheel for stoq-framework: started
  Running setup.py bdist_wheel for stoq-framework: finished with status 'error'
  Complete output from command /home/pass/.stoq/.venv/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-lznhzhgv/stoq-framework/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" bdist_wheel -d /tmp/tmp11w9lbw9pip-wheel- --python-tag cp36:
  /usr/lib/python3.6/distutils/dist.py:261: UserWarning: Unknown distribution option: 'long_description_content_type'
    warnings.warn(msg)
  usage: -c [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
     or: -c --help [cmd1 cmd2 ...]
     or: -c --help-commands
     or: -c cmd --help
  
  error: invalid command 'bdist_wheel'
  
  ----------------------------------------
  Failed building wheel for stoq-framework
  Running setup.py clean for stoq-framework
Failed to build stoq-framework
Installing collected packages: soupsieve, beautifulsoup4, python-json-logger, chardet, idna, certifi, urllib3, requests, stoq-framework
  Running setup.py install for stoq-framework: started
    Running setup.py install for stoq-framework: finished with status 'done'
Successfully installed beautifulsoup4-4.7.1 certifi-2018.11.29 chardet-3.0.4 idna-2.8 python-json-logger-0.1.10 requests-2.21.0 soupsieve-1.7.2 stoq-framework-2.0.2 urllib3-1.24.1
  1. Run stoq test returns: stoq: command not found
  2. Uninstall stoq: pip3 uninstall stoq-framework
  3. And reinstall it: pip3 install stoq-framework
  4. Observe similar errors as prior install, but stoq will be installed
Collecting stoq-framework
  Using cached https://files.pythonhosted.org/packages/15/99/4c788abe43f42fd225dbe22217015a1ac8f9ef37d1734a1afdc94d89d1b1/stoq-framework-2.0.2.tar.gz
Collecting beautifulsoup4>=4.5.1 (from stoq-framework)
  Using cached https://files.pythonhosted.org/packages/1d/5d/3260694a59df0ec52f8b4883f5d23b130bc237602a1411fa670eae12351e/beautifulsoup4-4.7.1-py3-none-any.whl
Collecting python-json-logger>=0.1.7 (from stoq-framework)
  Using cached https://files.pythonhosted.org/packages/84/2e/8d99d075689d9b57548586bd9f5b286f0634f8e6fdb8db57a7ffdd8f86bf/python_json_logger-0.1.10-py2.py3-none-any.whl
Collecting requests>=2.17.3 (from stoq-framework)
  Using cached https://files.pythonhosted.org/packages/7d/e3/20f3d364d6c8e5d2353c72a67778eb189176f08e873c9900e10c0287b84b/requests-2.21.0-py2.py3-none-any.whl
Collecting soupsieve>=1.2 (from beautifulsoup4>=4.5.1->stoq-framework)
  Using cached https://files.pythonhosted.org/packages/2b/9f/7ea8732cc071c1253acf4a5aad507e12c57da011e615ed65ed853898e3ce/soupsieve-1.7.2-py2.py3-none-any.whl
Collecting chardet<3.1.0,>=3.0.2 (from requests>=2.17.3->stoq-framework)
  Using cached https://files.pythonhosted.org/packages/bc/a9/01ffebfb562e4274b6487b4bb1ddec7ca55ec7510b22e4c51f14098443b8/chardet-3.0.4-py2.py3-none-any.whl
Collecting urllib3<1.25,>=1.21.1 (from requests>=2.17.3->stoq-framework)
  Using cached https://files.pythonhosted.org/packages/62/00/ee1d7de624db8ba7090d1226aebefab96a2c71cd5cfa7629d6ad3f61b79e/urllib3-1.24.1-py2.py3-none-any.whl
Collecting idna<2.9,>=2.5 (from requests>=2.17.3->stoq-framework)
  Using cached https://files.pythonhosted.org/packages/14/2c/cd551d81dbe15200be1cf41cd03869a46fe7226e7450af7a6545bfc474c9/idna-2.8-py2.py3-none-any.whl
Collecting certifi>=2017.4.17 (from requests>=2.17.3->stoq-framework)
  Using cached https://files.pythonhosted.org/packages/9f/e0/accfc1b56b57e9750eba272e24c4dddeac86852c2bebd1236674d7887e8a/certifi-2018.11.29-py2.py3-none-any.whl
Building wheels for collected packages: stoq-framework
  Running setup.py bdist_wheel for stoq-framework ... error
  Complete output from command /home/pass/.stoq/.venv/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-8lwol3hw/stoq-framework/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" bdist_wheel -d /tmp/tmp465c7w60pip-wheel- --python-tag cp36:
  /usr/lib/python3.6/distutils/dist.py:261: UserWarning: Unknown distribution option: 'long_description_content_type'
    warnings.warn(msg)
  usage: -c [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
     or: -c --help [cmd1 cmd2 ...]
     or: -c --help-commands
     or: -c cmd --help

  error: invalid command 'bdist_wheel'

  ----------------------------------------
  Failed building wheel for stoq-framework
  Running setup.py clean for stoq-framework
Failed to build stoq-framework
Installing collected packages: soupsieve, beautifulsoup4, python-json-logger, chardet, urllib3, idna, certifi, requests, stoq-framework
  Running setup.py install for stoq-framework ... done
Successfully installed beautifulsoup4-4.7.1 certifi-2018.11.29 chardet-3.0.4 idna-2.8 python-json-logger-0.1.10 requests-2.21.0 soupsieve-1.7.2 stoq-framework-2.0.2 urllib3-1.24.1
  1. Observe stoq test errors:
............................................................................[2019-01-20 02:03:10,289 WARNING] stoq: Plugin incompatible_min_stoq_version not compatible with this version of stoQ. Unpredictable results may occur!
[2019-01-20 02:03:10,289 WARNING] stoq: Plugin incompatible_min_stoq_version not compatible with this version of stoQ. Unpredictable results may occur!
[2019-01-20 02:03:10,289 WARNING] stoq: Plugin incompatible_min_stoq_version not compatible with this version of stoQ. Unpredictable results may occur!
[2019-01-20 02:03:10,289 WARNING] stoq: Plugin incompatible_min_stoq_version not compatible with this version of stoQ. Unpredictable results may occur!
[2019-01-20 02:03:10,289 WARNING] stoq: Plugin incompatible_min_stoq_version not compatible with this version of stoQ. Unpredictable results may occur!
[2019-01-20 02:03:10,289 WARNING] stoq: Plugin incompatible_min_stoq_version not compatible with this version of stoQ. Unpredictable results may occur!
[2019-01-20 02:03:10,289 WARNING] stoq: Plugin incompatible_min_stoq_version not compatible with this version of stoQ. Unpredictable results may occur!
[2019-01-20 02:03:10,289 WARNING] stoq: Plugin incompatible_min_stoq_version not compatible with this version of stoQ. Unpredictable results may occur!
[2019-01-20 02:03:10,289 WARNING] stoq: Plugin incompatible_min_stoq_version not compatible with this version of stoQ. Unpredictable results may occur!
[2019-01-20 02:03:10,289 WARNING] stoq: Plugin incompatible_min_stoq_version not compatible with this version of stoQ. Unpredictable results may occur!
[2019-01-20 02:03:10,289 WARNING] stoq: Plugin incompatible_min_stoq_version not compatible with this version of stoQ. Unpredictable results may occur!
[2019-01-20 02:03:10,289 WARNING] stoq: Plugin incompatible_min_stoq_version not compatible with this version of stoQ. Unpredictable results may occur!
[2019-01-20 02:03:10,289 WARNING] stoq: Plugin incompatible_min_stoq_version not compatible with this version of stoQ. Unpredictable results may occur!
[2019-01-20 02:03:10,289 WARNING] stoq: Plugin incompatible_min_stoq_version not compatible with this version of stoQ. Unpredictable results may occur!
[2019-01-20 02:03:10,289 WARNING] stoq: Plugin incompatible_min_stoq_version not compatible with this version of stoQ. Unpredictable results may occur!
[2019-01-20 02:03:10,289 WARNING] stoq: Plugin incompatible_min_stoq_version not compatible with this version of stoQ. Unpredictable results may occur!
[2019-01-20 02:03:10,289 WARNING] stoq: Plugin incompatible_min_stoq_version not compatible with this version of stoQ. Unpredictable results may occur!
[2019-01-20 02:03:10,289 WARNING] stoq: Plugin incompatible_min_stoq_version not compatible with this version of stoQ. Unpredictable results may occur!
[2019-01-20 02:03:10,289 WARNING] stoq: Plugin incompatible_min_stoq_version not compatible with this version of stoQ. Unpredictable results may occur!
[2019-01-20 02:03:10,289 WARNING] stoq: Plugin incompatible_min_stoq_version not compatible with this version of stoQ. Unpredictable results may occur!
[2019-01-20 02:03:10,289 WARNING] stoq: Plugin incompatible_min_stoq_version not compatible with this version of stoQ. Unpredictable results may occur!
[2019-01-20 02:03:10,289 WARNING] stoq: Plugin incompatible_min_stoq_version not compatible with this version of stoQ. Unpredictable results may occur!
[2019-01-20 02:03:10,289 WARNING] stoq: Plugin incompatible_min_stoq_version not compatible with this version of stoQ. Unpredictable results may occur!
[2019-01-20 02:03:10,289 WARNING] stoq: Plugin incompatible_min_stoq_version not compatible with this version of stoQ. Unpredictable results may occur!
[2019-01-20 02:03:10,289 WARNING] stoq: Plugin incompatible_min_stoq_version not compatible with this version of stoQ. Unpredictable results may occur!
[2019-01-20 02:03:10,289 WARNING] stoq: Plugin incompatible_min_stoq_version not compatible with this version of stoQ. Unpredictable results may occur!
[2019-01-20 02:03:10,289 WARNING] stoq: Plugin incompatible_min_stoq_version not compatible with this version of stoQ. Unpredictable results may occur!
[2019-01-20 02:03:10,289 WARNING] stoq: Plugin incompatible_min_stoq_version not compatible with this version of stoQ. Unpredictable results may occur!
[2019-01-20 02:03:10,289 WARNING] stoq: Plugin incompatible_min_stoq_version not compatible with this version of stoQ. Unpredictable results may occur!
[2019-01-20 02:03:10,289 WARNING] stoq: Plugin incompatible_min_stoq_version not compatible with this version of stoQ. Unpredictable results may occur!
[2019-01-20 02:03:10,289 WARNING] stoq: Plugin incompatible_min_stoq_version not compatible with this version of stoQ. Unpredictable results may occur!
[2019-01-20 02:03:10,289 WARNING] stoq: Plugin incompatible_min_stoq_version not compatible with this version of stoQ. Unpredictable results may occur!
[2019-01-20 02:03:10,289 WARNING] stoq: Plugin incompatible_min_stoq_version not compatible with this version of stoQ. Unpredictable results may occur!
[2019-01-20 02:03:10,289 WARNING] stoq: Plugin incompatible_min_stoq_version not compatible with this version of stoQ. Unpredictable results may occur!
[2019-01-20 02:03:10,289 WARNING] stoq: Plugin incompatible_min_stoq_version not compatible with this version of stoQ. Unpredictable results may occur!
[2019-01-20 02:03:10,289 WARNING] stoq: Plugin incompatible_min_stoq_version not compatible with this version of stoQ. Unpredictable results may occur!
[2019-01-20 02:03:10,289 WARNING] stoq: Plugin incompatible_min_stoq_version not compatible with this version of stoQ. Unpredictable results may occur!
[2019-01-20 02:03:10,289 WARNING] stoq: Plugin incompatible_min_stoq_version not compatible with this version of stoQ. Unpredictable results may occur!
[2019-01-20 02:03:10,289 WARNING] stoq: Plugin incompatible_min_stoq_version not compatible with this version of stoQ. Unpredictable results may occur!
[2019-01-20 02:03:10,289 WARNING] stoq: Plugin incompatible_min_stoq_version not compatible with this version of stoQ. Unpredictable results may occur!
[2019-01-20 02:03:10,289 WARNING] stoq: Plugin incompatible_min_stoq_version not compatible with this version of stoQ. Unpredictable results may occur!
[2019-01-20 02:03:10,289 WARNING] stoq: Plugin incompatible_min_stoq_version not compatible with this version of stoQ. Unpredictable results may occur!
[2019-01-20 02:03:10,289 WARNING] stoq: Plugin incompatible_min_stoq_version not compatible with this version of stoQ. Unpredictable results may occur!
[2019-01-20 02:03:10,289 WARNING] stoq: Plugin incompatible_min_stoq_version not compatible with this version of stoQ. Unpredictable results may occur!
[2019-01-20 02:03:10,289 WARNING] stoq: Plugin incompatible_min_stoq_version not compatible with this version of stoQ. Unpredictable results may occur!
[2019-01-20 02:03:10,289 WARNING] stoq: Plugin incompatible_min_stoq_version not compatible with this version of stoQ. Unpredictable results may occur!
[2019-01-20 02:03:10,289 WARNING] stoq: Plugin incompatible_min_stoq_version not compatible with this version of stoQ. Unpredictable results may occur!
[2019-01-20 02:03:10,289 WARNING] stoq: Plugin incompatible_min_stoq_version not compatible with this version of stoQ. Unpredictable results may occur!
[2019-01-20 02:03:10,289 WARNING] stoq: Plugin incompatible_min_stoq_version not compatible with this version of stoQ. Unpredictable results may occur!
[2019-01-20 02:03:10,289 WARNING] stoq: Plugin incompatible_min_stoq_version not compatible with this version of stoQ. Unpredictable results may occur!
[2019-01-20 02:03:10,289 WARNING] stoq: Plugin incompatible_min_stoq_version not compatible with this version of stoQ. Unpredictable results may occur!
[2019-01-20 02:03:10,289 WARNING] stoq: Plugin incompatible_min_stoq_version not compatible with this version of stoQ. Unpredictable results may occur!
[2019-01-20 02:03:10,289 WARNING] stoq: Plugin incompatible_min_stoq_version not compatible with this version of stoQ. Unpredictable results may occur!
.......
----------------------------------------------------------------------
Ran 83 tests in 0.674s

OK

Expected behavior
Successful initial install / test result.

Client (please complete the following information):

  • OS: Ubuntu 16.04.5
  • stoQ Version v2.0.2

I'm guessing something is going wrong with backporting Python 3.6 from Bionic and I'm likely screwed until I can migrate to an Ubuntu 18+ install that includes Python 3.6; but hoping there is something easier I'm missing.

@mlaferrera
Copy link
Contributor

Try running, pip3 install wheel, then install stoq with pip3 install stoq-framework.

@Kolano
Copy link
Author

Kolano commented Jan 21, 2019

The Ubuntu Bionic package (and seemingly all current Ubuntu packages) currently include Wheel v27. Doing a pip install -U wheel updates it to v32. However, the same errors still occur with both an initial and follow-up install.

@mlaferrera
Copy link
Contributor

Try running exactly as I provided above within your venv. I was able to replicate your issue above w/ bionic pinning and this fixed the issue.

@Kolano
Copy link
Author

Kolano commented Jan 21, 2019

OK, I'm seeing inconsistencies that I'm not yet clear about. But retrying things seem to work out for the install.

However, even with an error free install, I still get the unexpected output from stoq test indicating plug-ins versions are misaligned; so something still seems to be going wrong, though stoq list seems to show them as being OK for v2.

stoq list
stoQ :: v2.0.2 :: an automated analysis framework
-------------------------------------------------
vtmis-search         v2.0.0     Search VTMIS for sha1 hash of a payload or from results of `iocextract` plugin
                                - Worker, Dispatcher, DeepDispatcher
filedir              v2.0.3     Handle file and directory interactions
                                - Provider, Connector, Archiver
es-search            v2.0.0     Save results to ElasticSearch
                                - Connector
stdout               v2.0.0     Sends content to STDOUT
                                - Connector
mimetype             v2.0.0     Determine mimetype of a payload
                                - Worker
decompress           v2.0.1     Extract content from a multitude of archive formats
                                - Worker
trid                 v2.0.1     Identify file types from their TrID signature
                                - Worker
hash                 v2.0.0     Hash content
                                - Worker
mongodb              v2.0.0     Save results and archive payloads using MongoDB
                                - Archiver, Connector
dirmon               v2.0.1     Monitor a directory for newly created files for processing
                                - Provider
stoq test
............................................................................[2019-01-21 17:36:15,714 WARNING] stoq: Plugin incompatible_min_stoq_version not compatible with this version of stoQ. Unpredictable results may occur!
[2019-01-21 17:36:15,714 WARNING] stoq: Plugin incompatible_min_stoq_version not compatible with this version of stoQ. Unpredictable results may occur!
[2019-01-21 17:36:15,714 WARNING] stoq: Plugin incompatible_min_stoq_version not compatible with this version of stoQ. Unpredictable results may occur!
[2019-01-21 17:36:15,714 WARNING] stoq: Plugin incompatible_min_stoq_version not compatible with this version of stoQ. Unpredictable results may occur!
[2019-01-21 17:36:15,714 WARNING] stoq: Plugin incompatible_min_stoq_version not compatible with this version of stoQ. Unpredictable results may occur!
[2019-01-21 17:36:15,714 WARNING] stoq: Plugin incompatible_min_stoq_version not compatible with this version of stoQ. Unpredictable results may occur!
[2019-01-21 17:36:15,714 WARNING] stoq: Plugin incompatible_min_stoq_version not compatible with this version of stoQ. Unpredictable results may occur!
[2019-01-21 17:36:15,714 WARNING] stoq: Plugin incompatible_min_stoq_version not compatible with this version of stoQ. Unpredictable results may occur!
[2019-01-21 17:36:15,714 WARNING] stoq: Plugin incompatible_min_stoq_version not compatible with this version of stoQ. Unpredictable results may occur!
[2019-01-21 17:36:15,714 WARNING] stoq: Plugin incompatible_min_stoq_version not compatible with this version of stoQ. Unpredictable results may occur!
[2019-01-21 17:36:15,714 WARNING] stoq: Plugin incompatible_min_stoq_version not compatible with this version of stoQ. Unpredictable results may occur!
[2019-01-21 17:36:15,714 WARNING] stoq: Plugin incompatible_min_stoq_version not compatible with this version of stoQ. Unpredictable results may occur!
[2019-01-21 17:36:15,714 WARNING] stoq: Plugin incompatible_min_stoq_version not compatible with this version of stoQ. Unpredictable results may occur!
[2019-01-21 17:36:15,714 WARNING] stoq: Plugin incompatible_min_stoq_version not compatible with this version of stoQ. Unpredictable results may occur!
[2019-01-21 17:36:15,714 WARNING] stoq: Plugin incompatible_min_stoq_version not compatible with this version of stoQ. Unpredictable results may occur!
[2019-01-21 17:36:15,714 WARNING] stoq: Plugin incompatible_min_stoq_version not compatible with this version of stoQ. Unpredictable results may occur!
[2019-01-21 17:36:15,714 WARNING] stoq: Plugin incompatible_min_stoq_version not compatible with this version of stoQ. Unpredictable results may occur!
[2019-01-21 17:36:15,714 WARNING] stoq: Plugin incompatible_min_stoq_version not compatible with this version of stoQ. Unpredictable results may occur!
[2019-01-21 17:36:15,714 WARNING] stoq: Plugin incompatible_min_stoq_version not compatible with this version of stoQ. Unpredictable results may occur!
[2019-01-21 17:36:15,714 WARNING] stoq: Plugin incompatible_min_stoq_version not compatible with this version of stoQ. Unpredictable results may occur!
[2019-01-21 17:36:15,714 WARNING] stoq: Plugin incompatible_min_stoq_version not compatible with this version of stoQ. Unpredictable results may occur!
[2019-01-21 17:36:15,714 WARNING] stoq: Plugin incompatible_min_stoq_version not compatible with this version of stoQ. Unpredictable results may occur!
[2019-01-21 17:36:15,714 WARNING] stoq: Plugin incompatible_min_stoq_version not compatible with this version of stoQ. Unpredictable results may occur!
[2019-01-21 17:36:15,714 WARNING] stoq: Plugin incompatible_min_stoq_version not compatible with this version of stoQ. Unpredictable results may occur!
[2019-01-21 17:36:15,714 WARNING] stoq: Plugin incompatible_min_stoq_version not compatible with this version of stoQ. Unpredictable results may occur!
[2019-01-21 17:36:15,714 WARNING] stoq: Plugin incompatible_min_stoq_version not compatible with this version of stoQ. Unpredictable results may occur!
[2019-01-21 17:36:15,714 WARNING] stoq: Plugin incompatible_min_stoq_version not compatible with this version of stoQ. Unpredictable results may occur!
[2019-01-21 17:36:15,714 WARNING] stoq: Plugin incompatible_min_stoq_version not compatible with this version of stoQ. Unpredictable results may occur!
[2019-01-21 17:36:15,714 WARNING] stoq: Plugin incompatible_min_stoq_version not compatible with this version of stoQ. Unpredictable results may occur!
[2019-01-21 17:36:15,714 WARNING] stoq: Plugin incompatible_min_stoq_version not compatible with this version of stoQ. Unpredictable results may occur!
[2019-01-21 17:36:15,714 WARNING] stoq: Plugin incompatible_min_stoq_version not compatible with this version of stoQ. Unpredictable results may occur!
[2019-01-21 17:36:15,714 WARNING] stoq: Plugin incompatible_min_stoq_version not compatible with this version of stoQ. Unpredictable results may occur!
[2019-01-21 17:36:15,714 WARNING] stoq: Plugin incompatible_min_stoq_version not compatible with this version of stoQ. Unpredictable results may occur!
[2019-01-21 17:36:15,714 WARNING] stoq: Plugin incompatible_min_stoq_version not compatible with this version of stoQ. Unpredictable results may occur!
[2019-01-21 17:36:15,714 WARNING] stoq: Plugin incompatible_min_stoq_version not compatible with this version of stoQ. Unpredictable results may occur!
[2019-01-21 17:36:15,714 WARNING] stoq: Plugin incompatible_min_stoq_version not compatible with this version of stoQ. Unpredictable results may occur!
[2019-01-21 17:36:15,714 WARNING] stoq: Plugin incompatible_min_stoq_version not compatible with this version of stoQ. Unpredictable results may occur!
[2019-01-21 17:36:15,714 WARNING] stoq: Plugin incompatible_min_stoq_version not compatible with this version of stoQ. Unpredictable results may occur!
[2019-01-21 17:36:15,714 WARNING] stoq: Plugin incompatible_min_stoq_version not compatible with this version of stoQ. Unpredictable results may occur!
[2019-01-21 17:36:15,714 WARNING] stoq: Plugin incompatible_min_stoq_version not compatible with this version of stoQ. Unpredictable results may occur!
[2019-01-21 17:36:15,714 WARNING] stoq: Plugin incompatible_min_stoq_version not compatible with this version of stoQ. Unpredictable results may occur!
[2019-01-21 17:36:15,714 WARNING] stoq: Plugin incompatible_min_stoq_version not compatible with this version of stoQ. Unpredictable results may occur!
[2019-01-21 17:36:15,714 WARNING] stoq: Plugin incompatible_min_stoq_version not compatible with this version of stoQ. Unpredictable results may occur!
[2019-01-21 17:36:15,714 WARNING] stoq: Plugin incompatible_min_stoq_version not compatible with this version of stoQ. Unpredictable results may occur!
[2019-01-21 17:36:15,714 WARNING] stoq: Plugin incompatible_min_stoq_version not compatible with this version of stoQ. Unpredictable results may occur!
[2019-01-21 17:36:15,714 WARNING] stoq: Plugin incompatible_min_stoq_version not compatible with this version of stoQ. Unpredictable results may occur!
[2019-01-21 17:36:15,714 WARNING] stoq: Plugin incompatible_min_stoq_version not compatible with this version of stoQ. Unpredictable results may occur!
[2019-01-21 17:36:15,714 WARNING] stoq: Plugin incompatible_min_stoq_version not compatible with this version of stoQ. Unpredictable results may occur!
[2019-01-21 17:36:15,714 WARNING] stoq: Plugin incompatible_min_stoq_version not compatible with this version of stoQ. Unpredictable results may occur!
[2019-01-21 17:36:15,714 WARNING] stoq: Plugin incompatible_min_stoq_version not compatible with this version of stoQ. Unpredictable results may occur!
[2019-01-21 17:36:15,714 WARNING] stoq: Plugin incompatible_min_stoq_version not compatible with this version of stoQ. Unpredictable results may occur!
[2019-01-21 17:36:15,714 WARNING] stoq: Plugin incompatible_min_stoq_version not compatible with this version of stoQ. Unpredictable results may occur!
[2019-01-21 17:36:15,714 WARNING] stoq: Plugin incompatible_min_stoq_version not compatible with this version of stoQ. Unpredictable results may occur!
.......

----------------------------------------------------------------------
Ran 83 tests in 0.563s

OK

Though list above shows installed plug-ins, test produces the same errors prior to installing any additional plug-ins.


Also, minor typo in documentation: https://stoq-framework.readthedocs.io/en/latest/dev/core.html
"We will now define the plugins we want to us." > "We will now define the plugins we want to use."
Under both "Individual Scan" and "Using Providers"

@mlaferrera
Copy link
Contributor

The warnings from the tests are normal. At the bottom it shows it ran all 83 tests successfully.

Thanks for the heads up on documentation, I'll go ahead and correct that. I'm going to close this issue now that you have a working install.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants