A python script editor for napari based on PyQode.

Overview

napari-script-editor

License PyPI Python Version tests codecov napari hub

A python script editor for napari based on PyQode.


This napari plugin was generated with Cookiecutter using with @napari's cookiecutter-napari-plugin template.

Usage

Start the script editor from the menu Tools > Scripts > Script Editor. Use the auto-completion while typing, check out the napari tutorials and the example scripts. Use the Run button to execute a script.

If you save the script to the folder ".napari-scripts" in your home directory, you will find the script in the Tools > Scripts menu in napari. You can then also start it from there.

Note: If you have scripts, that might be useful to others, please send them as pull-request to the examples in repository or share them in any other way that suits you.

Installation

  • Get a python environment, e.g. via mini-conda. If you never used python/conda environments before, please follow the instructions here first.
  • Install napari using conda (seriously, don't use pip here, at least on Windows).
conda install -c conda-forge napari

Afterwards, install napari-script-editor using pip:

pip install napari-script-editor

Contributing

Contributions are very welcome. Tests can be run with tox, please ensure the coverage at least stays the same before you submit a pull request.

License

Distributed under the terms of the BSD-3 license, "napari-script-editor" is free and open source software

Known issues

  • Sometimes, the script editor thinks, the file has been changed on disk and asks to reload it.

Issues

If you encounter any problems, please file an issue along with a detailed description.

You might also like...
script to generate HeN ipfs app exports  of GLSL shaders
script to generate HeN ipfs app exports of GLSL shaders

HeNerator A simple script to generate HeN ipfs app exports from any frag shader created with: GlslViewer GlslEditor The Book of Shaders glslCanvas VS

Script to create an animated data visualisation for categorical timeseries data - GIF choropleth map with annotations.
Script to create an animated data visualisation for categorical timeseries data - GIF choropleth map with annotations.

choropleth_ldn Simple script to create a chloropleth map of London with categorical timeseries data. The script in main.py creates a gif of the most f

A small script written in Python3 that generates a visual representation of the Mandelbrot set.
A small script written in Python3 that generates a visual representation of the Mandelbrot set.

Mandelbrot Set Generator A small script written in Python3 that generates a visual representation of the Mandelbrot set. Abstract The colors in the ou

This is a super simple visualization toolbox (script) for transformer attention visualization ✌
This is a super simple visualization toolbox (script) for transformer attention visualization ✌

Trans_attention_vis This is a super simple visualization toolbox (script) for transformer attention visualization ✌ 1. How to prepare your attention m

Visual Python is a GUI-based Python code generator, developed on the Jupyter Notebook environment as an extension.
Visual Python is a GUI-based Python code generator, developed on the Jupyter Notebook environment as an extension.

Visual Python is a GUI-based Python code generator, developed on the Jupyter Notebook environment as an extension.

a plottling library for python, based on D3

Hello August 2013 Hello! Maybe you're looking for a nice Python interface to build interactive, javascript based plots that look as nice as all those

MPL Plotter is a Matplotlib based Python plotting library built with the goal of delivering publication-quality plots concisely.
MPL Plotter is a Matplotlib based Python plotting library built with the goal of delivering publication-quality plots concisely.

MPL Plotter is a Matplotlib based Python plotting library built with the goal of delivering publication-quality plots concisely.

A Python-based non-fungible token (NFT) generator built using Samilla and Matplotlib
A Python-based non-fungible token (NFT) generator built using Samilla and Matplotlib

PyNFT A Pythonic NF (non-fungible token) generator built using Samilla and Matplotlib Use python pynft.py [amount] The intention behind this generato

An interactive GUI for WhiteboxTools in a Jupyter-based environment
An interactive GUI for WhiteboxTools in a Jupyter-based environment

whiteboxgui An interactive GUI for WhiteboxTools in a Jupyter-based environment GitHub repo: https://github.com/giswqs/whiteboxgui Documentation: http

Comments
  • load and save buttons regression in 0.2.6

    load and save buttons regression in 0.2.6

    Dear Robert, thank you for this incredible tool, it is changing everything in how to share my work with my colleagues in the lab ! I have updated today to releas 0.2.6 and the "load" and "save" buttons are not working anymore... back to release 0.2.5 it works perfect... (I have uninstalled the release 0.2.6 with the napari tool and re install with pip "install git+git:// ... @0.2.5") All the best and happy new year...

    opened by leec13 6
  • Bug with the script editor  installation ?

    Bug with the script editor installation ?

    Dear support, I ma sorry, I should make somethig wrong but I have installed the script editor (same for napari-brighness-contrast) and I don't find it in napari, I did the following ;

    in my napari env : pip install napari-script-editor (no error) I launch napari typing napari when I go in the tools menu (nothing about the script editor) Si In the Plugins/plugin errors :

    ===================== Errors for plugin 'napari-script-editor' =====================

    napari version: 0.4.15

    ERROR #1: Error while importing module napari_script_editor ---------------------


    ValueError Traceback (most recent call last) File ~\anaconda3\envs\napari_imaris\lib\site-packages\napari_plugin_engine\manager.py:318, in PluginManager._load_and_register(self=, mod_name='napari_script_editor', plugin_name='napari-script-editor') 317 try: --> 318 module = load(mod_name) mod_name = 'napari_script_editor' 319 if self.is_registered(module):

    File ~\anaconda3\envs\napari_imaris\lib\site-packages\napari_plugin_engine\manager.py:1042, in load(value='napari_script_editor') 1041 raise ValueError(f"malformed entry point string: {value}") -> 1042 module = importlib.import_module(match.group('module')) match = 1043 attrs = filter(None, (match.group('attr') or '').split('.'))

    File ~\anaconda3\envs\napari_imaris\lib\importlib_init_.py:127, in import_module(name='napari_script_editor', package=None) 126 level += 1 --> 127 return _bootstrap._gcd_import(name[level:], package, level) level = 0 name = 'napari_script_editor' name[level:] = 'napari_script_editor' package = None _bootstrap =

    File :1014, in _gcd_import(name='napari_script_editor', package=None, level=0)

    File :991, in find_and_load(name='napari_script_editor', import=)

    File :975, in find_and_load_unlocked(name='napari_script_editor', import=)

    File :671, in _load_unlocked(spec=ModuleSpec(name='napari_script_editor', loader=

    File :843, in exec_module(self=, module=)

    File :219, in call_with_frames_removed(f=, *args=( at 0x0000028B37645920, fil...ckages\napari_script_editor_init.py", line 2>, {'builtins': {'ArithmeticError': , 'AssertionError': , 'AttributeError': , 'BaseException': , 'BlockingIOError': , 'BrokenPipeError': , 'BufferError': , 'BytesWarning': , 'ChildProcessError': , 'ConnectionAbortedError': , ...}, 'cached': r'C:\Users\mathi\anaconda3\envs\napari_imaris\lib...script_editor_pycache__init_.cpython-38.pyc', 'doc': None, 'file': r'C:\Users\mathi\anaconda3\envs\napari_imaris\lib\site-packages\napari_script_editor_init_.py', 'loader': , 'name': 'napari_script_editor', 'package': 'napari_script_editor', 'path': [r'C:\Users\mathi\anaconda3\envs\napari_imaris\lib\site-packages\napari_script_editor'], 'spec': ModuleSpec(name='napari_script_editor', loader=

    File ~\anaconda3\envs\napari_imaris\lib\site-packages\napari_script_editor_init_.py:7, in 2 version = "0.2.8" ----> 7 from ._dock_widget import napari_experimental_provide_dock_widget, ScriptEditor 9 from ._scripts_directory import _search_scripts

    File ~\anaconda3\envs\napari_imaris\lib\site-packages\napari_script_editor_dock_widget.py:6, in 5 from pyqode.python.backend import server ----> 6 from pyqode.python.widgets import PyCodeEdit 8 from ._scripts_directory import _init_scripts_directory, _new_template_filename, _exec_code

    File ~\anaconda3\envs\napari_imaris\lib\site-packages\pyqode\python\widgets_init_.py:8, in 1 """ 2 This packages contains the available python widgets: 3 (...) 6 7 """ ----> 8 from .code_edit import PyCodeEditBase, PyCodeEdit 9 from .interactive import PyInteractiveConsole

    File ~\anaconda3\envs\napari_imaris\lib\site-packages\pyqode\python\widgets\code_edit.py:6, in 5 import sys ----> 6 from pyqode.core.api import ColorScheme 7 from pyqode.python.backend import server

    File ~\anaconda3\envs\napari_imaris\lib\site-packages\pyqode\core\api_init_.py:6, in 1 """ 2 This package contains the bases classes of pyqode and some utility 3 functions. 4 5 """ ----> 6 from .code_edit import CodeEdit 7 from .decoration import TextDecoration

    File ~\anaconda3\envs\napari_imaris\lib\site-packages\pyqode\core\api\code_edit.py:18, in 17 from pyqode.core.dialogs.goto import DlgGotoLine ---> 18 from pyqode.core.managers import BackendManager 19 from pyqode.core.managers import FileManager

    File ~\anaconda3\envs\napari_imaris\lib\site-packages\pyqode\core\managers_init_.py:15, in 1 """ 2 The managers package contains a series of managers classes for CodeEdit. 3 (...) 13 14 """ ---> 15 from .backend import BackendManager 16 from .decorations import TextDecorationsManager

    File ~\anaconda3\envs\napari_imaris\lib\site-packages\pyqode\core\managers\backend.py:9, in 7 from qtpy import QtCore ----> 9 from pyqode.core.api.client import JsonTcpClient, BackendProcess 10 from pyqode.core.api.manager import Manager

    File ~\anaconda3\envs\napari_imaris\lib\site-packages\pyqode\core\api\client.py:15, in 14 from weakref import ref ---> 15 from qtpy import QtCore, QtNetwork 18 def _logger():

    File ~\anaconda3\envs\napari_imaris\lib\site-packages\qtpy\QtNetwork.py:16, in 15 if PYQT5: ---> 16 from PyQt5.QtNetwork import * 17 elif PYQT6:

    ValueError: PyCapsule_GetPointer called with incorrect name

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

    PluginImportError Traceback (most recent call last) File ~\anaconda3\envs\napari_imaris\lib\site-packages\napari_plugin_engine\manager.py:264, in PluginManager.discover(self=, path=None, entry_point=None, prefix=None, ignore_errors=True) 261 continue 263 try: --> 264 if self._load_and_register(mod_name, name): name = 'ome-types' mod_name = 'ome_types._napari_plugin' self = 265 count += 1 266 self._id_counts[name] = 1

    File ~\anaconda3\envs\napari_imaris\lib\site-packages\napari_plugin_engine\manager.py:322, in PluginManager._load_and_register(self=, mod_name='napari_script_editor', plugin_name='napari-script-editor') 320 return None 321 except Exception as exc: --> 322 raise PluginImportError( plugin_name = 'napari-script-editor' 323 f'Error while importing module {mod_name}', 324 plugin_name=plugin_name, 325 cause=exc, 326 ) 327 if not (inspect.isclass(module) or inspect.ismodule(module)): 328 raise PluginRegistrationError( 329 f'Plugin "{plugin_name}" declared entry_point "{mod_name}"' 330 ' which is neither a module nor a class.', 331 plugin=module, 332 plugin_name=plugin_name, 333 )

    PluginImportError: Error while importing module napari_script_editor

    opened by matfallet 5
  • Installation instructions

    Installation instructions

    What about adding this in front:

    conda create --name napari-scripting conda activate napari-scripting

    ...in order not to mess up people's base environment?

    opened by tischi 4
  • Installation in napari bundle app fails

    Installation in napari bundle app fails

    Installing the script editor in the napari bundle app on Windows technically succeeds but the script editor is not available afterwards.

    Log:

    Collecting napari-script-editor
    
      Using cached napari_script_editor-0.2.0-py3-none-any.whl (7.2 kB)
    
    Requirement already satisfied: napari-plugin-engine>=0.1.4 in c:\users\rober\appdata\local\programs\napari\app_packages (from napari-script-editor) (0.2.0)
    
    Requirement already satisfied: napari in c:\users\rober\appdata\local\programs\napari\app (from napari-script-editor) (0.4.12)
    Requirement already satisfied: jedi>=0.18.0 in c:\users\rober\appdata\local\programs\napari\app_packages (from napari-script-editor) (0.18.0)
    
    Collecting pyqode.core
    
      Using cached pyqode.core-2.12.1-py2.py3-none-any.whl (452 kB)
    
    Requirement already satisfied: numpy in c:\users\rober\appdata\local\programs\napari\app_packages (from napari-script-editor) (1.19.3)
    
    Collecting haesleinhuepf-pyqode.python
    
      Using cached haesleinhuepf_pyqode.python-2.14.0-py2.py3-none-any.whl (46 kB)
    
    Collecting napari-tools-menu
    
      Using cached napari_tools_menu-0.1.5-py3-none-any.whl (6.4 kB)
    
    Requirement already satisfied: parso<0.9.0,>=0.8.0 in c:\users\rober\appdata\local\programs\napari\app_packages (from jedi>=0.18.0->napari-script-editor) (0.8.2)
    
    Collecting pyqode.qt
      Using cached pyqode.qt-2.10.0-py2.py3-none-any.whl (8.9 kB)
    
    Collecting pyflakes
    
      Using cached pyflakes-2.4.0-py2.py3-none-any.whl (69 kB)
    
    Requirement already satisfied: docutils in c:\users\rober\appdata\local\programs\napari\app_packages (from haesleinhuepf-pyqode.python->napari-script-editor) (0.17.1)
    
    Collecting pycodestyle
    
      Using cached pycodestyle-2.8.0-py2.py3-none-any.whl (42 kB)
    
    Collecting future
    
      Using cached future-0.18.2.tar.gz (829 kB)
    
      Preparing metadata (setup.py): started
    
      Preparing metadata (setup.py): finished with status 'error'
      ERROR: Command errored out with exit status 1:
       command: 'C:\Users\rober\AppData\Local\Programs\napari\python\python.exe' -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Windows\\Temp\\pip-install-r4enkgow\\future_1d271648033d4d0e8d7cd49d3e566269\\setup.py'"'"'; __file__='"'"'C:\\Windows\\Temp\\pip-install-r4enkgow\\future_1d271648033d4d0e8d7cd49d3e566269\\setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Windows\Temp\pip-pip-egg-info-ge6scfw0'
           cwd: C:\Windows\Temp\pip-install-r4enkgow\future_1d271648033d4d0e8d7cd49d3e566269\
      Complete output (5 lines):
      Traceback (most recent call last):
        File "<string>", line 1, in <module>
        File "C:\Windows\Temp\pip-install-r4enkgow\future_1d271648033d4d0e8d7cd49d3e566269\setup.py", line 86, in <module>
          import src.future
      ModuleNotFoundError: No module named 'src'
      ----------------------------------------
    
    WARNING: Discarding https://files.pythonhosted.org/packages/45/0b/38b06fd9b92dc2b68d58b75f900e97884c45bedd2ff83203d933cf5851c9/future-0.18.2.tar.gz#sha256=b1bead90b70cf6ec3f0710ae53a525360fa360d306a86583adc6bf83a4db537d (from https://pypi.org/simple/future/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
    
      Using cached future-0.18.1.tar.gz (828 kB)
    
      Preparing metadata (setup.py): started
    
      Preparing metadata (setup.py): finished with status 'error'
    
      ERROR: Command errored out with exit status 1:
       command: 'C:\Users\rober\AppData\Local\Programs\napari\python\python.exe' -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Windows\\Temp\\pip-install-r4enkgow\\future_9bd4b0a9a9e9494383d7442cc19f1866\\setup.py'"'"'; __file__='"'"'C:\\Windows\\Temp\\pip-install-r4enkgow\\future_9bd4b0a9a9e9494383d7442cc19f1866\\setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Windows\Temp\pip-pip-egg-info-so4uyg5v'
           cwd: C:\Windows\Temp\pip-install-r4enkgow\future_9bd4b0a9a9e9494383d7442cc19f1866\
      Complete output (5 lines):
      Traceback (most recent call last):
        File "<string>", line 1, in <module>
        File "C:\Windows\Temp\pip-install-r4enkgow\future_9bd4b0a9a9e9494383d7442cc19f1866\setup.py", line 86, in <module>
          import src.future
      ModuleNotFoundError: No module named 'src'
      ----------------------------------------
    WARNING: Discarding https://files.pythonhosted.org/packages/3f/bf/57733d44afd0cf67580658507bd11d3ec629612d5e0e432beb4b8f6fbb04/future-0.18.1.tar.gz#sha256=858e38522e8fd0d3ce8f0c1feaf0603358e366d5403209674c7b617fa0c24093 (from https://pypi.org/simple/future/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
    
      Using cached future-0.18.0.tar.gz (830 kB)
    
      Preparing metadata (setup.py): started
    
      Preparing metadata (setup.py): finished with status 'error'
    
      ERROR: Command errored out with exit status 1:
       command: 'C:\Users\rober\AppData\Local\Programs\napari\python\python.exe' -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Windows\\Temp\\pip-install-r4enkgow\\future_6d6bda8abf4b4838a9126d8aa516be58\\setup.py'"'"'; __file__='"'"'C:\\Windows\\Temp\\pip-install-r4enkgow\\future_6d6bda8abf4b4838a9126d8aa516be58\\setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Windows\Temp\pip-pip-egg-info-b1brhip2'
           cwd: C:\Windows\Temp\pip-install-r4enkgow\future_6d6bda8abf4b4838a9126d8aa516be58\
      Complete output (5 lines):
      Traceback (most recent call last):
        File "<string>", line 1, in <module>
        File "C:\Windows\Temp\pip-install-r4enkgow\future_6d6bda8abf4b4838a9126d8aa516be58\setup.py", line 86, in <module>
          import src.future
      ModuleNotFoundError: No module named 'src'
      ----------------------------------------
    WARNING: Discarding https://files.pythonhosted.org/packages/f6/85/c273089eb6efa5644c0a1382ea553554bc0d40e00a46d989ec67f123f8b5/future-0.18.0.tar.gz#sha256=6142ef79e2416e432931d527452a1cab3aa4a754a0a53d25b2589f79e1106f34 (from https://pypi.org/simple/future/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
    
      Using cached future-0.17.1.tar.gz (829 kB)
    
      Preparing metadata (setup.py): started
    
      Preparing metadata (setup.py): finished with status 'error'
    
      ERROR: Command errored out with exit status 1:
       command: 'C:\Users\rober\AppData\Local\Programs\napari\python\python.exe' -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Windows\\Temp\\pip-install-r4enkgow\\future_51c987eee2464a8b8c0ae28cf4c1c3bd\\setup.py'"'"'; __file__='"'"'C:\\Windows\\Temp\\pip-install-r4enkgow\\future_51c987eee2464a8b8c0ae28cf4c1c3bd\\setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Windows\Temp\pip-pip-egg-info-geyt_5r5'
           cwd: C:\Windows\Temp\pip-install-r4enkgow\future_51c987eee2464a8b8c0ae28cf4c1c3bd\
      Complete output (5 lines):
      Traceback (most recent call last):
        File "<string>", line 1, in <module>
        File "C:\Windows\Temp\pip-install-r4enkgow\future_51c987eee2464a8b8c0ae28cf4c1c3bd\setup.py", line 87, in <module>
          import src.future
      ModuleNotFoundError: No module named 'src'
      ----------------------------------------
    WARNING: Discarding https://files.pythonhosted.org/packages/90/52/e20466b85000a181e1e144fd8305caf2cf475e2f9674e797b222f8105f5f/future-0.17.1.tar.gz#sha256=67045236dcfd6816dc439556d009594abf643e5eb48992e36beac09c2ca659b8 (from https://pypi.org/simple/future/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
    
      Using cached future-0.17.0.tar.gz (827 kB)
    
      Preparing metadata (setup.py): started
    
      Preparing metadata (setup.py): finished with status 'error'
    
      ERROR: Command errored out with exit status 1:
       command: 'C:\Users\rober\AppData\Local\Programs\napari\python\python.exe' -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Windows\\Temp\\pip-install-r4enkgow\\future_de43766a7ecc43cd96a4c497d9018464\\setup.py'"'"'; __file__='"'"'C:\\Windows\\Temp\\pip-install-r4enkgow\\future_de43766a7ecc43cd96a4c497d9018464\\setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Windows\Temp\pip-pip-egg-info-euqyu5gs'
           cwd: C:\Windows\Temp\pip-install-r4enkgow\future_de43766a7ecc43cd96a4c497d9018464\
      Complete output (5 lines):
      Traceback (most recent call last):
        File "<string>", line 1, in <module>
        File "C:\Windows\Temp\pip-install-r4enkgow\future_de43766a7ecc43cd96a4c497d9018464\setup.py", line 87, in <module>
          import src.future
      ModuleNotFoundError: No module named 'src'
      ----------------------------------------
    WARNING: Discarding https://files.pythonhosted.org/packages/85/aa/ba2e24dcb889d7e98733f87515d80b3512418b80ba79d82d2ddcd43fadf3/future-0.17.0.tar.gz#sha256=eb6d4df04f1fb538c99f69c9a28b255d1ee4e825d479b9c62fc38c0cf38065a4 (from https://pypi.org/simple/future/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
    
      Using cached future-0.16.0.tar.gz (824 kB)
    
      Preparing metadata (setup.py): started
    
      Preparing metadata (setup.py): finished with status 'error'
    
      ERROR: Command errored out with exit status 1:
       command: 'C:\Users\rober\AppData\Local\Programs\napari\python\python.exe' -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Windows\\Temp\\pip-install-r4enkgow\\future_6298e9d45fbf4ae796fee6f34ec988f2\\setup.py'"'"'; __file__='"'"'C:\\Windows\\Temp\\pip-install-r4enkgow\\future_6298e9d45fbf4ae796fee6f34ec988f2\\setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Windows\Temp\pip-pip-egg-info-pb26yufo'
           cwd: C:\Windows\Temp\pip-install-r4enkgow\future_6298e9d45fbf4ae796fee6f34ec988f2\
      Complete output (5 lines):
      Traceback (most recent call last):
        File "<string>", line 1, in <module>
        File "C:\Windows\Temp\pip-install-r4enkgow\future_6298e9d45fbf4ae796fee6f34ec988f2\setup.py", line 93, in <module>
          import src.future
      ModuleNotFoundError: No module named 'src'
      ----------------------------------------
    WARNING: Discarding https://files.pythonhosted.org/packages/00/2b/8d082ddfed935f3608cc61140df6dcbf0edea1bc3ab52fb6c29ae3e81e85/future-0.16.0.tar.gz#sha256=e39ced1ab767b5936646cedba8bcce582398233d6a627067d4c6a454c90cfedb (from https://pypi.org/simple/future/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
    
      Using cached future-0.15.2.tar.gz (1.6 MB)
    
      Preparing metadata (setup.py): started
    
      Preparing metadata (setup.py): finished with status 'error'
    
      ERROR: Command errored out with exit status 1:
       command: 'C:\Users\rober\AppData\Local\Programs\napari\python\python.exe' -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Windows\\Temp\\pip-install-r4enkgow\\future_c4acddfc66e54225bed7d9d9e5adf505\\setup.py'"'"'; __file__='"'"'C:\\Windows\\Temp\\pip-install-r4enkgow\\future_c4acddfc66e54225bed7d9d9e5adf505\\setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Windows\Temp\pip-pip-egg-info-d2hmxi6z'
           cwd: C:\Windows\Temp\pip-install-r4enkgow\future_c4acddfc66e54225bed7d9d9e5adf505\
      Complete output (5 lines):
      Traceback (most recent call last):
        File "<string>", line 1, in <module>
        File "C:\Windows\Temp\pip-install-r4enkgow\future_c4acddfc66e54225bed7d9d9e5adf505\setup.py", line 93, in <module>
          import src.future
      ModuleNotFoundError: No module named 'src'
      ----------------------------------------
    WARNING: Discarding https://files.pythonhosted.org/packages/5a/f4/99abde815842bc6e97d5a7806ad51236630da14ca2f3b1fce94c0bb94d3d/future-0.15.2.tar.gz#sha256=3d3b193f20ca62ba7d8782589922878820d0a023b885882deec830adbf639b97 (from https://pypi.org/simple/future/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
    
      Using cached future-0.15.1.tar.gz (810 kB)
    
      Preparing metadata (setup.py): started
    
      Preparing metadata (setup.py): finished with status 'error'
    
      ERROR: Command errored out with exit status 1:
       command: 'C:\Users\rober\AppData\Local\Programs\napari\python\python.exe' -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Windows\\Temp\\pip-install-r4enkgow\\future_fc2a3aa3ce914258a129c6aa7a5043d7\\setup.py'"'"'; __file__='"'"'C:\\Windows\\Temp\\pip-install-r4enkgow\\future_fc2a3aa3ce914258a129c6aa7a5043d7\\setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Windows\Temp\pip-pip-egg-info-1p_t5efa'
           cwd: C:\Windows\Temp\pip-install-r4enkgow\future_fc2a3aa3ce914258a129c6aa7a5043d7\
      Complete output (5 lines):
      Traceback (most recent call last):
        File "<string>", line 1, in <module>
        File "C:\Windows\Temp\pip-install-r4enkgow\future_fc2a3aa3ce914258a129c6aa7a5043d7\setup.py", line 93, in <module>
          import src.future
      ModuleNotFoundError: No module named 'src'
      ----------------------------------------
    WARNING: Discarding https://files.pythonhosted.org/packages/41/b7/b646f0140a752ea87bb0b4c3a4af6a1e6e5fa676b9b1314a702368b75d4b/future-0.15.1.tar.gz#sha256=d61405f32beb357eeef6e32bbfe4c0e463cac658f59601a5ddeabf87bb8c46c1 (from https://pypi.org/simple/future/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
    
      Using cached future-0.15.0.tar.gz (810 kB)
    
      Preparing metadata (setup.py): started
    
      Preparing metadata (setup.py): finished with status 'error'
    
      ERROR: Command errored out with exit status 1:
       command: 'C:\Users\rober\AppData\Local\Programs\napari\python\python.exe' -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Windows\\Temp\\pip-install-r4enkgow\\future_898eb07797d044968d4379ccd5899903\\setup.py'"'"'; __file__='"'"'C:\\Windows\\Temp\\pip-install-r4enkgow\\future_898eb07797d044968d4379ccd5899903\\setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Windows\Temp\pip-pip-egg-info-5e8ot8cy'
           cwd: C:\Windows\Temp\pip-install-r4enkgow\future_898eb07797d044968d4379ccd5899903\
      Complete output (5 lines):
      Traceback (most recent call last):
        File "<string>", line 1, in <module>
        File "C:\Windows\Temp\pip-install-r4enkgow\future_898eb07797d044968d4379ccd5899903\setup.py", line 93, in <module>
          import src.future
      ModuleNotFoundError: No module named 'src'
      ----------------------------------------
    WARNING: Discarding https://files.pythonhosted.org/packages/7c/eb/1d7403c6d187ec097394685b0ea8a69faadaeb63f222d6c9b85ae165f915/future-0.15.0.tar.gz#sha256=7f8ad46e287ac32e3dae78be41098c83d690b364142e0a5f11958c2b549420b0 (from https://pypi.org/simple/future/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
    
      Using cached future-0.14.3.tar.gz (1.5 MB)
    
      Preparing metadata (setup.py): started
    
      Preparing metadata (setup.py): finished with status 'error'
    
      ERROR: Command errored out with exit status 1:
       command: 'C:\Users\rober\AppData\Local\Programs\napari\python\python.exe' -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Windows\\Temp\\pip-install-r4enkgow\\future_53f1a238725840f998ea888238e28949\\setup.py'"'"'; __file__='"'"'C:\\Windows\\Temp\\pip-install-r4enkgow\\future_53f1a238725840f998ea888238e28949\\setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Windows\Temp\pip-pip-egg-info-f_4jodfe'
           cwd: C:\Windows\Temp\pip-install-r4enkgow\future_53f1a238725840f998ea888238e28949\
      Complete output (5 lines):
      Traceback (most recent call last):
        File "<string>", line 1, in <module>
        File "C:\Windows\Temp\pip-install-r4enkgow\future_53f1a238725840f998ea888238e28949\setup.py", line 93, in <module>
          import src.future
      ModuleNotFoundError: No module named 'src'
      ----------------------------------------
    WARNING: Discarding https://files.pythonhosted.org/packages/83/80/8ef3a11a15f8eaafafa0937b20c1b3f73527e69ab6b3fa1cf94a5a96aabb/future-0.14.3.tar.gz#sha256=62857d51881d97dd5492b9295b9f51d92108a52a4c88e2c40054c1d3e5995be9 (from https://pypi.org/simple/future/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
    
      Using cached future-0.14.2.tar.gz (796 kB)
    
      Preparing metadata (setup.py): started
    
      Preparing metadata (setup.py): finished with status 'error'
    
      ERROR: Command errored out with exit status 1:
       command: 'C:\Users\rober\AppData\Local\Programs\napari\python\python.exe' -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Windows\\Temp\\pip-install-r4enkgow\\future_cd4b92555cb648cfa6b097de06741eef\\setup.py'"'"'; __file__='"'"'C:\\Windows\\Temp\\pip-install-r4enkgow\\future_cd4b92555cb648cfa6b097de06741eef\\setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Windows\Temp\pip-pip-egg-info-ufmmempv'
           cwd: C:\Windows\Temp\pip-install-r4enkgow\future_cd4b92555cb648cfa6b097de06741eef\
      Complete output (5 lines):
      Traceback (most recent call last):
        File "<string>", line 1, in <module>
        File "C:\Windows\Temp\pip-install-r4enkgow\future_cd4b92555cb648cfa6b097de06741eef\setup.py", line 93, in <module>
          import src.future
      ModuleNotFoundError: No module named 'src'
      ----------------------------------------
    WARNING: Discarding https://files.pythonhosted.org/packages/d6/c1/3e8cee376151bd70744e7f1290212f887333323f260da22eb834c709d236/future-0.14.2.tar.gz#sha256=1af14fadd7779520345b4376ca24c4ff16fe9e59cbfb453dfe7a3e44fe76a1f7 (from https://pypi.org/simple/future/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
    
      Using cached future-0.14.1.tar.gz (940 kB)
    
      Preparing metadata (setup.py): started
    
      Preparing metadata (setup.py): finished with status 'error'
    
      ERROR: Command errored out with exit status 1:
       command: 'C:\Users\rober\AppData\Local\Programs\napari\python\python.exe' -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Windows\\Temp\\pip-install-r4enkgow\\future_54fbe56c94ea403a846370a2ea290eec\\setup.py'"'"'; __file__='"'"'C:\\Windows\\Temp\\pip-install-r4enkgow\\future_54fbe56c94ea403a846370a2ea290eec\\setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Windows\Temp\pip-pip-egg-info-pa6l3bsc'
           cwd: C:\Windows\Temp\pip-install-r4enkgow\future_54fbe56c94ea403a846370a2ea290eec\
      Complete output (5 lines):
      Traceback (most recent call last):
        File "<string>", line 1, in <module>
        File "C:\Windows\Temp\pip-install-r4enkgow\future_54fbe56c94ea403a846370a2ea290eec\setup.py", line 93, in <module>
          import src.future
      ModuleNotFoundError: No module named 'src'
      ----------------------------------------
    WARNING: Discarding https://files.pythonhosted.org/packages/dc/a6/57718937bc25e602367d82ff86a6689b677f18e29e30ff9bab58cc17f5dc/future-0.14.1.tar.gz#sha256=854d893d57b894193169c65661884fd318d6e106ae84c1fb9f30604d89ee9de1 (from https://pypi.org/simple/future/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
    
      Using cached future-0.14.0.tar.gz (936 kB)
    
      Preparing metadata (setup.py): started
    
      Preparing metadata (setup.py): finished with status 'error'
    
      ERROR: Command errored out with exit status 1:
       command: 'C:\Users\rober\AppData\Local\Programs\napari\python\python.exe' -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Windows\\Temp\\pip-install-r4enkgow\\future_a6183acc097141549fa62b44262141b6\\setup.py'"'"'; __file__='"'"'C:\\Windows\\Temp\\pip-install-r4enkgow\\future_a6183acc097141549fa62b44262141b6\\setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Windows\Temp\pip-pip-egg-info-_va4hpw7'
           cwd: C:\Windows\Temp\pip-install-r4enkgow\future_a6183acc097141549fa62b44262141b6\
      Complete output (5 lines):
      Traceback (most recent call last):
        File "<string>", line 1, in <module>
        File "C:\Windows\Temp\pip-install-r4enkgow\future_a6183acc097141549fa62b44262141b6\setup.py", line 93, in <module>
          import src.future
      ModuleNotFoundError: No module named 'src'
      ----------------------------------------
    WARNING: Discarding https://files.pythonhosted.org/packages/4b/ab/3e42d1f0227e3a23d02338506e24007a1d9c21bda028735efb19285578f9/future-0.14.0.tar.gz#sha256=af25a0ee915d8d8720d8fe8b4516e55ac27f354d5d57af3c900757f4b6ccca8c (from https://pypi.org/simple/future/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
    
      Using cached future-0.13.1.tar.gz (893 kB)
    
      Preparing metadata (setup.py): started
    
      Preparing metadata (setup.py): finished with status 'error'
    
      ERROR: Command errored out with exit status 1:
       command: 'C:\Users\rober\AppData\Local\Programs\napari\python\python.exe' -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Windows\\Temp\\pip-install-r4enkgow\\future_11e64501316944d9a5d2042bf5b1d209\\setup.py'"'"'; __file__='"'"'C:\\Windows\\Temp\\pip-install-r4enkgow\\future_11e64501316944d9a5d2042bf5b1d209\\setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Windows\Temp\pip-pip-egg-info-r190x6vr'
           cwd: C:\Windows\Temp\pip-install-r4enkgow\future_11e64501316944d9a5d2042bf5b1d209\
      Complete output (5 lines):
      Traceback (most recent call last):
        File "<string>", line 1, in <module>
        File "C:\Windows\Temp\pip-install-r4enkgow\future_11e64501316944d9a5d2042bf5b1d209\setup.py", line 10, in <module>
          import future
      ModuleNotFoundError: No module named 'future'
      ----------------------------------------
    WARNING: Discarding https://files.pythonhosted.org/packages/b4/e6/07e207c894654762689a37c1b697c16aee1360df6eeafcbd66d3a16b9812/future-0.13.1.tar.gz#sha256=6e91722eaec7d9324ac1060858f5211f822fea698b1f88492aa91d08fc2a62e2 (from https://pypi.org/simple/future/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
    
      Using cached future-0.13.0.tar.gz (898 kB)
    
      Preparing metadata (setup.py): started
    
      Preparing metadata (setup.py): finished with status 'error'
    
      ERROR: Command errored out with exit status 1:
       command: 'C:\Users\rober\AppData\Local\Programs\napari\python\python.exe' -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Windows\\Temp\\pip-install-r4enkgow\\future_7944171f40f84c51baba3c346ddd3935\\setup.py'"'"'; __file__='"'"'C:\\Windows\\Temp\\pip-install-r4enkgow\\future_7944171f40f84c51baba3c346ddd3935\\setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Windows\Temp\pip-pip-egg-info-tngzxmbj'
           cwd: C:\Windows\Temp\pip-install-r4enkgow\future_7944171f40f84c51baba3c346ddd3935\
      Complete output (5 lines):
      Traceback (most recent call last):
        File "<string>", line 1, in <module>
        File "C:\Windows\Temp\pip-install-r4enkgow\future_7944171f40f84c51baba3c346ddd3935\setup.py", line 10, in <module>
          import future
      ModuleNotFoundError: No module named 'future'
      ----------------------------------------
    WARNING: Discarding https://files.pythonhosted.org/packages/08/94/9f023d3443f00f62d5f3e44e6daaef059bd28300d92d59c60bedfdc298da/future-0.13.0.tar.gz#sha256=7fb75607a7a2af3aa975a39373dc7b5db7edbc4e37d54065e6a04b1d4a1bc2c8 (from https://pypi.org/simple/future/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
    
      Using cached future-0.12.4.tar.gz (840 kB)
    
      Preparing metadata (setup.py): started
    
      Preparing metadata (setup.py): finished with status 'error'
    
      ERROR: Command errored out with exit status 1:
       command: 'C:\Users\rober\AppData\Local\Programs\napari\python\python.exe' -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Windows\\Temp\\pip-install-r4enkgow\\future_8d4f4a9048464ec8bb6ce1a3af4fc496\\setup.py'"'"'; __file__='"'"'C:\\Windows\\Temp\\pip-install-r4enkgow\\future_8d4f4a9048464ec8bb6ce1a3af4fc496\\setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Windows\Temp\pip-pip-egg-info-ixtedybj'
           cwd: C:\Windows\Temp\pip-install-r4enkgow\future_8d4f4a9048464ec8bb6ce1a3af4fc496\
      Complete output (5 lines):
      Traceback (most recent call last):
        File "<string>", line 1, in <module>
        File "C:\Windows\Temp\pip-install-r4enkgow\future_8d4f4a9048464ec8bb6ce1a3af4fc496\setup.py", line 10, in <module>
          import future
      ModuleNotFoundError: No module named 'future'
      ----------------------------------------
    WARNING: Discarding https://files.pythonhosted.org/packages/ea/a9/8f9d4a952a681b860b4d08759dc3fa768b8d611c72048497c872bee6e54b/future-0.12.4.tar.gz#sha256=d5767f16a6c739c4829eb465abbd33f36cf4b8668e575cf1ec56949027030eaa (from https://pypi.org/simple/future/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
    
      Using cached future-0.12.3.tar.gz (843 kB)
    
      Preparing metadata (setup.py): started
    
      Preparing metadata (setup.py): finished with status 'error'
    
      ERROR: Command errored out with exit status 1:
       command: 'C:\Users\rober\AppData\Local\Programs\napari\python\python.exe' -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Windows\\Temp\\pip-install-r4enkgow\\future_24f4997302b74106bf5dcbf2dcee8f52\\setup.py'"'"'; __file__='"'"'C:\\Windows\\Temp\\pip-install-r4enkgow\\future_24f4997302b74106bf5dcbf2dcee8f52\\setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Windows\Temp\pip-pip-egg-info-7h9r50zf'
           cwd: C:\Windows\Temp\pip-install-r4enkgow\future_24f4997302b74106bf5dcbf2dcee8f52\
      Complete output (5 lines):
      Traceback (most recent call last):
        File "<string>", line 1, in <module>
        File "C:\Windows\Temp\pip-install-r4enkgow\future_24f4997302b74106bf5dcbf2dcee8f52\setup.py", line 10, in <module>
          import future
      ModuleNotFoundError: No module named 'future'
      ----------------------------------------
    WARNING: Discarding https://files.pythonhosted.org/packages/ac/7f/f925ed0e29af42ed3273a1eceaf90b9c3d6bd51bca8aaba49725e9c0d9b5/future-0.12.3.tar.gz#sha256=39e254b43f135575a94092766ef17c507f9339419422a820f8128414d040f7f4 (from https://pypi.org/simple/future/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
    
      Using cached future-0.12.2.tar.gz (555 kB)
    
      Preparing metadata (setup.py): started
    
      Preparing metadata (setup.py): finished with status 'error'
      ERROR: Command errored out with exit status 1:
       command: 'C:\Users\rober\AppData\Local\Programs\napari\python\python.exe' -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Windows\\Temp\\pip-install-r4enkgow\\future_30ebef07a9b24b208764fdc4986f09cd\\setup.py'"'"'; __file__='"'"'C:\\Windows\\Temp\\pip-install-r4enkgow\\future_30ebef07a9b24b208764fdc4986f09cd\\setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Windows\Temp\pip-pip-egg-info-l1h5tqq4'
           cwd: C:\Windows\Temp\pip-install-r4enkgow\future_30ebef07a9b24b208764fdc4986f09cd\
      Complete output (5 lines):
      Traceback (most recent call last):
        File "<string>", line 1, in <module>
        File "C:\Windows\Temp\pip-install-r4enkgow\future_30ebef07a9b24b208764fdc4986f09cd\setup.py", line 10, in <module>
          import future
      ModuleNotFoundError: No module named 'future'
      ----------------------------------------
    
    WARNING: Discarding https://files.pythonhosted.org/packages/9d/47/5cdb58d1ce9035d6f6b4bde347354f262d2cddd568c51c3053baa88fc59d/future-0.12.2.tar.gz#sha256=b5ef01195260bbd302e4bb565c0915f62e2c18331a43c45ae0838f378ae8b0c6 (from https://pypi.org/simple/future/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
    
      Using cached future-0.12.1.tar.gz (554 kB)
    
      Preparing metadata (setup.py): started
    
      Preparing metadata (setup.py): finished with status 'error'
    
      ERROR: Command errored out with exit status 1:
       command: 'C:\Users\rober\AppData\Local\Programs\napari\python\python.exe' -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Windows\\Temp\\pip-install-r4enkgow\\future_35b85ae7e5b64fbc9193ce801ebff40e\\setup.py'"'"'; __file__='"'"'C:\\Windows\\Temp\\pip-install-r4enkgow\\future_35b85ae7e5b64fbc9193ce801ebff40e\\setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Windows\Temp\pip-pip-egg-info-kf728n76'
           cwd: C:\Windows\Temp\pip-install-r4enkgow\future_35b85ae7e5b64fbc9193ce801ebff40e\
      Complete output (5 lines):
      Traceback (most recent call last):
        File "<string>", line 1, in <module>
        File "C:\Windows\Temp\pip-install-r4enkgow\future_35b85ae7e5b64fbc9193ce801ebff40e\setup.py", line 10, in <module>
          import future
      ModuleNotFoundError: No module named 'future'
      ----------------------------------------
    WARNING: Discarding https://files.pythonhosted.org/packages/db/74/22c98655ae91486061cd2fe3058bd8a8422e213a36d3ae315bef023d062b/future-0.12.1.tar.gz#sha256=3ae3e71387b6b3669228f60608025b6405bb8f1b2410f945d3fc85e4f2bf71dc (from https://pypi.org/simple/future/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
    
      Using cached future-0.12.0.tar.gz (553 kB)
    
      Preparing metadata (setup.py): started
    
      Preparing metadata (setup.py): finished with status 'error'
    
      ERROR: Command errored out with exit status 1:
       command: 'C:\Users\rober\AppData\Local\Programs\napari\python\python.exe' -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Windows\\Temp\\pip-install-r4enkgow\\future_3989e22f07d945bc82316c3ccd6b4678\\setup.py'"'"'; __file__='"'"'C:\\Windows\\Temp\\pip-install-r4enkgow\\future_3989e22f07d945bc82316c3ccd6b4678\\setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Windows\Temp\pip-pip-egg-info-yfv_7yvo'
           cwd: C:\Windows\Temp\pip-install-r4enkgow\future_3989e22f07d945bc82316c3ccd6b4678\
      Complete output (5 lines):
      Traceback (most recent call last):
        File "<string>", line 1, in <module>
        File "C:\Windows\Temp\pip-install-r4enkgow\future_3989e22f07d945bc82316c3ccd6b4678\setup.py", line 10, in <module>
          import future
      ModuleNotFoundError: No module named 'future'
      ----------------------------------------
    WARNING: Discarding https://files.pythonhosted.org/packages/02/f8/f284a56149af9e72da9605cb178175f4acdfedc4655aabee19a138acd6fe/future-0.12.0.tar.gz#sha256=bc49f4ccd55b289234b09bb4b4b2ab8017ce91845f7013a9b5daa3f25855794e (from https://pypi.org/simple/future/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
    
      Using cached future-0.11.4.tar.gz (331 kB)
    
      Preparing metadata (setup.py): started
    
      Preparing metadata (setup.py): finished with status 'error'
    
      ERROR: Command errored out with exit status 1:
       command: 'C:\Users\rober\AppData\Local\Programs\napari\python\python.exe' -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Windows\\Temp\\pip-install-r4enkgow\\future_985f28b3beb245beafa10ea1a7fd82a9\\setup.py'"'"'; __file__='"'"'C:\\Windows\\Temp\\pip-install-r4enkgow\\future_985f28b3beb245beafa10ea1a7fd82a9\\setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Windows\Temp\pip-pip-egg-info-1m2r5z2k'
           cwd: C:\Windows\Temp\pip-install-r4enkgow\future_985f28b3beb245beafa10ea1a7fd82a9\
      Complete output (5 lines):
      Traceback (most recent call last):
        File "<string>", line 1, in <module>
        File "C:\Windows\Temp\pip-install-r4enkgow\future_985f28b3beb245beafa10ea1a7fd82a9\setup.py", line 10, in <module>
          import future
      ModuleNotFoundError: No module named 'future'
      ----------------------------------------
    WARNING: Discarding https://files.pythonhosted.org/packages/9e/be/c3adca8bdf3e452622e085e0cf9cb5c9f45e9e14a8ff77f7e7ae9cd34604/future-0.11.4.tar.gz#sha256=e9ba55f1ebfb0d99fdf8545df77a60ffe6a04f699f3525d2a5911462b6e2a531 (from https://pypi.org/simple/future/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
    
      Using cached future-0.11.3.tar.gz (329 kB)
    
      Preparing metadata (setup.py): started
    
      Preparing metadata (setup.py): finished with status 'error'
    
      ERROR: Command errored out with exit status 1:
       command: 'C:\Users\rober\AppData\Local\Programs\napari\python\python.exe' -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Windows\\Temp\\pip-install-r4enkgow\\future_04231253bfef45f5a8d17d6e3689fcac\\setup.py'"'"'; __file__='"'"'C:\\Windows\\Temp\\pip-install-r4enkgow\\future_04231253bfef45f5a8d17d6e3689fcac\\setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Windows\Temp\pip-pip-egg-info-dct65my0'
           cwd: C:\Windows\Temp\pip-install-r4enkgow\future_04231253bfef45f5a8d17d6e3689fcac\
      Complete output (5 lines):
      Traceback (most recent call last):
        File "<string>", line 1, in <module>
        File "C:\Windows\Temp\pip-install-r4enkgow\future_04231253bfef45f5a8d17d6e3689fcac\setup.py", line 10, in <module>
          import future
      ModuleNotFoundError: No module named 'future'
      ----------------------------------------
    WARNING: Discarding https://files.pythonhosted.org/packages/48/04/0f72f4e005490d07b25ce5b8ac023ecf4bfb2d38ece2bc55b0f03f1ae45d/future-0.11.3.tar.gz#sha256=8f4cc0ad30918e01a9ed054d062d1be28419a0c0eb03afd502775fdf07e32000 (from https://pypi.org/simple/future/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
    
      Using cached future-0.11.2.tar.gz (321 kB)
    
      Preparing metadata (setup.py): started
    
      Preparing metadata (setup.py): finished with status 'error'
    
      ERROR: Command errored out with exit status 1:
       command: 'C:\Users\rober\AppData\Local\Programs\napari\python\python.exe' -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Windows\\Temp\\pip-install-r4enkgow\\future_f5b84b0334e94405a0c8571862ecb536\\setup.py'"'"'; __file__='"'"'C:\\Windows\\Temp\\pip-install-r4enkgow\\future_f5b84b0334e94405a0c8571862ecb536\\setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Windows\Temp\pip-pip-egg-info-o_071bd7'
           cwd: C:\Windows\Temp\pip-install-r4enkgow\future_f5b84b0334e94405a0c8571862ecb536\
      Complete output (5 lines):
      Traceback (most recent call last):
        File "<string>", line 1, in <module>
        File "C:\Windows\Temp\pip-install-r4enkgow\future_f5b84b0334e94405a0c8571862ecb536\setup.py", line 10, in <module>
          import future
      ModuleNotFoundError: No module named 'future'
      ----------------------------------------
    WARNING: Discarding https://files.pythonhosted.org/packages/fe/4a/5697d5a9681607f9c34b87af13782cb8eb832bc3a4ea2747b9433a2d7e52/future-0.11.2.tar.gz#sha256=b2465f2d14acc3b279d1e6fab9bd8b2e89992c9ddaad37cdf10347a5ee14369a (from https://pypi.org/simple/future/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
    
      Using cached future-0.11.1.tar.gz (321 kB)
    
      Preparing metadata (setup.py): started
    
      Preparing metadata (setup.py): finished with status 'error'
    
      ERROR: Command errored out with exit status 1:
       command: 'C:\Users\rober\AppData\Local\Programs\napari\python\python.exe' -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Windows\\Temp\\pip-install-r4enkgow\\future_62b86a4e94e848f1ad774fb4dbd46e0f\\setup.py'"'"'; __file__='"'"'C:\\Windows\\Temp\\pip-install-r4enkgow\\future_62b86a4e94e848f1ad774fb4dbd46e0f\\setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Windows\Temp\pip-pip-egg-info-h8byn_jo'
           cwd: C:\Windows\Temp\pip-install-r4enkgow\future_62b86a4e94e848f1ad774fb4dbd46e0f\
      Complete output (5 lines):
      Traceback (most recent call last):
        File "<string>", line 1, in <module>
        File "C:\Windows\Temp\pip-install-r4enkgow\future_62b86a4e94e848f1ad774fb4dbd46e0f\setup.py", line 10, in <module>
          import future
      ModuleNotFoundError: No module named 'future'
      ----------------------------------------
    WARNING: Discarding https://files.pythonhosted.org/packages/50/ee/213a1d99b19b9b37e26698ef20b704a27bfaaa7fd98de67464f15f36af1c/future-0.11.1.tar.gz#sha256=b19d1ae9b78b9f3c13c82fcf81dac73c8d04cd435f4040cbc7ac36e4ebf01655 (from https://pypi.org/simple/future/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
    
      Using cached future-0.11.0.tar.gz (322 kB)
    
      Preparing metadata (setup.py): started
    
      Preparing metadata (setup.py): finished with status 'error'
    
      ERROR: Command errored out with exit status 1:
       command: 'C:\Users\rober\AppData\Local\Programs\napari\python\python.exe' -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Windows\\Temp\\pip-install-r4enkgow\\future_4afd6d9409cc4aefaa8a8387fc3bcd6a\\setup.py'"'"'; __file__='"'"'C:\\Windows\\Temp\\pip-install-r4enkgow\\future_4afd6d9409cc4aefaa8a8387fc3bcd6a\\setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Windows\Temp\pip-pip-egg-info-4qhp0rqy'
           cwd: C:\Windows\Temp\pip-install-r4enkgow\future_4afd6d9409cc4aefaa8a8387fc3bcd6a\
      Complete output (5 lines):
      Traceback (most recent call last):
        File "<string>", line 1, in <module>
        File "C:\Windows\Temp\pip-install-r4enkgow\future_4afd6d9409cc4aefaa8a8387fc3bcd6a\setup.py", line 10, in <module>
          import future
      ModuleNotFoundError: No module named 'future'
      ----------------------------------------
    WARNING: Discarding https://files.pythonhosted.org/packages/5e/05/b1c3543d934e289d879e91a5ba4d8d53dd97f794a23c555b13757b2c6bf6/future-0.11.0.tar.gz#sha256=2e6765f781b7f00c6485702f15c212e4cbf4c5c9ab5dc2ee9097437ef870598b (from https://pypi.org/simple/future/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
    
      Using cached future-0.10.2.tar.gz (277 kB)
    
      Preparing metadata (setup.py): started
    
      Preparing metadata (setup.py): finished with status 'error'
    
      ERROR: Command errored out with exit status 1:
       command: 'C:\Users\rober\AppData\Local\Programs\napari\python\python.exe' -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Windows\\Temp\\pip-install-r4enkgow\\future_de4bce4fad8745f6ab7dce7a9cf6b03c\\setup.py'"'"'; __file__='"'"'C:\\Windows\\Temp\\pip-install-r4enkgow\\future_de4bce4fad8745f6ab7dce7a9cf6b03c\\setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Windows\Temp\pip-pip-egg-info-pa3msqde'
           cwd: C:\Windows\Temp\pip-install-r4enkgow\future_de4bce4fad8745f6ab7dce7a9cf6b03c\
      Complete output (5 lines):
      Traceback (most recent call last):
        File "<string>", line 1, in <module>
        File "C:\Windows\Temp\pip-install-r4enkgow\future_de4bce4fad8745f6ab7dce7a9cf6b03c\setup.py", line 10, in <module>
          import future
      ModuleNotFoundError: No module named 'future'
      ----------------------------------------
    WARNING: Discarding https://files.pythonhosted.org/packages/4b/26/efbffa48a3ddd910c039b62fdc1b619f1e995eeff46a895ac14f7accafb8/future-0.10.2.tar.gz#sha256=36dddb829d358fcb4368e0b73cfcefda3c7a8eceb01323f0f9ef4d83b13f666b (from https://pypi.org/simple/future/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
    
      Using cached future-0.10.1.tar.gz (272 kB)
    
      Preparing metadata (setup.py): started
    
      Preparing metadata (setup.py): finished with status 'error'
    
      ERROR: Command errored out with exit status 1:
       command: 'C:\Users\rober\AppData\Local\Programs\napari\python\python.exe' -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Windows\\Temp\\pip-install-r4enkgow\\future_9292eb6babca40d2b1dea02a54d4c773\\setup.py'"'"'; __file__='"'"'C:\\Windows\\Temp\\pip-install-r4enkgow\\future_9292eb6babca40d2b1dea02a54d4c773\\setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Windows\Temp\pip-pip-egg-info-i48ppok8'
           cwd: C:\Windows\Temp\pip-install-r4enkgow\future_9292eb6babca40d2b1dea02a54d4c773\
      Complete output (5 lines):
      Traceback (most recent call last):
        File "<string>", line 1, in <module>
        File "C:\Windows\Temp\pip-install-r4enkgow\future_9292eb6babca40d2b1dea02a54d4c773\setup.py", line 10, in <module>
          import future
      ModuleNotFoundError: No module named 'future'
      ----------------------------------------
    WARNING: Discarding https://files.pythonhosted.org/packages/c9/77/a67f45ce02080d57bb6da0577e85cfcde8bf155c90dbedbcd4d43d21591a/future-0.10.1.tar.gz#sha256=d703b41f14cb513de560a2ec2583b95f70e664411747e9c37f90b93c3045477d (from https://pypi.org/simple/future/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
    
      Using cached future-0.10.0.tar.gz (271 kB)
    
      Preparing metadata (setup.py): started
    
      Preparing metadata (setup.py): finished with status 'error'
    
      ERROR: Command errored out with exit status 1:
       command: 'C:\Users\rober\AppData\Local\Programs\napari\python\python.exe' -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Windows\\Temp\\pip-install-r4enkgow\\future_405748e2d6cf45ce93042291146940a2\\setup.py'"'"'; __file__='"'"'C:\\Windows\\Temp\\pip-install-r4enkgow\\future_405748e2d6cf45ce93042291146940a2\\setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Windows\Temp\pip-pip-egg-info-t3ye3wft'
           cwd: C:\Windows\Temp\pip-install-r4enkgow\future_405748e2d6cf45ce93042291146940a2\
      Complete output (5 lines):
      Traceback (most recent call last):
        File "<string>", line 1, in <module>
        File "C:\Windows\Temp\pip-install-r4enkgow\future_405748e2d6cf45ce93042291146940a2\setup.py", line 10, in <module>
          import future
      ModuleNotFoundError: No module named 'future'
      ----------------------------------------
    WARNING: Discarding https://files.pythonhosted.org/packages/14/7b/a841b12ed2fd1da2db3833943a077acc7882a5657bb0cdfab6a22f9ed2c4/future-0.10.0.tar.gz#sha256=583cc8cdf60de925e8ac2b1c53476bdae1e880724250f5b818f75b59ead0b1be (from https://pypi.org/simple/future/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
    
      Using cached future-0.9.0.tar.gz (267 kB)
    
      Preparing metadata (setup.py): started
    
      Preparing metadata (setup.py): finished with status 'error'
    
      ERROR: Command errored out with exit status 1:
       command: 'C:\Users\rober\AppData\Local\Programs\napari\python\python.exe' -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Windows\\Temp\\pip-install-r4enkgow\\future_7b0b949ce7344312904f2d4ed32093a9\\setup.py'"'"'; __file__='"'"'C:\\Windows\\Temp\\pip-install-r4enkgow\\future_7b0b949ce7344312904f2d4ed32093a9\\setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Windows\Temp\pip-pip-egg-info-xr435xqr'
           cwd: C:\Windows\Temp\pip-install-r4enkgow\future_7b0b949ce7344312904f2d4ed32093a9\
      Complete output (5 lines):
      Traceback (most recent call last):
        File "<string>", line 1, in <module>
        File "C:\Windows\Temp\pip-install-r4enkgow\future_7b0b949ce7344312904f2d4ed32093a9\setup.py", line 10, in <module>
          import future
      ModuleNotFoundError: No module named 'future'
      ----------------------------------------
    WARNING: Discarding https://files.pythonhosted.org/packages/f7/19/0a60b692f34dae382bff5ca243dd5727b0205d8ee7ace62dee8348e5751e/future-0.9.0.tar.gz#sha256=78d83fd71340d0f443bda0f4ee088dc1aa273154c0a2d9103fb7a1924256ac85 (from https://pypi.org/simple/future/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
    
      Using cached future-0.8.2.tar.gz (238 kB)
    
      Preparing metadata (setup.py): started
    
      Preparing metadata (setup.py): finished with status 'error'
    
      ERROR: Command errored out with exit status 1:
       command: 'C:\Users\rober\AppData\Local\Programs\napari\python\python.exe' -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Windows\\Temp\\pip-install-r4enkgow\\future_04596de506eb4e85b9f150431c6ab785\\setup.py'"'"'; __file__='"'"'C:\\Windows\\Temp\\pip-install-r4enkgow\\future_04596de506eb4e85b9f150431c6ab785\\setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Windows\Temp\pip-pip-egg-info-mrffig20'
           cwd: C:\Windows\Temp\pip-install-r4enkgow\future_04596de506eb4e85b9f150431c6ab785\
      Complete output (5 lines):
      Traceback (most recent call last):
        File "<string>", line 1, in <module>
        File "C:\Windows\Temp\pip-install-r4enkgow\future_04596de506eb4e85b9f150431c6ab785\setup.py", line 10, in <module>
          import future
      ModuleNotFoundError: No module named 'future'
      ----------------------------------------
    WARNING: Discarding https://files.pythonhosted.org/packages/39/62/85c024887fe4c3740856e4ee5b7fa69f73fe4e3edce06f7435d90dc5fbdf/future-0.8.2.tar.gz#sha256=a96597d95a60ffcd874d5e53df78e96e1a1fddaeb15e6960bd2cce8ae48c6d4d (from https://pypi.org/simple/future/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
    
      Using cached future-0.8.1.tar.gz (237 kB)
    
      Preparing metadata (setup.py): started
    
      Preparing metadata (setup.py): finished with status 'error'
    
      ERROR: Command errored out with exit status 1:
       command: 'C:\Users\rober\AppData\Local\Programs\napari\python\python.exe' -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Windows\\Temp\\pip-install-r4enkgow\\future_e1b0fecd65e7483baa290712967062a5\\setup.py'"'"'; __file__='"'"'C:\\Windows\\Temp\\pip-install-r4enkgow\\future_e1b0fecd65e7483baa290712967062a5\\setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Windows\Temp\pip-pip-egg-info-9rqt40ej'
           cwd: C:\Windows\Temp\pip-install-r4enkgow\future_e1b0fecd65e7483baa290712967062a5\
      Complete output (5 lines):
      Traceback (most recent call last):
        File "<string>", line 1, in <module>
        File "C:\Windows\Temp\pip-install-r4enkgow\future_e1b0fecd65e7483baa290712967062a5\setup.py", line 10, in <module>
          import future
      ModuleNotFoundError: No module named 'future'
      ----------------------------------------
    WARNING: Discarding https://files.pythonhosted.org/packages/2f/b1/202444d6c09a6d7af12fe2a8aa1ca82231497fbd3c4db0851c13af773ad1/future-0.8.1.tar.gz#sha256=1ec83ca5d540b2186962367a50677c30669a3f2f3fbc1a25d41606c9181520ba (from https://pypi.org/simple/future/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
    
      Using cached future-0.8.0.tar.gz (230 kB)
    
      Preparing metadata (setup.py): started
    
      Preparing metadata (setup.py): finished with status 'error'
    
      ERROR: Command errored out with exit status 1:
       command: 'C:\Users\rober\AppData\Local\Programs\napari\python\python.exe' -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Windows\\Temp\\pip-install-r4enkgow\\future_b59623745cc74a4bb2cc4479ceeb49fc\\setup.py'"'"'; __file__='"'"'C:\\Windows\\Temp\\pip-install-r4enkgow\\future_b59623745cc74a4bb2cc4479ceeb49fc\\setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Windows\Temp\pip-pip-egg-info-80y4uvie'
           cwd: C:\Windows\Temp\pip-install-r4enkgow\future_b59623745cc74a4bb2cc4479ceeb49fc\
      Complete output (5 lines):
      Traceback (most recent call last):
        File "<string>", line 1, in <module>
        File "C:\Windows\Temp\pip-install-r4enkgow\future_b59623745cc74a4bb2cc4479ceeb49fc\setup.py", line 10, in <module>
          import future
      ModuleNotFoundError: No module named 'future'
      ----------------------------------------
    WARNING: Discarding https://files.pythonhosted.org/packages/57/57/970dcbc3d2ea887f286a4d3caa03ad772fba910de2bb0da83a3b960614aa/future-0.8.0.tar.gz#sha256=b567816dc752bb32881dc25b87ecdaeee12f38ee03cd4b35edbc55495efcd946 (from https://pypi.org/simple/future/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
    
      Using cached future-0.7.0.tar.gz (229 kB)
    
      Preparing metadata (setup.py): started
    
      Preparing metadata (setup.py): finished with status 'error'
    
      ERROR: Command errored out with exit status 1:
       command: 'C:\Users\rober\AppData\Local\Programs\napari\python\python.exe' -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Windows\\Temp\\pip-install-r4enkgow\\future_add1c17b18764032a6c20bc9807c789f\\setup.py'"'"'; __file__='"'"'C:\\Windows\\Temp\\pip-install-r4enkgow\\future_add1c17b18764032a6c20bc9807c789f\\setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Windows\Temp\pip-pip-egg-info-5xvb80em'
           cwd: C:\Windows\Temp\pip-install-r4enkgow\future_add1c17b18764032a6c20bc9807c789f\
      Complete output (5 lines):
      Traceback (most recent call last):
        File "<string>", line 1, in <module>
        File "C:\Windows\Temp\pip-install-r4enkgow\future_add1c17b18764032a6c20bc9807c789f\setup.py", line 10, in <module>
          import future
      ModuleNotFoundError: No module named 'future'
      ----------------------------------------
    WARNING: Discarding https://files.pythonhosted.org/packages/02/d7/f598e05b40dab77125a08d79409e2993b464a72bd8f6e30748fb25c8d2ff/future-0.7.0.tar.gz#sha256=7268b0ef5db1b4fe9eb8b77556695868fb8a96a026bb387b359d5287d0c9395f (from https://pypi.org/simple/future/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
    
      Using cached future-0.6.0.tar.gz (221 kB)
    
      Preparing metadata (setup.py): started
    
      Preparing metadata (setup.py): finished with status 'error'
    
      ERROR: Command errored out with exit status 1:
       command: 'C:\Users\rober\AppData\Local\Programs\napari\python\python.exe' -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Windows\\Temp\\pip-install-r4enkgow\\future_ba1e72e97e72444892e8e2508622d43e\\setup.py'"'"'; __file__='"'"'C:\\Windows\\Temp\\pip-install-r4enkgow\\future_ba1e72e97e72444892e8e2508622d43e\\setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Windows\Temp\pip-pip-egg-info-cvuzlbnr'
           cwd: C:\Windows\Temp\pip-install-r4enkgow\future_ba1e72e97e72444892e8e2508622d43e\
      Complete output (5 lines):
      Traceback (most recent call last):
        File "<string>", line 1, in <module>
        File "C:\Windows\Temp\pip-install-r4enkgow\future_ba1e72e97e72444892e8e2508622d43e\setup.py", line 10, in <module>
          import future
      ModuleNotFoundError: No module named 'future'
      ----------------------------------------
    WARNING: Discarding https://files.pythonhosted.org/packages/1f/b8/b1c98f9a79016720b87516e83281278c470140a15621531ab32b13ffe243/future-0.6.0.tar.gz#sha256=2e7ae9fafea7df29b834300ed6d7e702c9794b7662506c7142305ee6fde33d07 (from https://pypi.org/simple/future/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
    
      Using cached future-0.5.2.tar.gz (221 kB)
    
      Preparing metadata (setup.py): started
    
      Preparing metadata (setup.py): finished with status 'error'
    
      ERROR: Command errored out with exit status 1:
       command: 'C:\Users\rober\AppData\Local\Programs\napari\python\python.exe' -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Windows\\Temp\\pip-install-r4enkgow\\future_4353d4820fe2418eb390c7e961792300\\setup.py'"'"'; __file__='"'"'C:\\Windows\\Temp\\pip-install-r4enkgow\\future_4353d4820fe2418eb390c7e961792300\\setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Windows\Temp\pip-pip-egg-info-5tvki0pj'
           cwd: C:\Windows\Temp\pip-install-r4enkgow\future_4353d4820fe2418eb390c7e961792300\
      Complete output (5 lines):
      Traceback (most recent call last):
        File "<string>", line 1, in <module>
        File "C:\Windows\Temp\pip-install-r4enkgow\future_4353d4820fe2418eb390c7e961792300\setup.py", line 10, in <module>
          import future
      ModuleNotFoundError: No module named 'future'
      ----------------------------------------
    WARNING: Discarding https://files.pythonhosted.org/packages/6a/f5/79aed4c3961bd5a33ed259a6d700dfb91cddde963c03f1e0f5fe8c4f9800/future-0.5.2.tar.gz#sha256=eb68b4fd25a753f04454223fcfaf8eadab30ce5ab16bfabefd183fd1a17a0eb0 (from https://pypi.org/simple/future/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
    
      Using cached future-0.5.1.tar.gz (224 kB)
    
      Preparing metadata (setup.py): started
    
      Preparing metadata (setup.py): finished with status 'error'
    
      ERROR: Command errored out with exit status 1:
       command: 'C:\Users\rober\AppData\Local\Programs\napari\python\python.exe' -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Windows\\Temp\\pip-install-r4enkgow\\future_8cd840d11ae94054a2578808922d12f3\\setup.py'"'"'; __file__='"'"'C:\\Windows\\Temp\\pip-install-r4enkgow\\future_8cd840d11ae94054a2578808922d12f3\\setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Windows\Temp\pip-pip-egg-info-t_wpope2'
           cwd: C:\Windows\Temp\pip-install-r4enkgow\future_8cd840d11ae94054a2578808922d12f3\
      Complete output (5 lines):
      Traceback (most recent call last):
        File "<string>", line 1, in <module>
        File "C:\Windows\Temp\pip-install-r4enkgow\future_8cd840d11ae94054a2578808922d12f3\setup.py", line 10, in <module>
          import future
      ModuleNotFoundError: No module named 'future'
      ----------------------------------------
    WARNING: Discarding https://files.pythonhosted.org/packages/bd/f1/3969374107374de0133022284302829ce57bb3aae40d3652954725c730d4/future-0.5.1.tar.gz#sha256=f8020c7b3b6bccdd2ca825f1e856e3c090c46d1955c78549113a936dea4d3011 (from https://pypi.org/simple/future/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
    
      Using cached future-0.5.0.tar.gz (208 kB)
    
      Preparing metadata (setup.py): started
    
      Preparing metadata (setup.py): finished with status 'error'
    
      ERROR: Command errored out with exit status 1:
       command: 'C:\Users\rober\AppData\Local\Programs\napari\python\python.exe' -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Windows\\Temp\\pip-install-r4enkgow\\future_0a945c7b23b94e2ba513493e45d554d3\\setup.py'"'"'; __file__='"'"'C:\\Windows\\Temp\\pip-install-r4enkgow\\future_0a945c7b23b94e2ba513493e45d554d3\\setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Windows\Temp\pip-pip-egg-info-tjcmct4k'
           cwd: C:\Windows\Temp\pip-install-r4enkgow\future_0a945c7b23b94e2ba513493e45d554d3\
      Complete output (5 lines):
      Traceback (most recent call last):
        File "<string>", line 1, in <module>
        File "C:\Windows\Temp\pip-install-r4enkgow\future_0a945c7b23b94e2ba513493e45d554d3\setup.py", line 10, in <module>
          import future
      ModuleNotFoundError: No module named 'future'
      ----------------------------------------
    WARNING: Discarding https://files.pythonhosted.org/packages/19/af/6e9bcbd4d75c0529e01951cdcc5d4ceea2ff5503c166eceb829c938442b4/future-0.5.0.tar.gz#sha256=d9c4294ae110a8e2c5509a0229d026831a25d3f5c44cb0c5d1b36a96af8a80e8 (from https://pypi.org/simple/future/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
    
      Using cached future-0.4.1.tar.gz (213 kB)
    
      Preparing metadata (setup.py): started
    
      Preparing metadata (setup.py): finished with status 'error'
    
      ERROR: Command errored out with exit status 1:
       command: 'C:\Users\rober\AppData\Local\Programs\napari\python\python.exe' -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Windows\\Temp\\pip-install-r4enkgow\\future_f3b1eeb59dd648b5bb9a089101e1dc93\\setup.py'"'"'; __file__='"'"'C:\\Windows\\Temp\\pip-install-r4enkgow\\future_f3b1eeb59dd648b5bb9a089101e1dc93\\setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Windows\Temp\pip-pip-egg-info-3kfvh524'
           cwd: C:\Windows\Temp\pip-install-r4enkgow\future_f3b1eeb59dd648b5bb9a089101e1dc93\
      Complete output (5 lines):
      Traceback (most recent call last):
        File "<string>", line 1, in <module>
        File "C:\Windows\Temp\pip-install-r4enkgow\future_f3b1eeb59dd648b5bb9a089101e1dc93\setup.py", line 10, in <module>
          import future
      ModuleNotFoundError: No module named 'future'
      ----------------------------------------
    WARNING: Discarding https://files.pythonhosted.org/packages/35/34/f3ab317ef4dc8c68a4e263ff2698e56e77a5c6eb2dfaf32c933022dab408/future-0.4.1.tar.gz#sha256=567d6d1cee5645cf99678cf22eeb0a742087f7ed46ae926f898af4f9dd52ce8d (from https://pypi.org/simple/future/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
    
      Using cached future-0.4.0.tar.gz (191 kB)
    
      Preparing metadata (setup.py): started
    
      Preparing metadata (setup.py): finished with status 'error'
    
      ERROR: Command errored out with exit status 1:
       command: 'C:\Users\rober\AppData\Local\Programs\napari\python\python.exe' -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Windows\\Temp\\pip-install-r4enkgow\\future_6bd87317effb495c875e247a6ef3ce8c\\setup.py'"'"'; __file__='"'"'C:\\Windows\\Temp\\pip-install-r4enkgow\\future_6bd87317effb495c875e247a6ef3ce8c\\setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Windows\Temp\pip-pip-egg-info-mazvvqt_'
           cwd: C:\Windows\Temp\pip-install-r4enkgow\future_6bd87317effb495c875e247a6ef3ce8c\
      Complete output (5 lines):
      Traceback (most recent call last):
        File "<string>", line 1, in <module>
        File "C:\Windows\Temp\pip-install-r4enkgow\future_6bd87317effb495c875e247a6ef3ce8c\setup.py", line 10, in <module>
          import future
      ModuleNotFoundError: No module named 'future'
      ----------------------------------------
    WARNING: Discarding https://files.pythonhosted.org/packages/39/20/35ff22a9737f14d4d036811a3f7f7f06f3a936f176496ac99021de80c2f5/future-0.4.0.tar.gz#sha256=a2e6800b24a31d6117c27dc1ad0477f7be59fd5c6a035a700264553349a594b9 (from https://pypi.org/simple/future/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
    
      Using cached future-0.3.5.tar.gz (183 kB)
    
      Preparing metadata (setup.py): started
    
      Preparing metadata (setup.py): finished with status 'error'
      ERROR: Command errored out with exit status 1:
       command: 'C:\Users\rober\AppData\Local\Programs\napari\python\python.exe' -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Windows\\Temp\\pip-install-r4enkgow\\future_94d8fb06ca1a477b96b3e9267d8412f2\\setup.py'"'"'; __file__='"'"'C:\\Windows\\Temp\\pip-install-r4enkgow\\future_94d8fb06ca1a477b96b3e9267d8412f2\\setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Windows\Temp\pip-pip-egg-info-v259sdfp'
           cwd: C:\Windows\Temp\pip-install-r4enkgow\future_94d8fb06ca1a477b96b3e9267d8412f2\
      Complete output (5 lines):
      Traceback (most recent call last):
        File "<string>", line 1, in <module>
        File "C:\Windows\Temp\pip-install-r4enkgow\future_94d8fb06ca1a477b96b3e9267d8412f2\setup.py", line 10, in <module>
          import future
      ModuleNotFoundError: No module named 'future'
      ----------------------------------------
    WARNING: Discarding https://files.pythonhosted.org/packages/76/49/512ff7efa41f0b63d311bb4f5260d63f547f8bfb0fb8ad2e84268932491e/future-0.3.5.tar.gz#sha256=9f63f2ff5725b3417c9146cddcfb6b9ac3c756b2a324681c373d873b2e712623 (from https://pypi.org/simple/future/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
    
      Using cached future-0.3.4.tar.gz (183 kB)
    
      Preparing metadata (setup.py): started
    
      Preparing metadata (setup.py): finished with status 'error'
    
      ERROR: Command errored out with exit status 1:
       command: 'C:\Users\rober\AppData\Local\Programs\napari\python\python.exe' -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Windows\\Temp\\pip-install-r4enkgow\\future_ac5917ec69d24462b0d931ddd3a56803\\setup.py'"'"'; __file__='"'"'C:\\Windows\\Temp\\pip-install-r4enkgow\\future_ac5917ec69d24462b0d931ddd3a56803\\setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Windows\Temp\pip-pip-egg-info-8c0u4rdf'
           cwd: C:\Windows\Temp\pip-install-r4enkgow\future_ac5917ec69d24462b0d931ddd3a56803\
      Complete output (5 lines):
      Traceback (most recent call last):
        File "<string>", line 1, in <module>
        File "C:\Windows\Temp\pip-install-r4enkgow\future_ac5917ec69d24462b0d931ddd3a56803\setup.py", line 10, in <module>
          import future
      ModuleNotFoundError: No module named 'future'
      ----------------------------------------
    WARNING: Discarding https://files.pythonhosted.org/packages/ed/52/ed0ce839b5b8cf521e2361296c8a5892a242824a7a7e294a3fdbb8d2d79d/future-0.3.4.tar.gz#sha256=d1f46dbe5cefbf49f2a36a2ad5c9833a54d703582525ba6f211dfaab639bde97 (from https://pypi.org/simple/future/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
    
      Using cached future-0.3.3.tar.gz (179 kB)
    
      Preparing metadata (setup.py): started
    
      Preparing metadata (setup.py): finished with status 'error'
    
      ERROR: Command errored out with exit status 1:
       command: 'C:\Users\rober\AppData\Local\Programs\napari\python\python.exe' -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Windows\\Temp\\pip-install-r4enkgow\\future_e236388ca71f4469a47ddd911f13f02f\\setup.py'"'"'; __file__='"'"'C:\\Windows\\Temp\\pip-install-r4enkgow\\future_e236388ca71f4469a47ddd911f13f02f\\setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Windows\Temp\pip-pip-egg-info-umlzp2rn'
           cwd: C:\Windows\Temp\pip-install-r4enkgow\future_e236388ca71f4469a47ddd911f13f02f\
      Complete output (5 lines):
      Traceback (most recent call last):
        File "<string>", line 1, in <module>
        File "C:\Windows\Temp\pip-install-r4enkgow\future_e236388ca71f4469a47ddd911f13f02f\setup.py", line 10, in <module>
          import future
      ModuleNotFoundError: No module named 'future'
      ----------------------------------------
    WARNING: Discarding https://files.pythonhosted.org/packages/36/8d/403c370d25bde232bef32e8e306942b1a95c62e5146b7d3586c2548c6171/future-0.3.3.tar.gz#sha256=e3321b66f32f23a342f6db71229446dc3e9fd26682536a0e1377cfa908780382 (from https://pypi.org/simple/future/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
    
      Using cached future-0.3.2.tar.gz (223 kB)
    
      Preparing metadata (setup.py): started
    
      Preparing metadata (setup.py): finished with status 'error'
    
      ERROR: Command errored out with exit status 1:
       command: 'C:\Users\rober\AppData\Local\Programs\napari\python\python.exe' -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Windows\\Temp\\pip-install-r4enkgow\\future_c835e9b9fdae4b28883d621d76f2d2af\\setup.py'"'"'; __file__='"'"'C:\\Windows\\Temp\\pip-install-r4enkgow\\future_c835e9b9fdae4b28883d621d76f2d2af\\setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Windows\Temp\pip-pip-egg-info-rwbh1ap3'
           cwd: C:\Windows\Temp\pip-install-r4enkgow\future_c835e9b9fdae4b28883d621d76f2d2af\
      Complete output (5 lines):
      Traceback (most recent call last):
        File "<string>", line 1, in <module>
        File "C:\Windows\Temp\pip-install-r4enkgow\future_c835e9b9fdae4b28883d621d76f2d2af\setup.py", line 10, in <module>
          import future
      ModuleNotFoundError: No module named 'future'
      ----------------------------------------
    WARNING: Discarding https://files.pythonhosted.org/packages/1a/fa/e955d2aaa4ea5d518837e5ff45dd3f5e8a7857312c57292232caf8d064f5/future-0.3.2.tar.gz#sha256=01eabc535be50de4332289ea3722879492761888b7ab50040cdddf8c1c1e70c5 (from https://pypi.org/simple/future/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
    
      Using cached future-0.3.1.tar.gz (222 kB)
    
      Preparing metadata (setup.py): started
    
      Preparing metadata (setup.py): finished with status 'error'
    
      ERROR: Command errored out with exit status 1:
       command: 'C:\Users\rober\AppData\Local\Programs\napari\python\python.exe' -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Windows\\Temp\\pip-install-r4enkgow\\future_551d6a9a4d564b5f872e3e792f0e6e31\\setup.py'"'"'; __file__='"'"'C:\\Windows\\Temp\\pip-install-r4enkgow\\future_551d6a9a4d564b5f872e3e792f0e6e31\\setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Windows\Temp\pip-pip-egg-info-83p9wau3'
           cwd: C:\Windows\Temp\pip-install-r4enkgow\future_551d6a9a4d564b5f872e3e792f0e6e31\
      Complete output (5 lines):
      Traceback (most recent call last):
        File "<string>", line 1, in <module>
        File "C:\Windows\Temp\pip-install-r4enkgow\future_551d6a9a4d564b5f872e3e792f0e6e31\setup.py", line 10, in <module>
          import future
      ModuleNotFoundError: No module named 'future'
      ----------------------------------------
    WARNING: Discarding https://files.pythonhosted.org/packages/0d/e6/37fd66577d0d0f2f647949e8e2d9096b03562e71ffd38046e2a0491e3b6e/future-0.3.1.tar.gz#sha256=8507366ad5b81c4215e30d895102851e962f425104732c879513dd9a5ff7e08d (from https://pypi.org/simple/future/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
    
      Using cached future-0.3.0.tar.gz (151 kB)
    
      Preparing metadata (setup.py): started
    
      Preparing metadata (setup.py): finished with status 'error'
    
      ERROR: Command errored out with exit status 1:
       command: 'C:\Users\rober\AppData\Local\Programs\napari\python\python.exe' -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Windows\\Temp\\pip-install-r4enkgow\\future_a3e500e9580e45d0946e8abc243afecf\\setup.py'"'"'; __file__='"'"'C:\\Windows\\Temp\\pip-install-r4enkgow\\future_a3e500e9580e45d0946e8abc243afecf\\setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Windows\Temp\pip-pip-egg-info-qo784jks'
           cwd: C:\Windows\Temp\pip-install-r4enkgow\future_a3e500e9580e45d0946e8abc243afecf\
      Complete output (5 lines):
      Traceback (most recent call last):
        File "<string>", line 1, in <module>
        File "C:\Windows\Temp\pip-install-r4enkgow\future_a3e500e9580e45d0946e8abc243afecf\setup.py", line 10, in <module>
          import future
      ModuleNotFoundError: No module named 'future'
      ----------------------------------------
    WARNING: Discarding https://files.pythonhosted.org/packages/8d/96/0c1b5bd252dad69587f2f38f13d4e611bc3582d51f985a2ec3001f5a56e3/future-0.3.0.tar.gz#sha256=874d60acb23d7a3ea0c40ee71ec5f6855725eb7bf88e2f59761565ee8b6c9193 (from https://pypi.org/simple/future/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
    
      Using cached future-0.2.0.tar.gz (28 kB)
    
      Preparing metadata (setup.py): started
    
      Preparing metadata (setup.py): finished with status 'error'
    
      ERROR: Command errored out with exit status 1:
       command: 'C:\Users\rober\AppData\Local\Programs\napari\python\python.exe' -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Windows\\Temp\\pip-install-r4enkgow\\future_56464ed594c24e7d8fdbe2ebf757b240\\setup.py'"'"'; __file__='"'"'C:\\Windows\\Temp\\pip-install-r4enkgow\\future_56464ed594c24e7d8fdbe2ebf757b240\\setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Windows\Temp\pip-pip-egg-info-tw8ku5b2'
           cwd: C:\Windows\Temp\pip-install-r4enkgow\future_56464ed594c24e7d8fdbe2ebf757b240\
      Complete output (5 lines):
      Traceback (most recent call last):
        File "<string>", line 1, in <module>
        File "C:\Windows\Temp\pip-install-r4enkgow\future_56464ed594c24e7d8fdbe2ebf757b240\setup.py", line 10, in <module>
          import future
      ModuleNotFoundError: No module named 'future'
      ----------------------------------------
    WARNING: Discarding https://files.pythonhosted.org/packages/47/71/85e86ca16d116369e327aeece8f383d896fb2e55f3033d03753ae3c717a9/future-0.2.0.tar.gz#sha256=b4f4d1938fd3df9b7e0e94370f4c2ce23f4ccdb7e912274d5ee29dc1eef58bcd (from https://pypi.org/simple/future/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
    
      Using cached future-0.1.0.tar.gz (18 kB)
    
      Preparing metadata (setup.py): started
    
      Preparing metadata (setup.py): finished with status 'error'
    
      ERROR: Command errored out with exit status 1:
       command: 'C:\Users\rober\AppData\Local\Programs\napari\python\python.exe' -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Windows\\Temp\\pip-install-r4enkgow\\future_d4305376b78d48568ba375be3af6be3b\\setup.py'"'"'; __file__='"'"'C:\\Windows\\Temp\\pip-install-r4enkgow\\future_d4305376b78d48568ba375be3af6be3b\\setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Windows\Temp\pip-pip-egg-info-qtzjwxbr'
           cwd: C:\Windows\Temp\pip-install-r4enkgow\future_d4305376b78d48568ba375be3af6be3b\
      Complete output (5 lines):
      Traceback (most recent call last):
        File "<string>", line 1, in <module>
        File "C:\Windows\Temp\pip-install-r4enkgow\future_d4305376b78d48568ba375be3af6be3b\setup.py", line 10, in <module>
          import future
      ModuleNotFoundError: No module named 'future'
      ----------------------------------------
    WARNING: Discarding https://files.pythonhosted.org/packages/af/cf/4fbe349bcf9a08f2c329a66cc4d4a417387acc9033ad5238160b3f266e05/future-0.1.0.tar.gz#sha256=f11b05b486d88dd1ea4fe48e3d3742cafdc71160eb1edbfe8032b48b908dd568 (from https://pypi.org/simple/future/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
    
      Using cached future-0.0.3.tar.gz (14 kB)
    
      Preparing metadata (setup.py): started
    
      Preparing metadata (setup.py): finished with status 'error'
    
      ERROR: Command errored out with exit status 1:
       command: 'C:\Users\rober\AppData\Local\Programs\napari\python\python.exe' -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Windows\\Temp\\pip-install-r4enkgow\\future_0f3ae33c2f4544049f983bcda6adc702\\setup.py'"'"'; __file__='"'"'C:\\Windows\\Temp\\pip-install-r4enkgow\\future_0f3ae33c2f4544049f983bcda6adc702\\setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Windows\Temp\pip-pip-egg-info-hz19xvxv'
           cwd: C:\Windows\Temp\pip-install-r4enkgow\future_0f3ae33c2f4544049f983bcda6adc702\
      Complete output (5 lines):
      Traceback (most recent call last):
        File "<string>", line 1, in <module>
        File "C:\Windows\Temp\pip-install-r4enkgow\future_0f3ae33c2f4544049f983bcda6adc702\setup.py", line 7, in <module>
          import future
      ModuleNotFoundError: No module named 'future'
      ----------------------------------------
    WARNING: Discarding https://files.pythonhosted.org/packages/70/3d/8110f3a9eba14fa50ad8773a25715294117ce8364c3cb5b7fec3cec94b45/future-0.0.3.tar.gz#sha256=3df7e0074a1c94c35dd2ce83d67d71e85eecb64f9e6bc9aa6737a1f31160adab (from https://pypi.org/simple/future/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
    
      Using cached future-0.0.2.tar.gz (9.2 kB)
    
      Preparing metadata (setup.py): started
    
      Preparing metadata (setup.py): finished with status 'error'
    
      ERROR: Command errored out with exit status 1:
       command: 'C:\Users\rober\AppData\Local\Programs\napari\python\python.exe' -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Windows\\Temp\\pip-install-r4enkgow\\future_43d6240a207a4603b902948785a72eb3\\setup.py'"'"'; __file__='"'"'C:\\Windows\\Temp\\pip-install-r4enkgow\\future_43d6240a207a4603b902948785a72eb3\\setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Windows\Temp\pip-pip-egg-info-_5t0ghp4'
           cwd: C:\Windows\Temp\pip-install-r4enkgow\future_43d6240a207a4603b902948785a72eb3\
      Complete output (5 lines):
      Traceback (most recent call last):
        File "<string>", line 1, in <module>
        File "C:\Windows\Temp\pip-install-r4enkgow\future_43d6240a207a4603b902948785a72eb3\setup.py", line 7, in <module>
          import future
      ModuleNotFoundError: No module named 'future'
      ----------------------------------------
    WARNING: Discarding https://files.pythonhosted.org/packages/6a/d7/8a0dc06421cde141a4f1345e19fd08967901c3ab969c47feb8f1157d81ec/future-0.0.2.tar.gz#sha256=28ce8c7c9f2f70223c247279c9029a6a12e60bd76e9f0944a7726dd59cade943 (from https://pypi.org/simple/future/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
    
      Using cached future-0.0.1.tar.gz (8.6 kB)
    
      Preparing metadata (setup.py): started
    
      Preparing metadata (setup.py): finished with status 'error'
    
      ERROR: Command errored out with exit status 1:
       command: 'C:\Users\rober\AppData\Local\Programs\napari\python\python.exe' -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Windows\\Temp\\pip-install-r4enkgow\\future_31075ba49fb847e7accc2471d64e1515\\setup.py'"'"'; __file__='"'"'C:\\Windows\\Temp\\pip-install-r4enkgow\\future_31075ba49fb847e7accc2471d64e1515\\setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Windows\Temp\pip-pip-egg-info-0ppbgxei'
           cwd: C:\Windows\Temp\pip-install-r4enkgow\future_31075ba49fb847e7accc2471d64e1515\
      Complete output (5 lines):
      Traceback (most recent call last):
        File "<string>", line 1, in <module>
        File "C:\Windows\Temp\pip-install-r4enkgow\future_31075ba49fb847e7accc2471d64e1515\setup.py", line 7, in <module>
          import future
      ModuleNotFoundError: No module named 'future'
      ----------------------------------------
    WARNING: Discarding https://files.pythonhosted.org/packages/97/22/1f2ed10053f338c41e622ca0ea155990d5cdb6ffd602c951649554cc9723/future-0.0.1.tar.gz#sha256=a4bb0bbfd389ad7c709e84381e291df51b3b0d7b3f966390c1920d285a19410d (from https://pypi.org/simple/future/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
    
    Collecting pyqode.core
    
      Using cached pyqode.core-2.12.0-py2.py3-none-any.whl (451 kB)
    
      Using cached pyqode.core-2.11.0-py2.py3-none-any.whl (452 kB)
    
      Using cached pyqode.core-2.10.0-py2.py3-none-any.whl (452 kB)
    
      Using cached pyqode.core-2.9.0-py2.py3-none-any.whl (436 kB)
    
      Using cached pyqode.core-2.8.0-py2.py3-none-any.whl (434 kB)
    
      Using cached pyqode.core-2.7.0-py2.py3-none-any.whl (431 kB)
    
      Using cached pyqode.core-2.6.9-py2.py3-none-any.whl (420 kB)
    
      Using cached pyqode.core-2.6.8-py2.py3-none-any.whl (419 kB)
    
      Using cached pyqode.core-2.6.7-py2.py3-none-any.whl (419 kB)
    
      Using cached pyqode.core-2.6.6-py2.py3-none-any.whl (419 kB)
    
      Using cached pyqode.core-2.6.5-py2.py3-none-any.whl (422 kB)
    
      Using cached pyqode.core-2.6.4-py2.py3-none-any.whl (418 kB)
    
      Using cached pyqode.core-2.6.3-py2.py3-none-any.whl (418 kB)
    
      Using cached pyqode.core-2.6.2-py2.py3-none-any.whl (417 kB)
    
      Using cached pyqode.core-2.6.1-py2.py3-none-any.whl (417 kB)
    
      Using cached pyqode.core-2.6.0-py2.py3-none-any.whl (415 kB)
    
      Using cached pyqode.core-2.5.0.tar.gz (1.7 MB)
    
      Preparing metadata (setup.py): started
    
      Preparing metadata (setup.py): finished with status 'error'
    
      ERROR: Command errored out with exit status 1:
       command: 'C:\Users\rober\AppData\Local\Programs\napari\python\python.exe' -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Windows\\Temp\\pip-install-r4enkgow\\pyqode-core_3a6a1fb6018b400399b92e2fe982abe5\\setup.py'"'"'; __file__='"'"'C:\\Windows\\Temp\\pip-install-r4enkgow\\pyqode-core_3a6a1fb6018b400399b92e2fe982abe5\\setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Windows\Temp\pip-pip-egg-info-rl79_i01'
           cwd: C:\Windows\Temp\pip-install-r4enkgow\pyqode-core_3a6a1fb6018b400399b92e2fe982abe5\
      Complete output (5 lines):
      Traceback (most recent call last):
        File "<string>", line 1, in <module>
        File "C:\Windows\Temp\pip-install-r4enkgow\pyqode-core_3a6a1fb6018b400399b92e2fe982abe5\setup.py", line 7, in <module>
          from pyqode.core import __version__
      ModuleNotFoundError: No module named 'pyqode'
      ----------------------------------------
    WARNING: Discarding https://files.pythonhosted.org/packages/b0/3d/d3b2ea9f1e63c5881733cca756506dcd4bca5459ce05bf873dc4f7270a90/pyqode.core-2.5.0.tar.gz#sha256=4ef9c46a4b97949224d5e1a548dbcc4d3016e21a7f8b3cab8df0d932d74ad89e (from https://pypi.org/simple/pyqode-core/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
    
      Using cached pyqode.core-2.4.2.tar.gz (725 kB)
    
      Preparing metadata (setup.py): started
    
      Preparing metadata (setup.py): finished with status 'error'
    
      ERROR: Command errored out with exit status 1:
       command: 'C:\Users\rober\AppData\Local\Programs\napari\python\python.exe' -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Windows\\Temp\\pip-install-r4enkgow\\pyqode-core_6d8b238a673f4695b5ea31943f2f4589\\setup.py'"'"'; __file__='"'"'C:\\Windows\\Temp\\pip-install-r4enkgow\\pyqode-core_6d8b238a673f4695b5ea31943f2f4589\\setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Windows\Temp\pip-pip-egg-info-t3hxyxsy'
           cwd: C:\Windows\Temp\pip-install-r4enkgow\pyqode-core_6d8b238a673f4695b5ea31943f2f4589\
      Complete output (5 lines):
      Traceback (most recent call last):
        File "<string>", line 1, in <module>
        File "C:\Windows\Temp\pip-install-r4enkgow\pyqode-core_6d8b238a673f4695b5ea31943f2f4589\setup.py", line 7, in <module>
          from pyqode.core import __version__
      ModuleNotFoundError: No module named 'pyqode'
      ----------------------------------------
    WARNING: Discarding https://files.pythonhosted.org/packages/5f/3d/f90e9e164927ed0b290ffb10a4963693de3b699a4d0eb33ac985b07124a0/pyqode.core-2.4.2.tar.gz#sha256=6e9d187342b709c55e735c9cf70a14fbf608ba1a423e1f8ab3bd9765a959dedb (from https://pypi.org/simple/pyqode-core/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
    
      Using cached pyqode.core-2.4.1.tar.gz (727 kB)
    
      Preparing metadata (setup.py): started
    
      Preparing metadata (setup.py): finished with status 'error'
    
      ERROR: Command errored out with exit status 1:
       command: 'C:\Users\rober\AppData\Local\Programs\napari\python\python.exe' -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Windows\\Temp\\pip-install-r4enkgow\\pyqode-core_03f18bb2b3184550943881db9967396a\\setup.py'"'"'; __file__='"'"'C:\\Windows\\Temp\\pip-install-r4enkgow\\pyqode-core_03f18bb2b3184550943881db9967396a\\setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Windows\Temp\pip-pip-egg-info-7vslpp2p'
           cwd: C:\Windows\Temp\pip-install-r4enkgow\pyqode-core_03f18bb2b3184550943881db9967396a\
      Complete output (5 lines):
      Traceback (most recent call last):
        File "<string>", line 1, in <module>
        File "C:\Windows\Temp\pip-install-r4enkgow\pyqode-core_03f18bb2b3184550943881db9967396a\setup.py", line 7, in <module>
          from pyqode.core import __version__
      ModuleNotFoundError: No module named 'pyqode'
      ----------------------------------------
    WARNING: Discarding https://files.pythonhosted.org/packages/57/4e/48545d757b42710da7550419dc0843dbf10a9890b14113c26aaa8c655540/pyqode.core-2.4.1.tar.gz#sha256=04f25f831f047a01581e3a35717101eecef878262f3604524ee848c474022cd9 (from https://pypi.org/simple/pyqode-core/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
    
      Using cached pyqode.core-2.4.0.tar.gz (1.6 MB)
    
      Preparing metadata (setup.py): started
    
      Preparing metadata (setup.py): finished with status 'error'
    
      ERROR: Command errored out with exit status 1:
       command: 'C:\Users\rober\AppData\Local\Programs\napari\python\python.exe' -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Windows\\Temp\\pip-install-r4enkgow\\pyqode-core_931cb9c14ed0426ca024eb7bf7313e12\\setup.py'"'"'; __file__='"'"'C:\\Windows\\Temp\\pip-install-r4enkgow\\pyqode-core_931cb9c14ed0426ca024eb7bf7313e12\\setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Windows\Temp\pip-pip-egg-info-k6qkve3k'
           cwd: C:\Windows\Temp\pip-install-r4enkgow\pyqode-core_931cb9c14ed0426ca024eb7bf7313e12\
      Complete output (5 lines):
      Traceback (most recent call last):
        File "<string>", line 1, in <module>
        File "C:\Windows\Temp\pip-install-r4enkgow\pyqode-core_931cb9c14ed0426ca024eb7bf7313e12\setup.py", line 7, in <module>
          from pyqode.core import __version__
      ModuleNotFoundError: No module named 'pyqode'
      ----------------------------------------
    WARNING: Discarding https://files.pythonhosted.org/packages/1a/cb/1be2f0a6487669ed3044ece62637aa01a12f7425a36242cd2582c20b98a5/pyqode.core-2.4.0.tar.gz#sha256=3fa91acc88f4badeb7910bfb02a6fe2e406620ab2c3560463e4d0874ca774778 (from https://pypi.org/simple/pyqode-core/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
    
      Using cached pyqode.core-2.3.2.tar.gz (2.0 MB)
    
      Preparing metadata (setup.py): started
    
      Preparing metadata (setup.py): finished with status 'done'
    
    Requirement already satisfied: pygments in c:\users\rober\appdata\local\programs\napari\app_packages (from pyqode.core->napari-script-editor) (2.10.0)
    
      Using cached pyqode.core-2.3.1.tar.gz (2.0 MB)
    
      Preparing metadata (setup.py): started
    
      Preparing metadata (setup.py): finished with status 'done'
    
      Using cached pyqode.core-2.3.0.tar.gz (2.3 MB)
    
      Preparing metadata (setup.py): started
    
      Preparing metadata (setup.py): finished with status 'done'
    
      Using cached pyqode.core-2.2.0-py3-none-any.whl
    
    Installing collected packages: pyqode.qt, pyqode.core, pyflakes, pycodestyle, napari-tools-menu, haesleinhuepf-pyqode.python, napari-script-editor
    
      WARNING: The script pyflakes.exe is installed in 'C:\Users\rober\AppData\Local\Programs\napari\python\Scripts' which is not on PATH.
      Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
    
      WARNING: The script pycodestyle.exe is installed in 'C:\Users\rober\AppData\Local\Programs\napari\python\Scripts' which is not on PATH.
      Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
    
    Successfully installed haesleinhuepf-pyqode.python-2.14.0 napari-script-editor-0.2.0 napari-tools-menu-0.1.5 pycodestyle-2.8.0 pyflakes-2.4.0 pyqode.core-2.2.0 pyqode.qt-2.10.0
    
    WARNING: You are using pip version 21.3; however, version 21.3.1 is available.
    You should consider upgrading via the 'C:\Users\rober\AppData\Local\Programs\napari\python\python.exe -m pip install --upgrade pip' command.
    
    

    napari info

    napari: 0.4.12
    Platform: Windows-10-10.0.19041-SP0
    Python: 3.8.3 (tags/v3.8.3:6f8c832, May 13 2020, 22:37:02) [MSC v.1924 64 bit (AMD64)]
    Qt: 5.15.2
    PySide2: 5.15.2
    NumPy: 1.19.3
    SciPy: 1.7.1
    Dask: 2021.09.1
    VisPy: 0.9.2
    
    OpenGL:
    - GL version: 4.6.0 - Build 27.20.100.9168
    - MAX_TEXTURE_SIZE: 16384
    
    Screens:
    - screen 1: resolution 1280x720, scale 1.0
    
    Plugins:
    - console: 0.0.4
    - napari-tools-menu: 0.1.5
    - scikit-image
    - svg: 0.1.5
    
    opened by haesleinhuepf 1
Releases(0.2.9)
Owner
Robert Haase
Computational Microscopist, BioImage Analyst, Code Jockey
Robert Haase
Realtime Viewer Mandelbrot set with Python and Taichi (cpu, opengl, cuda, vulkan, metal)

Mandelbrot-set-Realtime-Viewer- Realtime Viewer Mandelbrot set with Python and Taichi (cpu, opengl, cuda, vulkan, metal) Control: "WASD" - movement, "

22 Oct 31, 2022
A Python package for caclulations and visualizations in geological sciences.

geo_calcs A Python package for caclulations and visualizations in geological sciences. Free software: MIT license Documentation: https://geo-calcs.rea

Drew Heasman 1 Jul 12, 2022
Streamlit component for Let's-Plot visualization library

streamlit-letsplot This is a work-in-progress, providing a convenience function to plot charts from the Lets-Plot visualization library. Example usage

Randy Zwitch 9 Nov 03, 2022
Visualization Website by using Dash and Heroku

Visualization Website by using Dash and Heroku You can visit the website https://payroll-expense-analysis.herokuapp.com/ In this project, I am interes

YF Liu 1 Jan 14, 2022
This is a place where I'm playing around with pandas to analyze data in a csv/excel file.

pandas-csv-excel-analysis This is a place where I'm playing around with pandas to analyze data in a csv/excel file. 0-start A very simple cheat sheet

Chuqin 3 Oct 05, 2022
NumPy and Pandas interface to Big Data

Blaze translates a subset of modified NumPy and Pandas-like syntax to databases and other computing systems. Blaze allows Python users a familiar inte

Blaze 3.1k Jan 01, 2023
Lime: Explaining the predictions of any machine learning classifier

lime This project is about explaining what machine learning classifiers (or models) are doing. At the moment, we support explaining individual predict

Marco Tulio Correia Ribeiro 10.3k Dec 29, 2022
A simple python tool for explore your object detection dataset

A simple tool for explore your object detection dataset. The goal of this library is to provide simple and intuitive visualizations from your dataset and automatically find the best parameters for ge

GRADIANT - Centro Tecnolóxico de Telecomunicacións de Galicia 142 Dec 25, 2022
Python ts2vg package provides high-performance algorithm implementations to build visibility graphs from time series data.

ts2vg: Time series to visibility graphs The Python ts2vg package provides high-performance algorithm implementations to build visibility graphs from t

Carlos Bergillos 26 Dec 17, 2022
A research of IT labor market based especially on hh.ru. Salaries, rate of technologies and etc.

hh_ru_research Проект реализован в учебных целях анализа рынка труда, в особенности по hh.ru Input data В качестве входных данных используются сериали

3 Sep 07, 2022
Official Matplotlib cheat sheets

Official Matplotlib cheat sheets

Matplotlib Developers 6.7k Jan 09, 2023
Small U-Net for vehicle detection

Small U-Net for vehicle detection Vivek Yadav, PhD Overview In this repository , we will go over using U-net for detecting vehicles in a video stream

Vivek Yadav 91 Nov 03, 2022
A little word cloud generator in Python

Linux macOS Windows PyPI word_cloud A little word cloud generator in Python. Read more about it on the blog post or the website. The code is tested ag

Andreas Mueller 9.2k Dec 30, 2022
Create 3d loss surface visualizations, with optimizer path. Issues welcome!

MLVTK A loss surface visualization tool Simple feed-forward network trained on chess data, using elu activation and Adam optimizer Simple feed-forward

7 Dec 21, 2022
Matplotlib colormaps from the yt project !

cmyt Matplotlib colormaps from the yt project ! Colormaps overview The following colormaps, as well as their respective reversed (*_r) versions are av

The yt project 5 Sep 16, 2022
Create a visualization for Trump's Tweeted Words Using Python

Data Trump's Tweeted Words This plot illustrates twitter word occurences. We already did the coding I needed for this plot, so I was very inspired to

7 Mar 27, 2022
Pydrawer: The Python package for visualizing curves and linear transformations in a super simple way

pydrawer 📐 The Python package for visualizing curves and linear transformations in a super simple way. ✏️ Installation Install pydrawer package with

Dylan Tintenfich 56 Dec 30, 2022
Tools for exploratory data analysis in Python

Dora Exploratory data analysis toolkit for Python. Contents Summary Setup Usage Reading Data & Configuration Cleaning Feature Selection & Extraction V

Nathan Epstein 599 Dec 25, 2022
Create SVG drawings from vector geodata files (SHP, geojson, etc).

SVGIS Create SVG drawings from vector geodata files (SHP, geojson, etc). SVGIS is great for: creating small multiples, combining lots of datasets in a

Neil Freeman 78 Dec 09, 2022
Bokeh Plotting Backend for Pandas and GeoPandas

Pandas-Bokeh provides a Bokeh plotting backend for Pandas, GeoPandas and Pyspark DataFrames, similar to the already existing Visualization feature of

Patrik Hlobil 822 Jan 07, 2023