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

can not install package #3

Open
fkurushin opened this issue Jan 10, 2024 · 1 comment
Open

can not install package #3

fkurushin opened this issue Jan 10, 2024 · 1 comment

Comments

@fkurushin
Copy link

fkurushin commented Jan 10, 2024

Hi, I am trying to install via pip:

pip install revizor

but have

 error: subprocess-exited-with-error
  
  × python setup.py bdist_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.
  Building wheel for gensim (setup.py) ... error
  ERROR: Failed building wheel for gensim
  Running setup.py clean for gensim
  error: subprocess-exited-with-error
  
  × Building wheel for numpy (pyproject.toml) 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.
  Building wheel for numpy (pyproject.toml) ... error
  ERROR: Failed building wheel for numpy
  Building wheel for sqlitedict (setup.py) ... done
  Created wheel for sqlitedict: filename=sqlitedict-2.1.0-py3-none-any.whl size=16863 sha256=c67474667c7be91522699cc52fcc2f730afa9bb898e2d247e94274f6ef8962e6
  Stored in directory: /root/.cache/pip/wheels/79/d6/e7/304e0e6cb2221022c26d8161f7c23cd4f259a9e41e8bbcfabd
  Building wheel for langdetect (setup.py) ... done
  Created wheel for langdetect: filename=langdetect-1.0.9-py3-none-any.whl size=993225 sha256=033390e6b6f30d85af82a852d87ae47db0e96e1ef49ec0ad7a22abaf29959508
  Stored in directory: /root/.cache/pip/wheels/95/03/7d/59ea870c70ce4e5a370638b5462a7711ab78fba2f655d05106
  Building wheel for overrides (setup.py) ... done
  Created wheel for overrides: filename=overrides-3.1.0-py3-none-any.whl size=10171 sha256=5aee4e5138000935b74b97c1b14baee1fecdaf2b89f4091a9739d6303352d299
  Stored in directory: /root/.cache/pip/wheels/bd/23/63/4d5849844f8f9d32be09e1b9b278e80de2d8314fbf1e28068b
Successfully built gdown mpld3 sentencepiece sqlitedict langdetect overrides
Failed to build gensim numpy
ERROR: Could not build wheels for gensim, numpy, which is required to install pyproject.toml-based projects

I have tried with google collab, Mac OS, Debian and every time I got this error, how can I solve it?

thanks!

@CavidanZ
Copy link

Seconding the issue. I also have the exact same error, and tried Kaggle as well

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

2 participants