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

Error on installation of chatterbot #2339

Open
froilaaaaan1 opened this issue Nov 30, 2023 · 6 comments
Open

Error on installation of chatterbot #2339

froilaaaaan1 opened this issue Nov 30, 2023 · 6 comments

Comments

@froilaaaaan1
Copy link

Hello i got this version related error i tried to downgrade and upgrade my wheel version but i got the same error.

  ERROR: Some build dependencies for preshed<2.1.0,>=2.0.1 from https://files.pythonhosted.org/packages/0b/14/c9aa735cb9c131545fc9e23031baccb87041ac9215b3d75f99e3cf18f6a3/preshed-2.0.1.tar.gz conflict with the backend dependencies: wheel==0.42.0 is incompatible with wheel>=0.32.0,<0.33.0.
  [end of output]

note: This error originates from a subprocess, and is likely not a problem with pip.
error: subprocess-exited-with-error

× pip subprocess to install build dependencies 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.
image

@wolf-rainer
Copy link

wolf-rainer commented Dec 8, 2023

Same issue here in a completely fresh venv with Python 3.9.2.
Looks like preshed's wheel is too modern ;)

ERROR: Some build dependencies for preshed<2.1.0,>=2.0.1 from https://files.pythonhosted.org/packages/0b/14/c9aa735cb9c131545fc9e23031baccb87041ac9215b3d75f99e3cf18f6a3/preshed-2.0.1.tar.gz conflict with the backend dependencies: wheel==0.42.0 is incompatible with wheel>=0.32.0,<0.33.0.

@froilaaaaan1
Copy link
Author

Same issue here in a completely fresh venv with Python 3.9.2. Looks like preshed's wheel is too modern ;)

ERROR: Some build dependencies for preshed<2.1.0,>=2.0.1 from https://files.pythonhosted.org/packages/0b/14/c9aa735cb9c131545fc9e23031baccb87041ac9215b3d75f99e3cf18f6a3/preshed-2.0.1.tar.gz conflict with the backend dependencies: wheel==0.42.0 is incompatible with wheel>=0.32.0,<0.33.0.

yup i try downgrading the wheel but the issue still persists. hope it'll be fix soon.

@SuchanaNag002
Copy link

SuchanaNag002 commented Jan 22, 2024

My issue got solved on doing pip install "chatterbot==1.0.0"

@froilaaaaan1
Copy link
Author

My issue got solved on doing pip install "chatterbot==1.0.0"

alright i will try to install it again very soon, thanks!

@yanhackcode15
Copy link

pip install "chatterbot==1.0.0"

that totally worked. I've been trying diff things for hours. this did it. thx. I also use python 3.8 and have also downgraded spacy to 32

@froilaaaaan1
Copy link
Author

My issue got solved on doing pip install "chatterbot==1.0.0"

For everyone who's facing the same error stated above, kindly run this thing. It worked on my machine.

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

4 participants