2022-09-19T10:22:24,415 Created temporary directory: /tmp/pip-ephem-wheel-cache-c94gkcaw 2022-09-19T10:22:24,420 Created temporary directory: /tmp/pip-build-tracker-64ul2m6x 2022-09-19T10:22:24,421 Initialized build tracking at /tmp/pip-build-tracker-64ul2m6x 2022-09-19T10:22:24,421 Created build tracker: /tmp/pip-build-tracker-64ul2m6x 2022-09-19T10:22:24,422 Entered build tracker: /tmp/pip-build-tracker-64ul2m6x 2022-09-19T10:22:24,423 Created temporary directory: /tmp/pip-wheel-e6noprm3 2022-09-19T10:22:24,495 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2022-09-19T10:22:24,504 2 location(s) to search for versions of napari-pixel-correction: 2022-09-19T10:22:24,504 * https://pypi.org/simple/napari-pixel-correction/ 2022-09-19T10:22:24,504 * https://www.piwheels.org/simple/napari-pixel-correction/ 2022-09-19T10:22:24,505 Fetching project page and analyzing links: https://pypi.org/simple/napari-pixel-correction/ 2022-09-19T10:22:24,506 Getting page https://pypi.org/simple/napari-pixel-correction/ 2022-09-19T10:22:24,509 Found index url https://pypi.org/simple 2022-09-19T10:22:24,634 Found link https://files.pythonhosted.org/packages/8d/77/9c3289a2446b36525dd42c1e68af66138e1ea1452a4762a57aadddf4274d/napari-pixel-correction-0.1.0.tar.gz#sha256=7e16896a9c3fe4d0ec7fbcd4b6a97f151827ecc032ea9c689241995a2eb2f0d5 (from https://pypi.org/simple/napari-pixel-correction/) (requires-python:>=3.8), version: 0.1.0 2022-09-19T10:22:24,635 Skipping link: No binaries permitted for napari-pixel-correction: https://files.pythonhosted.org/packages/b5/19/381e2eb9a6f30c660cda2e1f960419f97d74ee9c5b9a93cc5959cef19e31/napari_pixel_correction-0.1.0-py3-none-any.whl#sha256=10aaf3fa11fae1f5f60d2e07a61fe4c690ff8796f90bdcc3c00c8976e419ed14 (from https://pypi.org/simple/napari-pixel-correction/) (requires-python:>=3.8) 2022-09-19T10:22:24,636 Fetching project page and analyzing links: https://www.piwheels.org/simple/napari-pixel-correction/ 2022-09-19T10:22:24,636 Getting page https://www.piwheels.org/simple/napari-pixel-correction/ 2022-09-19T10:22:24,638 Found index url https://www.piwheels.org/simple 2022-09-19T10:22:24,842 Skipping link: not a file: https://www.piwheels.org/simple/napari-pixel-correction/ 2022-09-19T10:22:24,842 Skipping link: not a file: https://pypi.org/simple/napari-pixel-correction/ 2022-09-19T10:22:24,887 Given no hashes to check 1 links for project 'napari-pixel-correction': discarding no candidates 2022-09-19T10:22:24,930 Collecting napari-pixel-correction==0.1.0 2022-09-19T10:22:24,935 Created temporary directory: /tmp/pip-unpack-1gksik45 2022-09-19T10:22:25,187 Downloading napari-pixel-correction-0.1.0.tar.gz (10 kB) 2022-09-19T10:22:25,298 Added napari-pixel-correction==0.1.0 from https://files.pythonhosted.org/packages/8d/77/9c3289a2446b36525dd42c1e68af66138e1ea1452a4762a57aadddf4274d/napari-pixel-correction-0.1.0.tar.gz#sha256=7e16896a9c3fe4d0ec7fbcd4b6a97f151827ecc032ea9c689241995a2eb2f0d5 to build tracker '/tmp/pip-build-tracker-64ul2m6x' 2022-09-19T10:22:25,308 Created temporary directory: /tmp/pip-build-env-i_ul9cd6 2022-09-19T10:22:25,330 Created temporary directory: /tmp/pip-standalone-pip-kh9l_jyg 2022-09-19T10:22:27,622 Installing build dependencies: started 2022-09-19T10:22:27,624 Running command pip subprocess to install build dependencies 2022-09-19T10:22:38,921 Using pip 22.1.2 from /tmp/pip-standalone-pip-kh9l_jyg/__env_pip__.zip/pip (python 3.9) 2022-09-19T10:22:40,501 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2022-09-19T10:22:44,601 Collecting setuptools>=42.0.0 2022-09-19T10:22:44,892 Using cached https://www.piwheels.org/simple/setuptools/setuptools-65.3.0-py3-none-any.whl (1.2 MB) 2022-09-19T10:22:45,563 Collecting wheel 2022-09-19T10:22:45,597 Using cached https://www.piwheels.org/simple/wheel/wheel-0.37.1-py2.py3-none-any.whl (35 kB) 2022-09-19T10:22:51,493 Installing collected packages: wheel, setuptools 2022-09-19T10:22:51,813 Creating /tmp/pip-build-env-i_ul9cd6/overlay/bin 2022-09-19T10:22:51,818 changing mode of /tmp/pip-build-env-i_ul9cd6/overlay/bin/wheel to 755 2022-09-19T10:22:57,673 Successfully installed setuptools-65.3.0 wheel-0.37.1 2022-09-19T10:22:57,871 --- Logging error --- 2022-09-19T10:22:57,888 Traceback (most recent call last): 2022-09-19T10:22:57,888 File "/tmp/pip-standalone-pip-kh9l_jyg/__env_pip__.zip/pip/_internal/utils/logging.py", line 177, in emit 2022-09-19T10:22:57,889 self.console.print(renderable, overflow="ignore", crop=False, style=style) 2022-09-19T10:22:57,889 File "/tmp/pip-standalone-pip-kh9l_jyg/__env_pip__.zip/pip/_vendor/rich/console.py", line 1752, in print 2022-09-19T10:22:57,889 extend(render(renderable, render_options)) 2022-09-19T10:22:57,890 File "/tmp/pip-standalone-pip-kh9l_jyg/__env_pip__.zip/pip/_vendor/rich/console.py", line 1390, in render 2022-09-19T10:22:57,890 for render_output in iter_render: 2022-09-19T10:22:57,890 File "/tmp/pip-standalone-pip-kh9l_jyg/__env_pip__.zip/pip/_internal/utils/logging.py", line 134, in __rich_console__ 2022-09-19T10:22:57,891 for line in lines: 2022-09-19T10:22:57,891 File "/tmp/pip-standalone-pip-kh9l_jyg/__env_pip__.zip/pip/_vendor/rich/segment.py", line 245, in split_lines 2022-09-19T10:22:57,891 for segment in segments: 2022-09-19T10:22:57,891 File "/tmp/pip-standalone-pip-kh9l_jyg/__env_pip__.zip/pip/_vendor/rich/console.py", line 1368, in render 2022-09-19T10:22:57,892 renderable = rich_cast(renderable) 2022-09-19T10:22:57,892 File "/tmp/pip-standalone-pip-kh9l_jyg/__env_pip__.zip/pip/_vendor/rich/protocol.py", line 36, in rich_cast 2022-09-19T10:22:57,893 renderable = cast_method() 2022-09-19T10:22:57,893 File "/tmp/pip-standalone-pip-kh9l_jyg/__env_pip__.zip/pip/_internal/self_outdated_check.py", line 130, in __rich__ 2022-09-19T10:22:57,893 pip_cmd = get_best_invocation_for_this_pip() 2022-09-19T10:22:57,894 File "/tmp/pip-standalone-pip-kh9l_jyg/__env_pip__.zip/pip/_internal/utils/entrypoints.py", line 58, in get_best_invocation_for_this_pip 2022-09-19T10:22:57,894 if found_executable and os.path.samefile( 2022-09-19T10:22:57,894 File "/usr/lib/python3.9/genericpath.py", line 101, in samefile 2022-09-19T10:22:57,894 s2 = os.stat(f2) 2022-09-19T10:22:57,895 FileNotFoundError: [Errno 2] No such file or directory: '/usr/bin/pip3.9' 2022-09-19T10:22:57,895 Call stack: 2022-09-19T10:22:57,899 File "/usr/lib/python3.9/runpy.py", line 197, in _run_module_as_main 2022-09-19T10:22:57,899 return _run_code(code, main_globals, None, 2022-09-19T10:22:57,899 File "/usr/lib/python3.9/runpy.py", line 87, in _run_code 2022-09-19T10:22:57,900 exec(code, run_globals) 2022-09-19T10:22:57,900 File "/tmp/pip-standalone-pip-kh9l_jyg/__env_pip__.zip/pip/__main__.py", line 31, in 2022-09-19T10:22:57,900 sys.exit(_main()) 2022-09-19T10:22:57,901 File "/tmp/pip-standalone-pip-kh9l_jyg/__env_pip__.zip/pip/_internal/cli/main.py", line 70, in main 2022-09-19T10:22:57,901 return command.main(cmd_args) 2022-09-19T10:22:57,901 File "/tmp/pip-standalone-pip-kh9l_jyg/__env_pip__.zip/pip/_internal/cli/base_command.py", line 101, in main 2022-09-19T10:22:57,902 return self._main(args) 2022-09-19T10:22:57,902 File "/tmp/pip-standalone-pip-kh9l_jyg/__env_pip__.zip/pip/_internal/cli/base_command.py", line 223, in _main 2022-09-19T10:22:57,903 self.handle_pip_version_check(options) 2022-09-19T10:22:57,903 File "/tmp/pip-standalone-pip-kh9l_jyg/__env_pip__.zip/pip/_internal/cli/req_command.py", line 148, in handle_pip_version_check 2022-09-19T10:22:57,903 pip_self_version_check(session, options) 2022-09-19T10:22:57,904 File "/tmp/pip-standalone-pip-kh9l_jyg/__env_pip__.zip/pip/_internal/self_outdated_check.py", line 237, in pip_self_version_check 2022-09-19T10:22:57,904 logger.info("[present-rich] %s", upgrade_prompt) 2022-09-19T10:22:57,904 File "/usr/lib/python3.9/logging/__init__.py", line 1442, in info 2022-09-19T10:22:57,904 self._log(INFO, msg, args, **kwargs) 2022-09-19T10:22:57,905 File "/usr/lib/python3.9/logging/__init__.py", line 1585, in _log 2022-09-19T10:22:57,905 self.handle(record) 2022-09-19T10:22:57,905 File "/usr/lib/python3.9/logging/__init__.py", line 1595, in handle 2022-09-19T10:22:57,906 self.callHandlers(record) 2022-09-19T10:22:57,906 File "/usr/lib/python3.9/logging/__init__.py", line 1657, in callHandlers 2022-09-19T10:22:57,906 hdlr.handle(record) 2022-09-19T10:22:57,906 File "/usr/lib/python3.9/logging/__init__.py", line 948, in handle 2022-09-19T10:22:57,907 self.emit(record) 2022-09-19T10:22:57,907 File "/tmp/pip-standalone-pip-kh9l_jyg/__env_pip__.zip/pip/_internal/utils/logging.py", line 179, in emit 2022-09-19T10:22:57,907 self.handleError(record) 2022-09-19T10:22:57,908 Message: '[present-rich] %s' 2022-09-19T10:22:57,908 Arguments: (UpgradePrompt(old='22.1.2', new='22.2.2'),) 2022-09-19T10:22:58,424 Installing build dependencies: finished with status 'done' 2022-09-19T10:22:58,453 Getting requirements to build wheel: started 2022-09-19T10:22:58,455 Running command Getting requirements to build wheel 2022-09-19T10:23:00,358 /usr/local/lib/python3.9/dist-packages/setuptools/dist.py:772: UserWarning: Usage of dash-separated 'napari-pixel-correction' will not be supported in future versions. Please use the underscore name 'napari_pixel_correction' instead 2022-09-19T10:23:00,359 warnings.warn( 2022-09-19T10:23:03,031 running egg_info 2022-09-19T10:23:03,626 writing src/napari_pixel_correction.egg-info/PKG-INFO 2022-09-19T10:23:04,190 writing dependency_links to src/napari_pixel_correction.egg-info/dependency_links.txt 2022-09-19T10:23:05,867 writing entry points to src/napari_pixel_correction.egg-info/entry_points.txt 2022-09-19T10:23:06,986 writing requirements to src/napari_pixel_correction.egg-info/requires.txt 2022-09-19T10:23:07,548 writing top-level names to src/napari_pixel_correction.egg-info/top_level.txt 2022-09-19T10:23:08,225 reading manifest file 'src/napari_pixel_correction.egg-info/SOURCES.txt' 2022-09-19T10:23:08,229 reading manifest template 'MANIFEST.in' 2022-09-19T10:23:08,232 warning: no previously-included files matching '__pycache__' found under directory '*' 2022-09-19T10:23:08,234 warning: no previously-included files matching '*.py[co]' found under directory '*' 2022-09-19T10:23:08,234 adding license file 'LICENSE' 2022-09-19T10:23:08,240 writing manifest file 'src/napari_pixel_correction.egg-info/SOURCES.txt' 2022-09-19T10:23:08,447 Getting requirements to build wheel: finished with status 'done' 2022-09-19T10:23:08,467 Created temporary directory: /tmp/pip-modern-metadata-1l5hz9_z 2022-09-19T10:23:08,473 Preparing metadata (pyproject.toml): started 2022-09-19T10:23:08,475 Running command Preparing metadata (pyproject.toml) 2022-09-19T10:23:12,089 /usr/local/lib/python3.9/dist-packages/setuptools/dist.py:772: UserWarning: Usage of dash-separated 'napari-pixel-correction' will not be supported in future versions. Please use the underscore name 'napari_pixel_correction' instead 2022-09-19T10:23:12,090 warnings.warn( 2022-09-19T10:23:12,765 running dist_info 2022-09-19T10:23:13,387 creating /tmp/pip-modern-metadata-1l5hz9_z/napari_pixel_correction.egg-info 2022-09-19T10:23:13,978 writing /tmp/pip-modern-metadata-1l5hz9_z/napari_pixel_correction.egg-info/PKG-INFO 2022-09-19T10:23:14,543 writing dependency_links to /tmp/pip-modern-metadata-1l5hz9_z/napari_pixel_correction.egg-info/dependency_links.txt 2022-09-19T10:23:16,223 writing entry points to /tmp/pip-modern-metadata-1l5hz9_z/napari_pixel_correction.egg-info/entry_points.txt 2022-09-19T10:23:17,344 writing requirements to /tmp/pip-modern-metadata-1l5hz9_z/napari_pixel_correction.egg-info/requires.txt 2022-09-19T10:23:17,905 writing top-level names to /tmp/pip-modern-metadata-1l5hz9_z/napari_pixel_correction.egg-info/top_level.txt 2022-09-19T10:23:17,907 writing manifest file '/tmp/pip-modern-metadata-1l5hz9_z/napari_pixel_correction.egg-info/SOURCES.txt' 2022-09-19T10:23:18,573 reading manifest file '/tmp/pip-modern-metadata-1l5hz9_z/napari_pixel_correction.egg-info/SOURCES.txt' 2022-09-19T10:23:18,576 reading manifest template 'MANIFEST.in' 2022-09-19T10:23:18,579 warning: no previously-included files matching '__pycache__' found under directory '*' 2022-09-19T10:23:18,581 warning: no previously-included files matching '*.py[co]' found under directory '*' 2022-09-19T10:23:18,581 adding license file 'LICENSE' 2022-09-19T10:23:18,587 writing manifest file '/tmp/pip-modern-metadata-1l5hz9_z/napari_pixel_correction.egg-info/SOURCES.txt' 2022-09-19T10:23:18,589 creating '/tmp/pip-modern-metadata-1l5hz9_z/napari_pixel_correction-0.1.0.dist-info' 2022-09-19T10:23:18,825 adding license file "LICENSE" (matched pattern "LICENSE") 2022-09-19T10:23:19,047 Preparing metadata (pyproject.toml): finished with status 'done' 2022-09-19T10:23:19,065 Source in /tmp/pip-wheel-e6noprm3/napari-pixel-correction_fac666dbd07442e5bc06028f993e784d has version 0.1.0, which satisfies requirement napari-pixel-correction==0.1.0 from https://files.pythonhosted.org/packages/8d/77/9c3289a2446b36525dd42c1e68af66138e1ea1452a4762a57aadddf4274d/napari-pixel-correction-0.1.0.tar.gz#sha256=7e16896a9c3fe4d0ec7fbcd4b6a97f151827ecc032ea9c689241995a2eb2f0d5 2022-09-19T10:23:19,067 Removed napari-pixel-correction==0.1.0 from https://files.pythonhosted.org/packages/8d/77/9c3289a2446b36525dd42c1e68af66138e1ea1452a4762a57aadddf4274d/napari-pixel-correction-0.1.0.tar.gz#sha256=7e16896a9c3fe4d0ec7fbcd4b6a97f151827ecc032ea9c689241995a2eb2f0d5 from build tracker '/tmp/pip-build-tracker-64ul2m6x' 2022-09-19T10:23:19,081 Created temporary directory: /tmp/pip-unpack-csxr7122 2022-09-19T10:23:19,083 Building wheels for collected packages: napari-pixel-correction 2022-09-19T10:23:19,093 Created temporary directory: /tmp/pip-wheel-61bbp_y5 2022-09-19T10:23:19,093 Destination directory: /tmp/pip-wheel-61bbp_y5 2022-09-19T10:23:19,099 Building wheel for napari-pixel-correction (pyproject.toml): started 2022-09-19T10:23:19,101 Running command Building wheel for napari-pixel-correction (pyproject.toml) 2022-09-19T10:23:22,710 /usr/local/lib/python3.9/dist-packages/setuptools/dist.py:772: UserWarning: Usage of dash-separated 'napari-pixel-correction' will not be supported in future versions. Please use the underscore name 'napari_pixel_correction' instead 2022-09-19T10:23:22,712 warnings.warn( 2022-09-19T10:23:22,938 running bdist_wheel 2022-09-19T10:23:24,205 running build 2022-09-19T10:23:24,206 running build_py 2022-09-19T10:23:24,805 creating build 2022-09-19T10:23:24,807 creating build/lib 2022-09-19T10:23:24,809 creating build/lib/napari_pixel_correction 2022-09-19T10:23:24,812 copying src/napari_pixel_correction/_reader.py -> build/lib/napari_pixel_correction 2022-09-19T10:23:24,816 copying src/napari_pixel_correction/_widget.py -> build/lib/napari_pixel_correction 2022-09-19T10:23:24,821 copying src/napari_pixel_correction/__init__.py -> build/lib/napari_pixel_correction 2022-09-19T10:23:24,825 copying src/napari_pixel_correction/path.py -> build/lib/napari_pixel_correction 2022-09-19T10:23:24,829 copying src/napari_pixel_correction/_writer.py -> build/lib/napari_pixel_correction 2022-09-19T10:23:24,842 creating build/lib/napari_pixel_correction/_tests 2022-09-19T10:23:24,849 copying src/napari_pixel_correction/_tests/test_reader.py -> build/lib/napari_pixel_correction/_tests 2022-09-19T10:23:24,852 copying src/napari_pixel_correction/_tests/__init__.py -> build/lib/napari_pixel_correction/_tests 2022-09-19T10:23:24,856 copying src/napari_pixel_correction/_tests/test_widget.py -> build/lib/napari_pixel_correction/_tests 2022-09-19T10:23:24,864 copying src/napari_pixel_correction/_tests/test_writer.py -> build/lib/napari_pixel_correction/_tests 2022-09-19T10:23:24,867 running egg_info 2022-09-19T10:23:26,105 writing src/napari_pixel_correction.egg-info/PKG-INFO 2022-09-19T10:23:26,660 writing dependency_links to src/napari_pixel_correction.egg-info/dependency_links.txt 2022-09-19T10:23:28,373 writing entry points to src/napari_pixel_correction.egg-info/entry_points.txt 2022-09-19T10:23:29,486 writing requirements to src/napari_pixel_correction.egg-info/requires.txt 2022-09-19T10:23:30,044 writing top-level names to src/napari_pixel_correction.egg-info/top_level.txt 2022-09-19T10:23:30,089 reading manifest file 'src/napari_pixel_correction.egg-info/SOURCES.txt' 2022-09-19T10:23:30,093 reading manifest template 'MANIFEST.in' 2022-09-19T10:23:30,096 warning: no previously-included files matching '__pycache__' found under directory '*' 2022-09-19T10:23:30,098 warning: no previously-included files matching '*.py[co]' found under directory '*' 2022-09-19T10:23:30,098 adding license file 'LICENSE' 2022-09-19T10:23:30,104 writing manifest file 'src/napari_pixel_correction.egg-info/SOURCES.txt' 2022-09-19T10:23:30,108 copying src/napari_pixel_correction/napari.yaml -> build/lib/napari_pixel_correction 2022-09-19T10:23:31,313 installing to build/bdist.linux-armv7l/wheel 2022-09-19T10:23:31,314 running install 2022-09-19T10:23:31,376 running install_lib 2022-09-19T10:23:31,968 creating build/bdist.linux-armv7l 2022-09-19T10:23:31,969 creating build/bdist.linux-armv7l/wheel 2022-09-19T10:23:31,972 creating build/bdist.linux-armv7l/wheel/napari_pixel_correction 2022-09-19T10:23:31,974 copying build/lib/napari_pixel_correction/napari.yaml -> build/bdist.linux-armv7l/wheel/napari_pixel_correction 2022-09-19T10:23:31,980 creating build/bdist.linux-armv7l/wheel/napari_pixel_correction/_tests 2022-09-19T10:23:31,982 copying build/lib/napari_pixel_correction/_tests/test_reader.py -> build/bdist.linux-armv7l/wheel/napari_pixel_correction/_tests 2022-09-19T10:23:31,987 copying build/lib/napari_pixel_correction/_tests/__init__.py -> build/bdist.linux-armv7l/wheel/napari_pixel_correction/_tests 2022-09-19T10:23:31,990 copying build/lib/napari_pixel_correction/_tests/test_widget.py -> build/bdist.linux-armv7l/wheel/napari_pixel_correction/_tests 2022-09-19T10:23:31,993 copying build/lib/napari_pixel_correction/_tests/test_writer.py -> build/bdist.linux-armv7l/wheel/napari_pixel_correction/_tests 2022-09-19T10:23:31,997 copying build/lib/napari_pixel_correction/_reader.py -> build/bdist.linux-armv7l/wheel/napari_pixel_correction 2022-09-19T10:23:32,002 copying build/lib/napari_pixel_correction/_widget.py -> build/bdist.linux-armv7l/wheel/napari_pixel_correction 2022-09-19T10:23:32,007 copying build/lib/napari_pixel_correction/__init__.py -> build/bdist.linux-armv7l/wheel/napari_pixel_correction 2022-09-19T10:23:32,011 copying build/lib/napari_pixel_correction/path.py -> build/bdist.linux-armv7l/wheel/napari_pixel_correction 2022-09-19T10:23:32,015 copying build/lib/napari_pixel_correction/_writer.py -> build/bdist.linux-armv7l/wheel/napari_pixel_correction 2022-09-19T10:23:32,018 running install_egg_info 2022-09-19T10:23:32,622 Copying src/napari_pixel_correction.egg-info to build/bdist.linux-armv7l/wheel/napari_pixel_correction-0.1.0-py3.9.egg-info 2022-09-19T10:23:32,649 running install_scripts 2022-09-19T10:23:32,847 adding license file "LICENSE" (matched pattern "LICENSE") 2022-09-19T10:23:32,855 creating build/bdist.linux-armv7l/wheel/napari_pixel_correction-0.1.0.dist-info/WHEEL 2022-09-19T10:23:32,859 creating '/tmp/pip-wheel-61bbp_y5/tmpc4ij_emv/napari_pixel_correction-0.1.0-py3-none-any.whl' and adding 'build/bdist.linux-armv7l/wheel' to it 2022-09-19T10:23:32,864 adding 'napari_pixel_correction/__init__.py' 2022-09-19T10:23:32,868 adding 'napari_pixel_correction/_reader.py' 2022-09-19T10:23:32,871 adding 'napari_pixel_correction/_widget.py' 2022-09-19T10:23:32,873 adding 'napari_pixel_correction/_writer.py' 2022-09-19T10:23:32,876 adding 'napari_pixel_correction/napari.yaml' 2022-09-19T10:23:32,878 adding 'napari_pixel_correction/path.py' 2022-09-19T10:23:32,881 adding 'napari_pixel_correction/_tests/__init__.py' 2022-09-19T10:23:32,884 adding 'napari_pixel_correction/_tests/test_reader.py' 2022-09-19T10:23:32,886 adding 'napari_pixel_correction/_tests/test_widget.py' 2022-09-19T10:23:32,888 adding 'napari_pixel_correction/_tests/test_writer.py' 2022-09-19T10:23:32,893 adding 'napari_pixel_correction-0.1.0.dist-info/LICENSE' 2022-09-19T10:23:32,896 adding 'napari_pixel_correction-0.1.0.dist-info/METADATA' 2022-09-19T10:23:32,898 adding 'napari_pixel_correction-0.1.0.dist-info/WHEEL' 2022-09-19T10:23:32,900 adding 'napari_pixel_correction-0.1.0.dist-info/entry_points.txt' 2022-09-19T10:23:32,901 adding 'napari_pixel_correction-0.1.0.dist-info/top_level.txt' 2022-09-19T10:23:32,903 adding 'napari_pixel_correction-0.1.0.dist-info/RECORD' 2022-09-19T10:23:32,906 removing build/bdist.linux-armv7l/wheel 2022-09-19T10:23:33,169 Building wheel for napari-pixel-correction (pyproject.toml): finished with status 'done' 2022-09-19T10:23:33,182 Created wheel for napari-pixel-correction: filename=napari_pixel_correction-0.1.0-py3-none-any.whl size=10661 sha256=8f3d9747ffae9ae6d647233d00b4402ae11946001966993a6f9dc54918ba8e35 2022-09-19T10:23:33,184 Stored in directory: /tmp/pip-ephem-wheel-cache-c94gkcaw/wheels/8a/32/7e/a18042c61ccec130b19ab516c96e6b82a009aa3cf71b70fe9e 2022-09-19T10:23:33,208 Successfully built napari-pixel-correction 2022-09-19T10:23:33,216 Removed build tracker: '/tmp/pip-build-tracker-64ul2m6x'