Skip to content

Missing comma in setup.py file uploaded to pipy.  #52

Closed
@ascientist

Description

While installing qpth using pip install qpth I encountered this bug. Seems to be ok on the github repo but the downloaded archive from pipy confirmed the missing comma.

Collecting qpth
  Downloading qpth-0.0.15.tar.gz (11 kB)
  Preparing metadata (setup.py) ... error
  error: subprocess-exited-with-error
  
  × python setup.py egg_info did not run successfully.
  │ exit code: 1
  ╰─> [3 lines of output]
      error in qpth setup command: 'install_requires' must be a string or list of strings containing valid project/version requirement specifiers; Expected end or semicolon (after version specifier)
          **numpy>=1<2**
               ~~~^
      [end of output]

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions