Skip to content

[FEATURE] ... Cannot install on Python version 3.14.0; only versions >=3.10,<3.14 are supported #802

@hhlp

Description

@hhlp

Is your feature request related to a problem? Please describe.

I can't install in Fedora 43 python 3.14

Describe the solution you'd like

be able to install in fedora 43 under python version 3.14

Describe alternatives you've considered

N/A

Additional context

 Preparing metadata (setup.py) ... error                                                                                                                           
  error: subprocess-exited-with-error                                                                                                                               
                                                                                                                                                                    
  × python setup.py egg_info did not run successfully.                                                                                                              
  │ exit code: 1                                                                                                                                                    
  ╰─> [18 lines of output]                                                                                                                                          
      Traceback (most recent call last):                                                                                                                            
        File "<string>", line 2, in <module>                                                                                                                        
          exec(compile('''                                                                                                                                          
          ~~~~^^^^^^^^^^^^                                                                                                                                          
          # This is <pip-setuptools-caller> -- a caller that pip uses to run setup.py                                                                               
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^                                                                               
          ...<32 lines>...                                                                                                                                          
          exec(compile(setup_py_code, filename, "exec"))                                                                                                            
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^                                                                                                            
          ''' % ('/tmp/pip-install-u30ik2ha/numba_db6ba9287284499ea95b29e0a093edb9/setup.py',), "<pip-setuptools-caller>", "exec"))                                 
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^                                 
        File "<pip-setuptools-caller>", line 35, in <module>                                                                                                        
        File "/tmp/pip-install-u30ik2ha/numba_db6ba9287284499ea95b29e0a093edb9/setup.py", line 51, in <module>                                                      
          _guard_py_ver()                                                                                                                                           
          ~~~~~~~~~~~~~^^                                                                                                                                           
        File "/tmp/pip-install-u30ik2ha/numba_db6ba9287284499ea95b29e0a093edb9/setup.py", line 48, in _guard_py_ver                                                 
          raise RuntimeError(msg.format(cur_py, min_py, max_py))                                                                                                    
      RuntimeError: Cannot install on Python version 3.14.0; only versions >=3.10,<3.14 are supported.                                                              
      [end of output]                                                                                                                                               
                                                                                                                                                                    
  note: This error originates from a subprocess, and is likely not a problem with pip.                                                                              
error: metadata-generation-failed                                                                                                                                   
                                                                                                                                                                    
× Encountered error while generating package metadata.                                                                                                              
╰─> See above for output.                                                                                                                                           
                                                                                                                                                                    
note: This is an issue with the package mentioned above, not pip.
hint: See above for details.

Regards.,

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions