Skip to content

Installing the package #200

Description

@omermesser

I tried using pip install git+https://github.com/BaderLab/saber.git
and got the following response:

Collecting git+https://github.com/BaderLab/saber.git
  Cloning https://github.com/BaderLab/saber.git to c:\users\deploy\appdata\local\temp\pip-req-build-cao6qk8t
  Running command git clone --filter=blob:none --quiet https://github.com/BaderLab/saber.git 'C:\Users\deploy\AppData\Local\Temp\pip-req-build-cao6qk8t'
  Resolved https://github.com/BaderLab/saber.git to commit 876be6bfdb1bc5b18cbcfa848c94b0d20c940f02
  Preparing metadata (setup.py) ... done
Collecting keras-contrib@ git+https://www.github.com/keras-team/keras-contrib.git (from saber==0.1.0a0)
  Cloning https://www.github.com/keras-team/keras-contrib.git to c:\users\deploy\appdata\local\temp\pip-install-mq973_66\keras-contrib_06bf9d0e80ef476c8caad889becef540
  Running command git clone --filter=blob:none --quiet https://www.github.com/keras-team/keras-contrib.git 'C:\Users\deploy\AppData\Local\Temp\pip-install-mq973_66\keras-contrib_06bf9d0e80ef476c8caad889becef540'
  warning: redirecting to https://github.com/keras-team/keras-contrib.git/
  Resolved https://www.github.com/keras-team/keras-contrib.git to commit 3fc5ef709e061416f4bc8a92ca3750c824b5d2b0
  Preparing metadata (setup.py) ... done
Collecting en-coref-md@ https://github.com/huggingface/neuralcoref-models/releases/download/en_coref_md-3.0.0/en_coref_md-3.0.0.tar.gz (from saber==0.1.0a0)
  Downloading https://github.com/huggingface/neuralcoref-models/releases/download/en_coref_md-3.0.0/en_coref_md-3.0.0.tar.gz (161.3 MB)
     ---------------------------------------- 161.3/161.3 MB 21.9 MB/s eta 0:00:00
  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 en_coref_md setup command: 'install_requires' must be a string or list of strings containing valid project/version requirement specifiers; Expected end or semicolon (after name and no valid version specifier)
          spacy>=>=2.0.0
               ^
      [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.```

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

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