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

install package #2

Open
omermesser opened this issue Nov 15, 2023 · 0 comments
Open

install package #2

omermesser opened this issue Nov 15, 2023 · 0 comments

Comments

@omermesser
Copy link

I tried running pip install git+https://github.com/BaderLab/saber.git
which resulted in error in this pacakge:

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.
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

1 participant