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

deploy_unicorn: Pip Install Conflict Error #403

Open
yuji-yoshida-craif opened this issue May 1, 2024 · 0 comments
Open

deploy_unicorn: Pip Install Conflict Error #403

yuji-yoshida-craif opened this issue May 1, 2024 · 0 comments

Comments

@yuji-yoshida-craif
Copy link

yuji-yoshida-craif commented May 1, 2024

I use:

  • Python 3.10.14
  • tibanna 5.2.0
  • conda 24.3.0

I am trying to run Tibanna on a conda virtual environment. When I execute:

tibanna deploy_unicorn -g tibanna_g -b bucket

I encounter the following error:

ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
tibanna 5.2.0 requires tomlkit<0.12.0,>=0.11.0, but you have tomlkit 0.12.4 which is incompatible.

However, when I check the installed packages:

pip list|grep tomlkit
tomlkit                             0.11.8

it seems that the pip version being used by Tibanna is incorrect. Is there a solution for this?

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