platformio-core-installer icon indicating copy to clipboard operation
platformio-core-installer copied to clipboard

Installation Manager

Open SFNFIH opened this issue 1 year ago • 0 comments

%23 Description of problem Leave a comment...

BEFORE SUBMITTING, PLEASE SEARCH FOR DUPLICATES IN

  • https://github.com/platformio/platformio-vscode-ide/issues%3Fq=is%3Aissue

%23 Configuration

VSCode: 1.87.2 PIO IDE: v3.3.3 System: Linux, 6.5.0-25-generic, x64

%23 Exception

Error:   error: subprocess-exited-with-error

× pip subprocess to install backend dependencies did not run successfully.
│ exit code: 2
╰─> [54 lines of output]
    Collecting wheel
      Downloading wheel-0.43.0-py3-none-any.whl.metadata (2.2 kB)
    Downloading wheel-0.43.0-py3-none-any.whl (65 kB)
       ━━━━━━                                   10.2/65.8 kB %3F eta -:--:--
    ERROR: Exception:
    Traceback (most recent call last):
      File "/home/tony/.platformio/penv/lib/python3.10/site-packages/pip/_vendor/urllib3/response.py", line 438, in _error_catcher
        yield
      File "/home/tony/.platformio/penv/lib/python3.10/site-packages/pip/_vendor/urllib3/response.py", line 561, in read
        data = self._fp_read(amt) if not fp_closed else b""
      File "/home/tony/.platformio/penv/lib/python3.10/site-packages/pip/_vendor/urllib3/response.py", line 527, in _fp_read
        return self._fp.read(amt) if amt is not None else self._fp.read()
      File "/home/tony/.platformio/penv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/filewrapper.py", line 98, in read
        data: bytes = self.__fp.read(amt)
      File "/usr/lib/python3.10/http/client.py", line 466, in read
        s = self.fp.read(amt)
      File "/usr/lib/python3.10/socket.py", line 705, in readinto
        return self._sock.recv_into(b)
      File "/usr/lib/python3.10/ssl.py", line 1303, in recv_into
        return self.read(nbytes, buffer)
      File "/usr/lib/python3.10/ssl.py", line 1159, in read
        return self._sslobj.read(len, buffer)
    TimeoutError: The read operation timed out
    
    During handling of the above exception, another exception occurred:
    
    Traceback (most recent call last):
      File "/home/tony/.platformio/penv/lib/python3.10/site-packages/pip/_internal/cli/base_command.py", line 180, in exc_logging_wrapper
        status = run_func(*args)
      File "/home/tony/.platformio/penv/lib/python3.10/site-packages/pip/_internal/cli/req_command.py", line 245, in wrapper
        return func(self, options, args)
      File "/home/tony/.platformio/penv/lib/python3.10/site-packages/pip/_internal/commands/install.py", line 377, in run
        requirement_set = resolver.resolve(
      File "/home/tony/.platformio/penv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 179, in resolve
        self.factory.preparer.prepare_linked_requirements_more(reqs)
      File "/home/tony/.platformio/penv/lib/python3.10/site-packages/pip/_internal/operations/prepare.py", line 552, in prepare_linked_requirements_more
        self._complete_partial_requirements(
      File "/home/tony/.platformio/penv/lib/python3.10/site-packages/pip/_internal/operations/prepare.py", line 467, in _complete_partial_requirements
        for link, (filepath, _) in batch_download:
      File "/home/tony/.platformio/penv/lib/python3.10/site-packages/pip/_internal/network/download.py", line 183, in __call__
        for chunk in chunks:
      File "/home/tony/.platformio/penv/lib/python3.10/site-packages/pip/_internal/cli/progress_bars.py", line 53, in _rich_progress_bar
        for chunk in iterable:
      File "/home/tony/.platformio/penv/lib/python3.10/site-packages/pip/_internal/network/utils.py", line 63, in response_chunks
        for chunk in response.raw.stream(
      File "/home/tony/.platformio/penv/lib/python3.10/site-packages/pip/_vendor/urllib3/response.py", line 622, in stream
        data = self.read(amt=amt, decode_content=decode_content)
      File "/home/tony/.platformio/penv/lib/python3.10/site-packages/pip/_vendor/urllib3/response.py", line 560, in read
        with self._error_catcher():
      File "/usr/lib/python3.10/contextlib.py", line 153, in __exit__
        self.gen.throw(typ, value, traceback)
      File "/home/tony/.platformio/penv/lib/python3.10/site-packages/pip/_vendor/urllib3/response.py", line 443, in _error_catcher
        raise ReadTimeoutError(self._pool, None, "Read timed out.")
    pip._vendor.urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host='files.pythonhosted.org', port=443): Read timed out.
    [end of output]

note: This error originates from a subprocess, and is likely not a problem with pip.
error: subprocess-exited-with-error

× pip subprocess to install backend dependencies did not run successfully.
│ exit code: 2
╰─> See above for output.

note: This error originates from a subprocess, and is likely not a problem with pip.
Error: Could not install PlatformIO Core: Command '['/home/tony/.platformio/penv/bin/python', '-m', 'pip', 'install', '-U', 'platformio']' returned non-zero exit status 1.
-> Installer version: 1.2.2
Platform: Linux-6.5.0-25-generic-x86_64-with-glibc2.35
Python version: 3.10.12 (main, Nov 20 2023, 15:14:05) [GCC 11.4.0]
Python path: /usr/bin/python3
Creating a virtual environment at /home/tony/.platformio/penv
Updating Python package manager (PIP) in the virtual environment
Requirement already satisfied: pip in /home/tony/.platformio/penv/lib/python3.10/site-packages (22.0.2)
Collecting pip
Using cached pip-24.0-py3-none-any.whl (2.1 MB)
Installing collected packages: pip
Attempting uninstall: pip
  Found existing installation: pip 22.0.2
  Uninstalling pip-22.0.2:
    Successfully uninstalled pip-22.0.2
Successfully installed pip-24.0
PIP has been successfully updated!
Virtual environment has been successfully created!
Installing PlatformIO Core
Collecting platformio
Downloading platformio-6.1.14.tar.gz (238 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 238.7/238.7 kB 204.3 kB/s eta 0:00:00
Installing build dependencies: started
Installing build dependencies: finished with status 'done'
Getting requirements to build wheel: started
Getting requirements to build wheel: finished with status 'done'
Installing backend dependencies: started
Installing backend dependencies: finished with status 'error'

	at /home/tony/.vscode/extensions/platformio.platformio-ide-3.3.3-linux-x64/node_modules/platformio-node-helpers/dist/index.js:1:5323
	at ChildProcess.i (/home/tony/.vscode/extensions/platformio.platformio-ide-3.3.3-linux-x64/node_modules/platformio-node-helpers/dist/index.js:1:4621)
	at ChildProcess.emit (node:events:514:28)
	at ChildProcess.emit (node:domain:489:12)
	at maybeClose (node:internal/child_process:1091:16)
	at Socket.<anonymous> (node:internal/child_process:449:11)
	at Socket.emit (node:events:514:28)
	at Socket.emit (node:domain:489:12)
	at Pipe.<anonymous> (node:net:323:12)

SFNFIH avatar Apr 02 '24 04:04 SFNFIH