Skip to content
Snippets Groups Projects
  1. Apr 02, 2025
  2. Mar 19, 2025
  3. Mar 13, 2025
  4. Mar 10, 2025
  5. Mar 03, 2025
  6. Feb 26, 2025
  7. Jan 24, 2025
  8. Nov 23, 2023
  9. Nov 21, 2023
  10. Oct 05, 2023
  11. Sep 03, 2023
  12. Sep 02, 2023
  13. May 12, 2023
  14. May 10, 2023
  15. May 08, 2023
  16. May 06, 2023
  17. May 05, 2023
  18. Apr 21, 2023
    • jpic ∞'s avatar
      python: Add diffutils · 5e75d086
      jpic ∞ authored
      5e75d086
    • jpic ∞'s avatar
      Promote python-arch to python because of a late weird alpine error · 855c4d8c
      jpic ∞ authored
      Please open only merge request, not issue, if you care about that
      change.
      
          Working around an alpine one
      
          Might be time to move old repos from yourlabs to yourlabs/python-arch or
          promote yourlabs/python-arch to yourlabs/python?
      
          RUN pip --no-cache install --upgrade -r /requirements.txt
          Collecting https://github.com/olivecoder/bunch/archive/master.tar.gz (from -r /requirements.txt (line 5))
            Downloading https://github.com/olivecoder/bunch/archive/master.tar.gz
               - 6.8 kB 138.0 kB/s 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 'error'
            error: subprocess-exited-with-error
      
            × Getting requirements to build wheel did not run successfully.
            │ exit code: 1
            ╰─> [21 lines of output]
                Traceback (most recent call last):
                  File "/usr/lib/python3.11/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 353, in <module>
                    main()
                  File "/usr/lib/python3.11/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 335, in main
                    json_out['return_val'] = hook(**hook_input['kwargs'])
                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                  File "/usr/lib/python3.11/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 118, in get_requires_for_build_wheel
                    return hook(config_settings)
                           ^^^^^^^^^^^^^^^^^^^^^
                  File "/tmp/pip-build-env-0yw_4wis/overlay/lib/python3.11/site-packages/setuptools/build_meta.py", line 341, in get_requires_for_build_wheel
                    return self._get_build_requires(config_settings, requirements=['wheel'])
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                  File "/tmp/pip-build-env-0yw_4wis/overlay/lib/python3.11/site-packages/setuptools/build_meta.py", line 323, in _get_build_requires
                    self.run_setup()
                  File "/tmp/pip-build-env-0yw_4wis/overlay/lib/python3.11/site-packages/setuptools/build_meta.py", line 488, in run_setup
                    self).run_setup(setup_script=setup_script)
                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                  File "/tmp/pip-build-env-0yw_4wis/overlay/lib/python3.11/site-packages/setuptools/build_meta.py", line 338, in run_setup
                    exec(code, locals())
                  File "<string>", line 11, in <module>
                ValueError: invalid mode: 'rU'
                [end of output]
      
            note: This error originates from a subprocess, and is likely not a problem with pip.
          error: subprocess-exited-with-error
      
          × Getting requirements to build wheel did not run successfully.
          │ exit code: 1
          ╰─> See above for output.
      
          note: This error originates from a subprocess, and is likely not a problem with pip.
          ERROR: process "/bin/sh -c pip --no-cache install --upgrade -r /requirements.txt" did not complete successfully: exit code: 1
          ------
           > [11/11] RUN pip --no-cache install --upgrade -r /requirements.txt:
                [end of output]
      
            note: This error originates from a subprocess, and is likely not a problem with pip.
          error: subprocess-exited-with-error
      
          × Getting requirements to build wheel did not run successfully.
          │ exit code: 1
          ╰─> See above for output.
      
          note: This error originates from a subprocess, and is likely not a problem with pip.
          ------
          Dockerfile:18
          --------------------
            16 |     ADD requirements.txt /requirements.txt
            17 |     ARG CACHEBUST=1
            18 | >>> RUN pip --no-cache install --upgrade -r /requirements.txt
      855c4d8c
  19. May 01, 2022
  20. Jun 06, 2021
  21. Apr 19, 2021
  22. Apr 08, 2021
Loading