Coder Social home page Coder Social logo

Comments (23)

PrinceChukz avatar PrinceChukz commented on July 4, 2024 7

pip install git+https://github.com/gunthercox/chatterbot-corpus.git#egg=chatterbot-corpus
That's the command i used

from chatterbot-corpus.

jghyllebert avatar jghyllebert commented on July 4, 2024 2

Momentarily gets fixed by installing from source:

pipenv install git+https://github.com/gunthercox/chatterbot-corpus.git#egg=chatterbot-corpus

I guess all that would be needed is a version bump and pypi release.

from chatterbot-corpus.

sepulworld avatar sepulworld commented on July 4, 2024 2

If these 2 projects are meant to work with each other than they need to have a PyYAML version they both can use. Most people use a dependency manager (pipenv, poetry, etc) and this is an issue. Here is poetry's error when trying to install both chatterbot and chatterbot-corpus in the same project.

[SolverProblemError]
Because no versions of chatterbot-corpus match >1.2,<2.0
 and chatterbot-corpus (1.2.0) depends on PyYAML (>=3.12,<4.0), chatterbot-corpus (>=1.2,<2.0) requires PyYAML (>=3.12,<4.0).
And because chatterbot (1.1.0) depends on pyyaml (>=5.3,<5.4)
 and no versions of chatterbot match >1.1,<2.0, chatterbot-corpus (>=1.2,<2.0) is incompatible with chatterbot (>=1.1,<2.0).
So, because the-promoter depends on both chatterbot (^1.1) and chatterbot-corpus (^1.2), version solving failed.

from chatterbot-corpus.

FCALVO90 avatar FCALVO90 commented on July 4, 2024

How did you solve it ?? I ge the same error descrption-....

from chatterbot-corpus.

jghyllebert avatar jghyllebert commented on July 4, 2024

First I uninstalled chatterbot-corpus then installed from source using: pipenv install git+https://github.com/gunthercox/chatterbot-corpus.git#egg=chatterbot-corpus

from chatterbot-corpus.

PrinceChukz avatar PrinceChukz commented on July 4, 2024

Installing from source is not working. Help
Giving an error of not having an "egg" stuff

from chatterbot-corpus.

jghyllebert avatar jghyllebert commented on July 4, 2024

@PrinceChukz What commands did you use?

from chatterbot-corpus.

PrinceChukz avatar PrinceChukz commented on July 4, 2024

pip install git source

from chatterbot-corpus.

GustavoMSevero avatar GustavoMSevero commented on July 4, 2024

You have to install chatterbot_corpus and not chatterbot-corpus
pip install chatterbot_corpus
or
pip3 install chatterbot_corpus

from chatterbot-corpus.

lzytniak avatar lzytniak commented on July 4, 2024

image
not working

from chatterbot-corpus.

vkosuri avatar vkosuri commented on July 4, 2024

the message clearly suggesting you have pyyaml 3.13 which is incompatible for chatterbot which requires 1.0.5

Either you have to ignore this error or you need to manually uninstall PyYaml for your machine.

pip3 uninstall PyYAML

if not you could simply delete PyYAML folder from site-packages directory.

from chatterbot-corpus.

lzytniak avatar lzytniak commented on July 4, 2024

image

please advise how to install

from chatterbot-corpus.

aspiringguru avatar aspiringguru commented on July 4, 2024

Came here looking for a solution, found myself experiencing similar problem.
python --version
Python 3.7.3 (anaconda install)
conda --version
conda 4.7.10

windows 10 ver 1803 (up to date Sept 2019)

pip uninstall PyYAML

ERROR: Cannot uninstall 'PyYAML'. It is a distutils installed project and thus we cannot accurately determine which files belong to it which would lead to only a partial uninstall.

I don't recall having any problems installing chatterbot approx 12 months ago, but do recall similar problems earlier this year.

from chatterbot-corpus.

zubairkhalid11 avatar zubairkhalid11 commented on July 4, 2024

pip install --ignore-installed PyYAML

this worked after you have done that pip install chatterbot

from chatterbot-corpus.

kishanraaj77 avatar kishanraaj77 commented on July 4, 2024

Momentarily gets fixed by installing from source:

pipenv install git+https://github.com/gunthercox/chatterbot-corpus.git#egg=chatterbot-corpus

I guess all that would be needed is a version bump and pypi release.

this worked for me Thq

from chatterbot-corpus.

biswajitdikun avatar biswajitdikun commented on July 4, 2024

pipenv install git+https://github.com/gunthercox/chatterbot-corpus.git#egg=chatterbot-corpus
really worked.Try it guys

from chatterbot-corpus.

nichmorgan avatar nichmorgan commented on July 4, 2024

Guys, Sorry but that don't works. Any solutions?

from chatterbot-corpus.

anmolprogrammer123 avatar anmolprogrammer123 commented on July 4, 2024

pipenv install git+https://github.com/gunthercox/chatterbot-corpus.git#egg=chatterbot-corpus
really worked.Try it guys

It really worked for me, thanq

from chatterbot-corpus.

farhan885 avatar farhan885 commented on July 4, 2024

I'm also facing the same issue please help

from chatterbot-corpus.

nichmorgan avatar nichmorgan commented on July 4, 2024

I just ignore the conflict and use the most recent pyyaml version. That works for my project.

from chatterbot-corpus.

abhiramkadali avatar abhiramkadali commented on July 4, 2024

Hi, I tried to install chatterbot_corpus and got below error
can somebody please help me to get chatterbot_corpus installed in my PC
2020-07-11_15-12-09

from chatterbot-corpus.

khdan avatar khdan commented on July 4, 2024

hi, what I did was following this instructions to install pyenv and pipenv, https://hackernoon.com/reaching-python-development-nirvana-bb5692adf30c once I got it all in place and with the right python --version I installed directly from the source. good luck

from chatterbot-corpus.

ArtemiiH avatar ArtemiiH commented on July 4, 2024

Are there any updates on this? Tried to install chatterbot_corpus with poetry and still getting error for pyyaml versions mistmatch.
Screenshot from 2020-12-16 13-06-08

from chatterbot-corpus.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.