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

Won't install using Poetry and recent pandas. #220

Closed
drobert-bfm opened this issue Apr 11, 2024 · 5 comments
Closed

Won't install using Poetry and recent pandas. #220

drobert-bfm opened this issue Apr 11, 2024 · 5 comments
Labels
bug Something isn't working

Comments

@drobert-bfm
Copy link

There's a version conflict due to the possibly over-restrictive dependency declared by deepparse on Pandas 2.0.3. Projects which require a recent version of Pandas for other reasons can't install deepparse without triggering this version conflict. Pip will tolerate this (it shouldn't), but poetry refuses to install deepparse as a result.

To reproduce:

  • create a Poetry-managed project
  • poetry add pandas
  • poetry add deepparse

Expected Behaviour:

Both current versions of pandas and deepparse install correctly.

@drobert-bfm drobert-bfm added the bug Something isn't working label Apr 11, 2024
Copy link

Thank you for you interest in improving Deepparse.

@davebulaval
Copy link
Collaborator

I have fixed it in the dev remote. You can go ahead and install the dev version until I release it.

Gensim also has a dependency problem with SciPy, so I am waiting for them to fix it before releasing a new version.

@davebulaval
Copy link
Collaborator

Update: Gensim does not yet support wheels for Python 3.12.

It should be resolved soon.

piskvorky/gensim#3510

@davebulaval
Copy link
Collaborator

Update: A new release is expected in the next two to three weeks (ref).

@davebulaval
Copy link
Collaborator

It will be fixed in release 0.9.10; I have fixed the SciPy version until Gensim does a release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants