Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Installation in napari bundle app fails #1

Open
haesleinhuepf opened this issue Nov 19, 2021 · 1 comment
Open

Installation in napari bundle app fails #1

haesleinhuepf opened this issue Nov 19, 2021 · 1 comment

Comments

@haesleinhuepf
Copy link
Owner

haesleinhuepf commented Nov 19, 2021

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
@haesleinhuepf
Copy link
Owner Author

Error when starting napari:

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

napari version: 0.4.12


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

---------------------------------------------------------------------------
ModuleNotFoundError                       Traceback (most recent call last)
~\AppData\Local\Programs\napari\\app_packages\napari_plugin_engine\manager.py in _load_and_register(self=, mod_name='napari_script_editor', plugin_name='napari-script-editor')
    317         try:
--> 318             module = load(mod_name)
        module = undefined
        global load = 
        mod_name = 'napari_script_editor'
    319             if self.is_registered(module):

~\AppData\Local\Programs\napari\\app_packages\napari_plugin_engine\manager.py in load(value='napari_script_editor')
   1041         raise ValueError(f"malformed entry point string: {value}")
-> 1042     module = importlib.import_module(match.group('module'))
        module = undefined
        global importlib.import_module = 
        match.group = 
   1043     attrs = filter(None, (match.group('attr') or '').split('.'))

~\AppData\Local\Programs\napari\python\python38.zip\importlib\__init__.pyc in import_module(name='napari_script_editor', package=None)

~\AppData\Local\Programs\napari\python\python38.zip\importlib\_bootstrap.pyc in _gcd_import(name='napari_script_editor', package=None, level=0)

~\AppData\Local\Programs\napari\python\python38.zip\importlib\_bootstrap.pyc in _find_and_load(name='napari_script_editor', import_=)

~\AppData\Local\Programs\napari\python\python38.zip\importlib\_bootstrap.pyc in _find_and_load_unlocked(name='napari_script_editor', import_=)

~\AppData\Local\Programs\napari\python\python38.zip\importlib\_bootstrap.pyc in _load_unlocked(spec=ModuleSpec(name='napari_script_editor', loader=

~\AppData\Local\Programs\napari\python\python38.zip\importlib\_bootstrap_external.pyc in exec_module(self=, module=)

~\AppData\Local\Programs\napari\python\python38.zip\importlib\_bootstrap.pyc in _call_with_frames_removed(f=, *args=( at 0x000001AC463CC920, fil...ckages\napari_script_editor\__init__.py", line 2>, {'__builtins__': {'ArithmeticError': , 'AssertionError': , 'AttributeError': , 'BaseException': , 'BlockingIOError': , 'BrokenPipeError': , 'BufferError': , 'BytesWarning': , 'ChildProcessError': , 'ConnectionAbortedError': , ...}, '__cached__': r'C:\Users\rober\AppData\Local\Programs\napari\pyt...script_editor\__pycache__\__init__.cpython-38.pyc', '__doc__': None, '__file__': r'C:\Users\rober\AppData\Local\Programs\napari\pyt...b\\site-packages\napari_script_editor\__init__.py', '__loader__': , '__name__': 'napari_script_editor', '__package__': 'napari_script_editor', '__path__': [r'C:\Users\rober\AppData\Local\Programs\napari\python\\Lib\\site-packages\napari_script_editor'], '__spec__': ModuleSpec(name='napari_script_editor', loader=

~\AppData\Local\Programs\napari\python\\Lib\\site-packages\napari_script_editor\__init__.py in 
      6 
----> 7 from ._dock_widget import napari_experimental_provide_dock_widget
        global _dock_widget = undefined
        global napari_experimental_provide_dock_widget = undefined
      8 

~\AppData\Local\Programs\napari\app_packages\shiboken2\files.dir\shibokensupport\__feature__.py in _import(name='_dock_widget', *args=({'__builtins__': {'ArithmeticError': , 'AssertionError': , 'AttributeError': , 'BaseException': , 'BlockingIOError': , 'BrokenPipeError': , 'BufferError': , 'BytesWarning': , 'ChildProcessError': , 'ConnectionAbortedError': , ...}, '__cached__': r'C:\Users\rober\AppData\Local\Programs\napari\pyt...script_editor\__pycache__\__init__.cpython-38.pyc', '__doc__': None, '__file__': r'C:\Users\rober\AppData\Local\Programs\napari\pyt...b\\site-packages\napari_script_editor\__init__.py', '__loader__': , '__name__': 'napari_script_editor', '__package__': 'napari_script_editor', '__path__': [r'C:\Users\rober\AppData\Local\Programs\napari\python\\Lib\\site-packages\napari_script_editor'], '__spec__': ModuleSpec(name='napari_script_editor', loader=, 'AssertionError': , 'AttributeError': , 'BaseException': , 'BlockingIOError': , 'BrokenPipeError': , 'BufferError': , 'BytesWarning': , 'ChildProcessError': , 'ConnectionAbortedError': , ...}, '__cached__': r'C:\Users\rober\AppData\Local\Programs\napari\pyt...script_editor\__pycache__\__init__.cpython-38.pyc', '__doc__': None, '__file__': r'C:\Users\rober\AppData\Local\Programs\napari\pyt...b\\site-packages\napari_script_editor\__init__.py', '__loader__': , '__name__': 'napari_script_editor', '__package__': 'napari_script_editor', '__path__': [r'C:\Users\rober\AppData\Local\Programs\napari\python\\Lib\\site-packages\napari_script_editor'], '__spec__': ModuleSpec(name='napari_script_editor', loader=
    141     pyside_feature_dict[importing_module] = flag
--> 142     return original_import(name, *args, **kwargs)
        global original_import = 
        name = '_dock_widget'
        args = ({'__name__': 'napari_script_editor', '__doc__': None, '__package__': 'napari_script_editor', '__loader__': , '__spec__': ModuleSpec(name='napari_script_editor', loader=, origin='C:\\Users\\rober\\AppData\\Local\\Programs\\napari\\python\\\\Lib\\\\site-packages\\napari_script_editor\\__init__.py', submodule_search_locations=['C:\\Users\\rober\\AppData\\Local\\Programs\\napari\\python\\\\Lib\\\\site-packages\\napari_script_editor']), '__path__': ['C:\\Users\\rober\\AppData\\Local\\Programs\\napari\\python\\\\Lib\\\\site-packages\\napari_script_editor'], '__file__': 'C:\\Users\\rober\\AppData\\Local\\Programs\\napari\\python\\\\Lib\\\\site-packages\\napari_script_editor\\__init__.py', '__cached__': 'C:\\Users\\rober\\AppData\\Local\\Programs\\napari\\python\\\\Lib\\\\site-packages\\napari_script_editor\\__pycache__\\__init__.cpython-38.pyc', '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis represents `...' in slices.", '__package__': '', '__loader__': , '__spec__': ModuleSpec(name='builtins', loader=), '__build_class__': , '__import__': , 'abs': , 'all': , 'any': , 'ascii': , 'bin': , 'breakpoint': , 'callable': , 'chr': , 'compile': , 'delattr': , 'dir': , 'divmod': , 'eval': , 'exec': , 'format': , 'getattr': , 'globals': , 'hasattr': , 'hash': , 'hex': , 'id': , 'input': , 'isinstance': , 'issubclass': , 'iter': , 'len': , 'locals': , 'max': , 'min': , 'next': , 'oct': , 'ord': , 'pow': , 'print': , 'repr': , 'round': , 'setattr': , 'sorted': , 'sum': , 'vars': , 'None': None, 'Ellipsis': Ellipsis, 'NotImplemented': NotImplemented, 'False': False, 'True': True, 'bool': , 'memoryview': , 'bytearray': , 'bytes': , 'classmethod': , 'complex': , 'dict': , 'enumerate': , 'filter': , 'float': , 'frozenset': , 'property': , 'int': , 'list': , 'map': , 'object': , 'range': , 'reversed': , 'set': , 'slice': , 'staticmethod': , 'str': , 'super': , 'tuple': , 'type': , 'zip': , '__debug__': True, 'BaseException': , 'Exception': , 'TypeError': , 'StopAsyncIteration': , 'StopIteration': , 'GeneratorExit': , 'SystemExit': , 'KeyboardInterrupt': , 'ImportError': , 'ModuleNotFoundError': , 'OSError': , 'EnvironmentError': , 'IOError': , 'WindowsError': , 'EOFError': , 'RuntimeError': , 'RecursionError': , 'NotImplementedError': , 'NameError': , 'UnboundLocalError': , 'AttributeError': , 'SyntaxError': , 'IndentationError': , 'TabError': , 'LookupError': , 'IndexError': , 'KeyError': , 'ValueError': , 'UnicodeError': , 'UnicodeEncodeError': , 'UnicodeDecodeError': , 'UnicodeTranslateError': , 'AssertionError': , 'ArithmeticError': , 'FloatingPointError': , 'OverflowError': , 'ZeroDivisionError': , 'SystemError': , 'ReferenceError': , 'MemoryError': , 'BufferError': , 'Warning': , 'UserWarning': , 'DeprecationWarning': , 'PendingDeprecationWarning': , 'SyntaxWarning': , 'RuntimeWarning': , 'FutureWarning': , 'ImportWarning': , 'UnicodeWarning': , 'BytesWarning': , 'ResourceWarning': , 'ConnectionError': , 'BlockingIOError': , 'BrokenPipeError': , 'ChildProcessError': , 'ConnectionAbortedError': , 'ConnectionRefusedError': , 'ConnectionResetError': , 'FileExistsError': , 'FileNotFoundError': , 'IsADirectoryError': , 'NotADirectoryError': , 'InterruptedError': , 'PermissionError': , 'ProcessLookupError': , 'TimeoutError': , 'open': , '__pybind11_internals_v3_msvc__': , '_init_pyside_extension': , 'qApp': , 'execfile': , 'runfile': }, '__version__': '0.2.0'}, {'__name__': 'napari_script_editor', '__doc__': None, '__package__': 'napari_script_editor', '__loader__': , '__spec__': ModuleSpec(name='napari_script_editor', loader=, origin='C:\\Users\\rober\\AppData\\Local\\Programs\\napari\\python\\\\Lib\\\\site-packages\\napari_script_editor\\__init__.py', submodule_search_locations=['C:\\Users\\rober\\AppData\\Local\\Programs\\napari\\python\\\\Lib\\\\site-packages\\napari_script_editor']), '__path__': ['C:\\Users\\rober\\AppData\\Local\\Programs\\napari\\python\\\\Lib\\\\site-packages\\napari_script_editor'], '__file__': 'C:\\Users\\rober\\AppData\\Local\\Programs\\napari\\python\\\\Lib\\\\site-packages\\napari_script_editor\\__init__.py', '__cached__': 'C:\\Users\\rober\\AppData\\Local\\Programs\\napari\\python\\\\Lib\\\\site-packages\\napari_script_editor\\__pycache__\\__init__.cpython-38.pyc', '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis represents `...' in slices.", '__package__': '', '__loader__': , '__spec__': ModuleSpec(name='builtins', loader=), '__build_class__': , '__import__': , 'abs': , 'all': , 'any': , 'ascii': , 'bin': , 'breakpoint': , 'callable': , 'chr': , 'compile': , 'delattr': , 'dir': , 'divmod': , 'eval': , 'exec': , 'format': , 'getattr': , 'globals': , 'hasattr': , 'hash': , 'hex': , 'id': , 'input': , 'isinstance': , 'issubclass': , 'iter': , 'len': , 'locals': , 'max': , 'min': , 'next': , 'oct': , 'ord': , 'pow': , 'print': , 'repr': , 'round': , 'setattr': , 'sorted': , 'sum': , 'vars': , 'None': None, 'Ellipsis': Ellipsis, 'NotImplemented': NotImplemented, 'False': False, 'True': True, 'bool': , 'memoryview': , 'bytearray': , 'bytes': , 'classmethod': , 'complex': , 'dict': , 'enumerate': , 'filter': , 'float': , 'frozenset': , 'property': , 'int': , 'list': , 'map': , 'object': , 'range': , 'reversed': , 'set': , 'slice': , 'staticmethod': , 'str': , 'super': , 'tuple': , 'type': , 'zip': , '__debug__': True, 'BaseException': , 'Exception': , 'TypeError': , 'StopAsyncIteration': , 'StopIteration': , 'GeneratorExit': , 'SystemExit': , 'KeyboardInterrupt': , 'ImportError': , 'ModuleNotFoundError': , 'OSError': , 'EnvironmentError': , 'IOError': , 'WindowsError': , 'EOFError': , 'RuntimeError': , 'RecursionError': , 'NotImplementedError': , 'NameError': , 'UnboundLocalError': , 'AttributeError': , 'SyntaxError': , 'IndentationError': , 'TabError': , 'LookupError': , 'IndexError': , 'KeyError': , 'ValueError': , 'UnicodeError': , 'UnicodeEncodeError': , 'UnicodeDecodeError': , 'UnicodeTranslateError': , 'AssertionError': , 'ArithmeticError': , 'FloatingPointError': , 'OverflowError': , 'ZeroDivisionError': , 'SystemError': , 'ReferenceError': , 'MemoryError': , 'BufferError': , 'Warning': , 'UserWarning': , 'DeprecationWarning': , 'PendingDeprecationWarning': , 'SyntaxWarning': , 'RuntimeWarning': , 'FutureWarning': , 'ImportWarning': , 'UnicodeWarning': , 'BytesWarning': , 'ResourceWarning': , 'ConnectionError': , 'BlockingIOError': , 'BrokenPipeError': , 'ChildProcessError': , 'ConnectionAbortedError': , 'ConnectionRefusedError': , 'ConnectionResetError': , 'FileExistsError': , 'FileNotFoundError': , 'IsADirectoryError': , 'NotADirectoryError': , 'InterruptedError': , 'PermissionError': , 'ProcessLookupError': , 'TimeoutError': , 'open': , '__pybind11_internals_v3_msvc__': , '_init_pyside_extension': , 'qApp': , 'execfile': , 'runfile': }, '__version__': '0.2.0'}, ('napari_experimental_provide_dock_widget',), 1)
        kwargs = {}
    143 

~\AppData\Local\Programs\napari\python\\Lib\\site-packages\napari_script_editor\_dock_widget.py in 
      3 
----> 4 from pyqode.python.backend import server
        global pyqode.python.backend = undefined
        global server = undefined
      5 from pyqode.python.widgets import PyCodeEdit

~\AppData\Local\Programs\napari\app_packages\shiboken2\files.dir\shibokensupport\__feature__.py in _import(name='pyqode.python.backend', *args=({'QFileDialog': , 'QHBoxLayout': , 'QPushButton': , 'QVBoxLayout': , 'QWidget': , '__builtins__': {'ArithmeticError': , 'AssertionError': , 'AttributeError': , 'BaseException': , 'BlockingIOError': , 'BrokenPipeError': , 'BufferError': , 'BytesWarning': , 'ChildProcessError': , 'ConnectionAbortedError': , ...}, '__cached__': r'C:\Users\rober\AppData\Local\Programs\napari\pyt...pt_editor\__pycache__\_dock_widget.cpython-38.pyc', '__doc__': None, '__file__': r'C:\Users\rober\AppData\Local\Programs\napari\pyt...ite-packages\napari_script_editor\_dock_widget.py', '__loader__': , ...}, {'QFileDialog': , 'QHBoxLayout': , 'QPushButton': , 'QVBoxLayout': , 'QWidget': , '__builtins__': {'ArithmeticError': , 'AssertionError': , 'AttributeError': , 'BaseException': , 'BlockingIOError': , 'BrokenPipeError': , 'BufferError': , 'BytesWarning': , 'ChildProcessError': , 'ConnectionAbortedError': , ...}, '__cached__': r'C:\Users\rober\AppData\Local\Programs\napari\pyt...pt_editor\__pycache__\_dock_widget.cpython-38.pyc', '__doc__': None, '__file__': r'C:\Users\rober\AppData\Local\Programs\napari\pyt...ite-packages\napari_script_editor\_dock_widget.py', '__loader__': , ...}, ('server',), 0), **kwargs={})
    141     pyside_feature_dict[importing_module] = flag
--> 142     return original_import(name, *args, **kwargs)
        global original_import = 
        name = 'pyqode.python.backend'
        args = ({'__name__': 'napari_script_editor._dock_widget', '__doc__': None, '__package__': 'napari_script_editor', '__loader__': , '__spec__': ModuleSpec(name='napari_script_editor._dock_widget', loader=, origin='C:\\Users\\rober\\AppData\\Local\\Programs\\napari\\python\\\\Lib\\\\site-packages\\napari_script_editor\\_dock_widget.py'), '__file__': 'C:\\Users\\rober\\AppData\\Local\\Programs\\napari\\python\\\\Lib\\\\site-packages\\napari_script_editor\\_dock_widget.py', '__cached__': 'C:\\Users\\rober\\AppData\\Local\\Programs\\napari\\python\\\\Lib\\\\site-packages\\napari_script_editor\\__pycache__\\_dock_widget.cpython-38.pyc', '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis represents `...' in slices.", '__package__': '', '__loader__': , '__spec__': ModuleSpec(name='builtins', loader=), '__build_class__': , '__import__': , 'abs': , 'all': , 'any': , 'ascii': , 'bin': , 'breakpoint': , 'callable': , 'chr': , 'compile': , 'delattr': , 'dir': , 'divmod': , 'eval': , 'exec': , 'format': , 'getattr': , 'globals': , 'hasattr': , 'hash': , 'hex': , 'id': , 'input': , 'isinstance': , 'issubclass': , 'iter': , 'len': , 'locals': , 'max': , 'min': , 'next': , 'oct': , 'ord': , 'pow': , 'print': , 'repr': , 'round': , 'setattr': , 'sorted': , 'sum': , 'vars': , 'None': None, 'Ellipsis': Ellipsis, 'NotImplemented': NotImplemented, 'False': False, 'True': True, 'bool': , 'memoryview': , 'bytearray': , 'bytes': , 'classmethod': , 'complex': , 'dict': , 'enumerate': , 'filter': , 'float': , 'frozenset': , 'property': , 'int': , 'list': , 'map': , 'object': , 'range': , 'reversed': , 'set': , 'slice': , 'staticmethod': , 'str': , 'super': , 'tuple': , 'type': , 'zip': , '__debug__': True, 'BaseException': , 'Exception': , 'TypeError': , 'StopAsyncIteration': , 'StopIteration': , 'GeneratorExit': , 'SystemExit': , 'KeyboardInterrupt': , 'ImportError': , 'ModuleNotFoundError': , 'OSError': , 'EnvironmentError': , 'IOError': , 'WindowsError': , 'EOFError': , 'RuntimeError': , 'RecursionError': , 'NotImplementedError': , 'NameError': , 'UnboundLocalError': , 'AttributeError': , 'SyntaxError': , 'IndentationError': , 'TabError': , 'LookupError': , 'IndexError': , 'KeyError': , 'ValueError': , 'UnicodeError': , 'UnicodeEncodeError': , 'UnicodeDecodeError': , 'UnicodeTranslateError': , 'AssertionError': , 'ArithmeticError': , 'FloatingPointError': , 'OverflowError': , 'ZeroDivisionError': , 'SystemError': , 'ReferenceError': , 'MemoryError': , 'BufferError': , 'Warning': , 'UserWarning': , 'DeprecationWarning': , 'PendingDeprecationWarning': , 'SyntaxWarning': , 'RuntimeWarning': , 'FutureWarning': , 'ImportWarning': , 'UnicodeWarning': , 'BytesWarning': , 'ResourceWarning': , 'ConnectionError': , 'BlockingIOError': , 'BrokenPipeError': , 'ChildProcessError': , 'ConnectionAbortedError': , 'ConnectionRefusedError': , 'ConnectionResetError': , 'FileExistsError': , 'FileNotFoundError': , 'IsADirectoryError': , 'NotADirectoryError': , 'InterruptedError': , 'PermissionError': , 'ProcessLookupError': , 'TimeoutError': , 'open': , '__pybind11_internals_v3_msvc__': , '_init_pyside_extension': , 'qApp': , 'execfile': , 'runfile': }, 'napari_hook_implementation': , 'QWidget': , 'QHBoxLayout': , 'QVBoxLayout': , 'QPushButton': , 'QFileDialog': }, {'__name__': 'napari_script_editor._dock_widget', '__doc__': None, '__package__': 'napari_script_editor', '__loader__': , '__spec__': ModuleSpec(name='napari_script_editor._dock_widget', loader=, origin='C:\\Users\\rober\\AppData\\Local\\Programs\\napari\\python\\\\Lib\\\\site-packages\\napari_script_editor\\_dock_widget.py'), '__file__': 'C:\\Users\\rober\\AppData\\Local\\Programs\\napari\\python\\\\Lib\\\\site-packages\\napari_script_editor\\_dock_widget.py', '__cached__': 'C:\\Users\\rober\\AppData\\Local\\Programs\\napari\\python\\\\Lib\\\\site-packages\\napari_script_editor\\__pycache__\\_dock_widget.cpython-38.pyc', '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis represents `...' in slices.", '__package__': '', '__loader__': , '__spec__': ModuleSpec(name='builtins', loader=), '__build_class__': , '__import__': , 'abs': , 'all': , 'any': , 'ascii': , 'bin': , 'breakpoint': , 'callable': , 'chr': , 'compile': , 'delattr': , 'dir': , 'divmod': , 'eval': , 'exec': , 'format': , 'getattr': , 'globals': , 'hasattr': , 'hash': , 'hex': , 'id': , 'input': , 'isinstance': , 'issubclass': , 'iter': , 'len': , 'locals': , 'max': , 'min': , 'next': , 'oct': , 'ord': , 'pow': , 'print': , 'repr': , 'round': , 'setattr': , 'sorted': , 'sum': , 'vars': , 'None': None, 'Ellipsis': Ellipsis, 'NotImplemented': NotImplemented, 'False': False, 'True': True, 'bool': , 'memoryview': , 'bytearray': , 'bytes': , 'classmethod': , 'complex': , 'dict': , 'enumerate': , 'filter': , 'float': , 'frozenset': , 'property': , 'int': , 'list': , 'map': , 'object': , 'range': , 'reversed': , 'set': , 'slice': , 'staticmethod': , 'str': , 'super': , 'tuple': , 'type': , 'zip': , '__debug__': True, 'BaseException': , 'Exception': , 'TypeError': , 'StopAsyncIteration': , 'StopIteration': , 'GeneratorExit': , 'SystemExit': , 'KeyboardInterrupt': , 'ImportError': , 'ModuleNotFoundError': , 'OSError': , 'EnvironmentError': , 'IOError': , 'WindowsError': , 'EOFError': , 'RuntimeError': , 'RecursionError': , 'NotImplementedError': , 'NameError': , 'UnboundLocalError': , 'AttributeError': , 'SyntaxError': , 'IndentationError': , 'TabError': , 'LookupError': , 'IndexError': , 'KeyError': , 'ValueError': , 'UnicodeError': , 'UnicodeEncodeError': , 'UnicodeDecodeError': , 'UnicodeTranslateError': , 'AssertionError': , 'ArithmeticError': , 'FloatingPointError': , 'OverflowError': , 'ZeroDivisionError': , 'SystemError': , 'ReferenceError': , 'MemoryError': , 'BufferError': , 'Warning': , 'UserWarning': , 'DeprecationWarning': , 'PendingDeprecationWarning': , 'SyntaxWarning': , 'RuntimeWarning': , 'FutureWarning': , 'ImportWarning': , 'UnicodeWarning': , 'BytesWarning': , 'ResourceWarning': , 'ConnectionError': , 'BlockingIOError': , 'BrokenPipeError': , 'ChildProcessError': , 'ConnectionAbortedError': , 'ConnectionRefusedError': , 'ConnectionResetError': , 'FileExistsError': , 'FileNotFoundError': , 'IsADirectoryError': , 'NotADirectoryError': , 'InterruptedError': , 'PermissionError': , 'ProcessLookupError': , 'TimeoutError': , 'open': , '__pybind11_internals_v3_msvc__': , '_init_pyside_extension': , 'qApp': , 'execfile': , 'runfile': }, 'napari_hook_implementation': , 'QWidget': , 'QHBoxLayout': , 'QVBoxLayout': , 'QPushButton': , 'QFileDialog': }, ('server',), 0)
        kwargs = {}
    143 

~\AppData\Local\Programs\napari\python\\Lib\\site-packages\pyqode\python\backend\__init__.py in 
      6 """
----> 7 from .workers import calltips
        global workers = undefined
        global calltips = undefined
      8 from .workers import defined_names

~\AppData\Local\Programs\napari\app_packages\shiboken2\files.dir\shibokensupport\__feature__.py in _import(name='workers', *args=({'__builtins__': {'ArithmeticError': , 'AssertionError': , 'AttributeError': , 'BaseException': , 'BlockingIOError': , 'BrokenPipeError': , 'BufferError': , 'BytesWarning': , 'ChildProcessError': , 'ConnectionAbortedError': , ...}, '__cached__': r'C:\Users\rober\AppData\Local\Programs\napari\pyt...ython\backend\__pycache__\__init__.cpython-38.pyc', '__doc__': '\nThe backend package contains everything needed to implement the\nserver side of a python editor.\n\n', '__file__': r'C:\Users\rober\AppData\Local\Programs\napari\pyt...\\site-packages\pyqode\python\backend\__init__.py', '__loader__': , '__name__': 'pyqode.python.backend', '__package__': 'pyqode.python.backend', '__path__': [r'C:\Users\rober\AppData\Local\Programs\napari\python\\Lib\\site-packages\pyqode\python\backend'], '__spec__': ModuleSpec(name='pyqode.python.backend', loader=...\Lib\\\\site-packages\\pyqode\\python\\backend'])}, {'__builtins__': {'ArithmeticError': , 'AssertionError': , 'AttributeError': , 'BaseException': , 'BlockingIOError': , 'BrokenPipeError': , 'BufferError': , 'BytesWarning': , 'ChildProcessError': , 'ConnectionAbortedError': , ...}, '__cached__': r'C:\Users\rober\AppData\Local\Programs\napari\pyt...ython\backend\__pycache__\__init__.cpython-38.pyc', '__doc__': '\nThe backend package contains everything needed to implement the\nserver side of a python editor.\n\n', '__file__': r'C:\Users\rober\AppData\Local\Programs\napari\pyt...\\site-packages\pyqode\python\backend\__init__.py', '__loader__': , '__name__': 'pyqode.python.backend', '__package__': 'pyqode.python.backend', '__path__': [r'C:\Users\rober\AppData\Local\Programs\napari\python\\Lib\\site-packages\pyqode\python\backend'], '__spec__': ModuleSpec(name='pyqode.python.backend', loader=...\Lib\\\\site-packages\\pyqode\\python\\backend'])}, ('calltips',), 1), **kwargs={})
    141     pyside_feature_dict[importing_module] = flag
--> 142     return original_import(name, *args, **kwargs)
        global original_import = 
        name = 'workers'
        args = ({'__name__': 'pyqode.python.backend', '__doc__': '\nThe backend package contains everything needed to implement the\nserver side of a python editor.\n\n', '__package__': 'pyqode.python.backend', '__loader__': , '__spec__': ModuleSpec(name='pyqode.python.backend', loader=, origin='C:\\Users\\rober\\AppData\\Local\\Programs\\napari\\python\\\\Lib\\\\site-packages\\pyqode\\python\\backend\\__init__.py', submodule_search_locations=['C:\\Users\\rober\\AppData\\Local\\Programs\\napari\\python\\\\Lib\\\\site-packages\\pyqode\\python\\backend']), '__path__': ['C:\\Users\\rober\\AppData\\Local\\Programs\\napari\\python\\\\Lib\\\\site-packages\\pyqode\\python\\backend'], '__file__': 'C:\\Users\\rober\\AppData\\Local\\Programs\\napari\\python\\\\Lib\\\\site-packages\\pyqode\\python\\backend\\__init__.py', '__cached__': 'C:\\Users\\rober\\AppData\\Local\\Programs\\napari\\python\\\\Lib\\\\site-packages\\pyqode\\python\\backend\\__pycache__\\__init__.cpython-38.pyc', '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis represents `...' in slices.", '__package__': '', '__loader__': , '__spec__': ModuleSpec(name='builtins', loader=), '__build_class__': , '__import__': , 'abs': , 'all': , 'any': , 'ascii': , 'bin': , 'breakpoint': , 'callable': , 'chr': , 'compile': , 'delattr': , 'dir': , 'divmod': , 'eval': , 'exec': , 'format': , 'getattr': , 'globals': , 'hasattr': , 'hash': , 'hex': , 'id': , 'input': , 'isinstance': , 'issubclass': , 'iter': , 'len': , 'locals': , 'max': , 'min': , 'next': , 'oct': , 'ord': , 'pow': , 'print': , 'repr': , 'round': , 'setattr': , 'sorted': , 'sum': , 'vars': , 'None': None, 'Ellipsis': Ellipsis, 'NotImplemented': NotImplemented, 'False': False, 'True': True, 'bool': , 'memoryview': , 'bytearray': , 'bytes': , 'classmethod': , 'complex': , 'dict': , 'enumerate': , 'filter': , 'float': , 'frozenset': , 'property': , 'int': , 'list': , 'map': , 'object': , 'range': , 'reversed': , 'set': , 'slice': , 'staticmethod': , 'str': , 'super': , 'tuple': , 'type': , 'zip': , '__debug__': True, 'BaseException': , 'Exception': , 'TypeError': , 'StopAsyncIteration': , 'StopIteration': , 'GeneratorExit': , 'SystemExit': , 'KeyboardInterrupt': , 'ImportError': , 'ModuleNotFoundError': , 'OSError': , 'EnvironmentError': , 'IOError': , 'WindowsError': , 'EOFError': , 'RuntimeError': , 'RecursionError': , 'NotImplementedError': , 'NameError': , 'UnboundLocalError': , 'AttributeError': , 'SyntaxError': , 'IndentationError': , 'TabError': , 'LookupError': , 'IndexError': , 'KeyError': , 'ValueError': , 'UnicodeError': , 'UnicodeEncodeError': , 'UnicodeDecodeError': , 'UnicodeTranslateError': , 'AssertionError': , 'ArithmeticError': , 'FloatingPointError': , 'OverflowError': , 'ZeroDivisionError': , 'SystemError': , 'ReferenceError': , 'MemoryError': , 'BufferError': , 'Warning': , 'UserWarning': , 'DeprecationWarning': , 'PendingDeprecationWarning': , 'SyntaxWarning': , 'RuntimeWarning': , 'FutureWarning': , 'ImportWarning': , 'UnicodeWarning': , 'BytesWarning': , 'ResourceWarning': , 'ConnectionError': , 'BlockingIOError': , 'BrokenPipeError': , 'ChildProcessError': , 'ConnectionAbortedError': , 'ConnectionRefusedError': , 'ConnectionResetError': , 'FileExistsError': , 'FileNotFoundError': , 'IsADirectoryError': , 'NotADirectoryError': , 'InterruptedError': , 'PermissionError': , 'ProcessLookupError': , 'TimeoutError': , 'open': , '__pybind11_internals_v3_msvc__': , '_init_pyside_extension': , 'qApp': , 'execfile': , 'runfile': }}, {'__name__': 'pyqode.python.backend', '__doc__': '\nThe backend package contains everything needed to implement the\nserver side of a python editor.\n\n', '__package__': 'pyqode.python.backend', '__loader__': , '__spec__': ModuleSpec(name='pyqode.python.backend', loader=, origin='C:\\Users\\rober\\AppData\\Local\\Programs\\napari\\python\\\\Lib\\\\site-packages\\pyqode\\python\\backend\\__init__.py', submodule_search_locations=['C:\\Users\\rober\\AppData\\Local\\Programs\\napari\\python\\\\Lib\\\\site-packages\\pyqode\\python\\backend']), '__path__': ['C:\\Users\\rober\\AppData\\Local\\Programs\\napari\\python\\\\Lib\\\\site-packages\\pyqode\\python\\backend'], '__file__': 'C:\\Users\\rober\\AppData\\Local\\Programs\\napari\\python\\\\Lib\\\\site-packages\\pyqode\\python\\backend\\__init__.py', '__cached__': 'C:\\Users\\rober\\AppData\\Local\\Programs\\napari\\python\\\\Lib\\\\site-packages\\pyqode\\python\\backend\\__pycache__\\__init__.cpython-38.pyc', '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis represents `...' in slices.", '__package__': '', '__loader__': , '__spec__': ModuleSpec(name='builtins', loader=), '__build_class__': , '__import__': , 'abs': , 'all': , 'any': , 'ascii': , 'bin': , 'breakpoint': , 'callable': , 'chr': , 'compile': , 'delattr': , 'dir': , 'divmod': , 'eval': , 'exec': , 'format': , 'getattr': , 'globals': , 'hasattr': , 'hash': , 'hex': , 'id': , 'input': , 'isinstance': , 'issubclass': , 'iter': , 'len': , 'locals': , 'max': , 'min': , 'next': , 'oct': , 'ord': , 'pow': , 'print': , 'repr': , 'round': , 'setattr': , 'sorted': , 'sum': , 'vars': , 'None': None, 'Ellipsis': Ellipsis, 'NotImplemented': NotImplemented, 'False': False, 'True': True, 'bool': , 'memoryview': , 'bytearray': , 'bytes': , 'classmethod': , 'complex': , 'dict': , 'enumerate': , 'filter': , 'float': , 'frozenset': , 'property': , 'int': , 'list': , 'map': , 'object': , 'range': , 'reversed': , 'set': , 'slice': , 'staticmethod': , 'str': , 'super': , 'tuple': , 'type': , 'zip': , '__debug__': True, 'BaseException': , 'Exception': , 'TypeError': , 'StopAsyncIteration': , 'StopIteration': , 'GeneratorExit': , 'SystemExit': , 'KeyboardInterrupt': , 'ImportError': , 'ModuleNotFoundError': , 'OSError': , 'EnvironmentError': , 'IOError': , 'WindowsError': , 'EOFError': , 'RuntimeError': , 'RecursionError': , 'NotImplementedError': , 'NameError': , 'UnboundLocalError': , 'AttributeError': , 'SyntaxError': , 'IndentationError': , 'TabError': , 'LookupError': , 'IndexError': , 'KeyError': , 'ValueError': , 'UnicodeError': , 'UnicodeEncodeError': , 'UnicodeDecodeError': , 'UnicodeTranslateError': , 'AssertionError': , 'ArithmeticError': , 'FloatingPointError': , 'OverflowError': , 'ZeroDivisionError': , 'SystemError': , 'ReferenceError': , 'MemoryError': , 'BufferError': , 'Warning': , 'UserWarning': , 'DeprecationWarning': , 'PendingDeprecationWarning': , 'SyntaxWarning': , 'RuntimeWarning': , 'FutureWarning': , 'ImportWarning': , 'UnicodeWarning': , 'BytesWarning': , 'ResourceWarning': , 'ConnectionError': , 'BlockingIOError': , 'BrokenPipeError': , 'ChildProcessError': , 'ConnectionAbortedError': , 'ConnectionRefusedError': , 'ConnectionResetError': , 'FileExistsError': , 'FileNotFoundError': , 'IsADirectoryError': , 'NotADirectoryError': , 'InterruptedError': , 'PermissionError': , 'ProcessLookupError': , 'TimeoutError': , 'open': , '__pybind11_internals_v3_msvc__': , '_init_pyside_extension': , 'qApp': , 'execfile': , 'runfile': }}, ('calltips',), 1)
        kwargs = {}
    143 

~\AppData\Local\Programs\napari\python\\Lib\\site-packages\pyqode\python\backend\workers.py in 
      9 import jedi
---> 10 from pyqode.core.share import Definition
        global pyqode.core.share = undefined
        global Definition = undefined
     11 from pyflakes import messages

~\AppData\Local\Programs\napari\app_packages\shiboken2\files.dir\shibokensupport\__feature__.py in _import(name='pyqode.core.share', *args=({'__builtins__': {'ArithmeticError': , 'AssertionError': , 'AttributeError': , 'BaseException': , 'BlockingIOError': , 'BrokenPipeError': , 'BufferError': , 'BytesWarning': , 'ChildProcessError': , 'ConnectionAbortedError': , ...}, '__cached__': r'C:\Users\rober\AppData\Local\Programs\napari\pyt...python\backend\__pycache__\workers.cpython-38.pyc', '__doc__': '\nContains the worker classes/functions executed on the server side.\n', '__file__': r'C:\Users\rober\AppData\Local\Programs\napari\pyt...b\\site-packages\pyqode\python\backend\workers.py', '__loader__': , '__name__': 'pyqode.python.backend.workers', '__package__': 'pyqode.python.backend', '__spec__': ModuleSpec(name='pyqode.python.backend.workers',...e-packages\\pyqode\\python\\backend\\workers.py'), 'jedi': , 'logging': , ...}, {'__builtins__': {'ArithmeticError': , 'AssertionError': , 'AttributeError': , 'BaseException': , 'BlockingIOError': , 'BrokenPipeError': , 'BufferError': , 'BytesWarning': , 'ChildProcessError': , 'ConnectionAbortedError': , ...}, '__cached__': r'C:\Users\rober\AppData\Local\Programs\napari\pyt...python\backend\__pycache__\workers.cpython-38.pyc', '__doc__': '\nContains the worker classes/functions executed on the server side.\n', '__file__': r'C:\Users\rober\AppData\Local\Programs\napari\pyt...b\\site-packages\pyqode\python\backend\workers.py', '__loader__': , '__name__': 'pyqode.python.backend.workers', '__package__': 'pyqode.python.backend', '__spec__': ModuleSpec(name='pyqode.python.backend.workers',...e-packages\\pyqode\\python\\backend\\workers.py'), 'jedi': , 'logging': , ...}, ('Definition',), 0), **kwargs={})
    141     pyside_feature_dict[importing_module] = flag
--> 142     return original_import(name, *args, **kwargs)
        global original_import = 
        name = 'pyqode.core.share'
        args = ({'__name__': 'pyqode.python.backend.workers', '__doc__': '\nContains the worker classes/functions executed on the server side.\n', '__package__': 'pyqode.python.backend', '__loader__': , '__spec__': ModuleSpec(name='pyqode.python.backend.workers', loader=, origin='C:\\Users\\rober\\AppData\\Local\\Programs\\napari\\python\\\\Lib\\\\site-packages\\pyqode\\python\\backend\\workers.py'), '__file__': 'C:\\Users\\rober\\AppData\\Local\\Programs\\napari\\python\\\\Lib\\\\site-packages\\pyqode\\python\\backend\\workers.py', '__cached__': 'C:\\Users\\rober\\AppData\\Local\\Programs\\napari\\python\\\\Lib\\\\site-packages\\pyqode\\python\\backend\\__pycache__\\workers.cpython-38.pyc', '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis represents `...' in slices.", '__package__': '', '__loader__': , '__spec__': ModuleSpec(name='builtins', loader=), '__build_class__': , '__import__': , 'abs': , 'all': , 'any': , 'ascii': , 'bin': , 'breakpoint': , 'callable': , 'chr': , 'compile': , 'delattr': , 'dir': , 'divmod': , 'eval': , 'exec': , 'format': , 'getattr': , 'globals': , 'hasattr': , 'hash': , 'hex': , 'id': , 'input': , 'isinstance': , 'issubclass': , 'iter': , 'len': , 'locals': , 'max': , 'min': , 'next': , 'oct': , 'ord': , 'pow': , 'print': , 'repr': , 'round': , 'setattr': , 'sorted': , 'sum': , 'vars': , 'None': None, 'Ellipsis': Ellipsis, 'NotImplemented': NotImplemented, 'False': False, 'True': True, 'bool': , 'memoryview': , 'bytearray': , 'bytes': , 'classmethod': , 'complex': , 'dict': , 'enumerate': , 'filter': , 'float': , 'frozenset': , 'property': , 'int': , 'list': , 'map': , 'object': , 'range': , 'reversed': , 'set': , 'slice': , 'staticmethod': , 'str': , 'super': , 'tuple': , 'type': , 'zip': , '__debug__': True, 'BaseException': , 'Exception': , 'TypeError': , 'StopAsyncIteration': , 'StopIteration': , 'GeneratorExit': , 'SystemExit': , 'KeyboardInterrupt': , 'ImportError': , 'ModuleNotFoundError': , 'OSError': , 'EnvironmentError': , 'IOError': , 'WindowsError': , 'EOFError': , 'RuntimeError': , 'RecursionError': , 'NotImplementedError': , 'NameError': , 'UnboundLocalError': , 'AttributeError': , 'SyntaxError': , 'IndentationError': , 'TabError': , 'LookupError': , 'IndexError': , 'KeyError': , 'ValueError': , 'UnicodeError': , 'UnicodeEncodeError': , 'UnicodeDecodeError': , 'UnicodeTranslateError': , 'AssertionError': , 'ArithmeticError': , 'FloatingPointError': , 'OverflowError': , 'ZeroDivisionError': , 'SystemError': , 'ReferenceError': , 'MemoryError': , 'BufferError': , 'Warning': , 'UserWarning': , 'DeprecationWarning': , 'PendingDeprecationWarning': , 'SyntaxWarning': , 'RuntimeWarning': , 'FutureWarning': , 'ImportWarning': , 'UnicodeWarning': , 'BytesWarning': , 'ResourceWarning': , 'ConnectionError': , 'BlockingIOError': , 'BrokenPipeError': , 'ChildProcessError': , 'ConnectionAbortedError': , 'ConnectionRefusedError': , 'ConnectionResetError': , 'FileExistsError': , 'FileNotFoundError': , 'IsADirectoryError': , 'NotADirectoryError': , 'InterruptedError': , 'PermissionError': , 'ProcessLookupError': , 'TimeoutError': , 'open': , '__pybind11_internals_v3_msvc__': , '_init_pyside_extension': , 'qApp': , 'execfile': , 'runfile': }, 'logging': , 'os': , 'tempfile': , 'jedi': }, {'__name__': 'pyqode.python.backend.workers', '__doc__': '\nContains the worker classes/functions executed on the server side.\n', '__package__': 'pyqode.python.backend', '__loader__': , '__spec__': ModuleSpec(name='pyqode.python.backend.workers', loader=, origin='C:\\Users\\rober\\AppData\\Local\\Programs\\napari\\python\\\\Lib\\\\site-packages\\pyqode\\python\\backend\\workers.py'), '__file__': 'C:\\Users\\rober\\AppData\\Local\\Programs\\napari\\python\\\\Lib\\\\site-packages\\pyqode\\python\\backend\\workers.py', '__cached__': 'C:\\Users\\rober\\AppData\\Local\\Programs\\napari\\python\\\\Lib\\\\site-packages\\pyqode\\python\\backend\\__pycache__\\workers.cpython-38.pyc', '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis represents `...' in slices.", '__package__': '', '__loader__': , '__spec__': ModuleSpec(name='builtins', loader=), '__build_class__': , '__import__': , 'abs': , 'all': , 'any': , 'ascii': , 'bin': , 'breakpoint': , 'callable': , 'chr': , 'compile': , 'delattr': , 'dir': , 'divmod': , 'eval': , 'exec': , 'format': , 'getattr': , 'globals': , 'hasattr': , 'hash': , 'hex': , 'id': , 'input': , 'isinstance': , 'issubclass': , 'iter': , 'len': , 'locals': , 'max': , 'min': , 'next': , 'oct': , 'ord': , 'pow': , 'print': , 'repr': , 'round': , 'setattr': , 'sorted': , 'sum': , 'vars': , 'None': None, 'Ellipsis': Ellipsis, 'NotImplemented': NotImplemented, 'False': False, 'True': True, 'bool': , 'memoryview': , 'bytearray': , 'bytes': , 'classmethod': , 'complex': , 'dict': , 'enumerate': , 'filter': , 'float': , 'frozenset': , 'property': , 'int': , 'list': , 'map': , 'object': , 'range': , 'reversed': , 'set': , 'slice': , 'staticmethod': , 'str': , 'super': , 'tuple': , 'type': , 'zip': , '__debug__': True, 'BaseException': , 'Exception': , 'TypeError': , 'StopAsyncIteration': , 'StopIteration': , 'GeneratorExit': , 'SystemExit': , 'KeyboardInterrupt': , 'ImportError': , 'ModuleNotFoundError': , 'OSError': , 'EnvironmentError': , 'IOError': , 'WindowsError': , 'EOFError': , 'RuntimeError': , 'RecursionError': , 'NotImplementedError': , 'NameError': , 'UnboundLocalError': , 'AttributeError': , 'SyntaxError': , 'IndentationError': , 'TabError': , 'LookupError': , 'IndexError': , 'KeyError': , 'ValueError': , 'UnicodeError': , 'UnicodeEncodeError': , 'UnicodeDecodeError': , 'UnicodeTranslateError': , 'AssertionError': , 'ArithmeticError': , 'FloatingPointError': , 'OverflowError': , 'ZeroDivisionError': , 'SystemError': , 'ReferenceError': , 'MemoryError': , 'BufferError': , 'Warning': , 'UserWarning': , 'DeprecationWarning': , 'PendingDeprecationWarning': , 'SyntaxWarning': , 'RuntimeWarning': , 'FutureWarning': , 'ImportWarning': , 'UnicodeWarning': , 'BytesWarning': , 'ResourceWarning': , 'ConnectionError': , 'BlockingIOError': , 'BrokenPipeError': , 'ChildProcessError': , 'ConnectionAbortedError': , 'ConnectionRefusedError': , 'ConnectionResetError': , 'FileExistsError': , 'FileNotFoundError': , 'IsADirectoryError': , 'NotADirectoryError': , 'InterruptedError': , 'PermissionError': , 'ProcessLookupError': , 'TimeoutError': , 'open': , '__pybind11_internals_v3_msvc__': , '_init_pyside_extension': , 'qApp': , 'execfile': , 'runfile': }, 'logging': , 'os': , 'tempfile': , 'jedi': }, ('Definition',), 0)
        kwargs = {}
    143 

ModuleNotFoundError: No module named 'pyqode.core.share'

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

PluginImportError                         Traceback (most recent call last)
~\AppData\Local\Programs\napari\\app_packages\napari_plugin_engine\manager.py in discover(self=, path=None, entry_point=None, prefix=None, ignore_errors=True)
    262 
    263             try:
--> 264                 if self._load_and_register(mod_name, name):
        self._load_and_register = >
        mod_name = 'napari_tools_menu'
        name = 'napari-tools-menu'
    265                     count += 1
    266                     self._id_counts[name] = 1

~\AppData\Local\Programs\napari\\app_packages\napari_plugin_engine\manager.py in _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(
        global PluginImportError = 
        plugin_name = 'napari-script-editor'
        global cause = undefined
        exc = undefined
    323                 f'Error while importing module {mod_name}',
    324                 plugin_name=plugin_name,

PluginImportError: Error while importing module napari_script_editor
================================================================================

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

No branches or pull requests

1 participant