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

pip3.11 install rfclint fails #17

Open
moonshiner opened this issue Feb 26, 2023 · 1 comment
Open

pip3.11 install rfclint fails #17

moonshiner opened this issue Feb 26, 2023 · 1 comment

Comments

@moonshiner
Copy link

ran into a problem with python 3.11 not installing this correctly. Chased it down to some old cruft in setup.py

dumped in a pull request which removes all the changelog parsing and also updated MANIFEST

@kwatsen
Copy link

kwatsen commented Apr 24, 2024

This is what I'm seeing:

$ pip install rfclint
Collecting rfclint
  Using cached rfclint-0.6.1.tar.gz (32 kB)
  Installing build dependencies ... done
  Getting requirements to build wheel ... error
  error: subprocess-exited-with-error
  
  × Getting requirements to build wheel did not run successfully.
  │ exit code: 1
  ╰─> [22 lines of output]
      Traceback (most recent call last):
        File "/Users/kent/.pyenv/versions/3.11.5/lib/python3.11/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 353, in <module>
          main()
        File "/Users/kent/.pyenv/versions/3.11.5/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 "/Users/kent/.pyenv/versions/3.11.5/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 "/private/var/folders/57/jgyc1mn57jsb5_44xb9pgm_00000gn/T/pip-build-env-ondwzyjc/overlay/lib/python3.11/site-packages/setuptools/build_meta.py", line 325, in get_requires_for_build_wheel
          return self._get_build_requires(config_settings, requirements=['wheel'])
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
        File "/private/var/folders/57/jgyc1mn57jsb5_44xb9pgm_00000gn/T/pip-build-env-ondwzyjc/overlay/lib/python3.11/site-packages/setuptools/build_meta.py", line 295, in _get_build_requires
          self.run_setup()
        File "/private/var/folders/57/jgyc1mn57jsb5_44xb9pgm_00000gn/T/pip-build-env-ondwzyjc/overlay/lib/python3.11/site-packages/setuptools/build_meta.py", line 487, in run_setup
          super().run_setup(setup_script=setup_script)
        File "/private/var/folders/57/jgyc1mn57jsb5_44xb9pgm_00000gn/T/pip-build-env-ondwzyjc/overlay/lib/python3.11/site-packages/setuptools/build_meta.py", line 311, in run_setup
          exec(code, locals())
        File "<string>", line 102, in <module>
        File "<string>", line 68, in parse
        File "<frozen codecs>", line 906, in open
      ValueError: invalid mode: 'rUb'
      [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.

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

2 participants