nbconflux icon indicating copy to clipboard operation
nbconflux copied to clipboard

Installation failed: Getting requirements to build wheel ... error

Open duybuile opened this issue 1 year ago • 2 comments

I've been trying to install nbconflux (on Windows) using the command pip install nbconflux and I always ran into the following error

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
  ╰─> [3 lines of output]
      error in nbconflux 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)
          nbconvert>=5.3requeststraitlets
                   ~~~~~~^
      [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.

I thought it might be because of the latest version, thus, I went back to install different versions of nbconflux (0.7.0, 0.6.1, 0.6.0, 0.5.1, 0.5.0) and all of them resulted in the same error.

On my virtual environment (Windows), I have nbconvert==7.11.0 already

duybuile avatar Dec 01 '23 15:12 duybuile

same, I can't get it to work unfortunately as well.

bli-plng avatar Mar 20 '24 21:03 bli-plng