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

Ki-nTree in InvenTree docker container #273

Closed
legaxus opened this issue Jan 12, 2025 · 4 comments
Closed

Ki-nTree in InvenTree docker container #273

legaxus opened this issue Jan 12, 2025 · 4 comments

Comments

@legaxus
Copy link

legaxus commented Jan 12, 2025

How to integrate Ki-nTree with InvenTree in docker container?

@T0jan
Copy link
Collaborator

T0jan commented Jan 15, 2025

please check if the discussion here maybe helps you already: #220

@legaxus
Copy link
Author

legaxus commented Jan 15, 2025

I need some help on below error during installation
(env-kintree) zerocool@pomsky:/opt/sysutil$ pip install -U kintree
ERROR: Ignored the following versions that require a different python version: 0.4.0b0 Requires-Python >=3.7,<3.10; 0.4.0rc0 Requires-Python >=3.7,<3.10; 0.4.0rc1 Requires-Python >=3.7,<3.10; 0.4.1 Requires-Python >=3.7,<3.10; 0.4.2 Requires-Python >=3.7,<3.10; 0.4.3 Requires-Python >=3.7,<3.10; 0.4.4 Requires-Python >=3.7,<3.10; 0.4.5 Requires-Python >=3.7,<3.10; 0.4.6 Requires-Python >=3.7,<3.10; 0.4.7 Requires-Python >=3.7,<3.10; 0.4.8 Requires-Python >=3.7,<3.10; 0.5.0 Requires-Python >=3.7,<3.11; 0.5.1 Requires-Python >=3.7,<3.11; 0.5.2 Requires-Python >=3.7,<3.11; 0.5.3 Requires-Python >=3.8,<3.11; 0.5.4 Requires-Python >=3.8,<3.11; 0.6.0 Requires-Python >=3.9,<3.11; 0.6.1 Requires-Python >=3.8,<3.11; 0.6.2 Requires-Python >=3.8,<3.11; 0.6.3 Requires-Python >=3.8,<3.11; 0.6.4 Requires-Python >=3.8,<3.11; 0.6.5 Requires-Python >=3.8,<3.11; 0.6.6 Requires-Python >=3.8,<3.11; 1.0.0 Requires-Python >=3.8,<3.12; 1.0.0a1 Requires-Python >=3.8,<3.11; 1.0.0a2 Requires-Python >=3.8,<3.11; 1.0.0b1 Requires-Python >=3.8,<3.11; 1.0.0b2 Requires-Python >=3.8,<3.11; 1.0.0rc0 Requires-Python >=3.8,<3.11; 1.0.1 Requires-Python >=3.8,<3.12; 1.0.2 Requires-Python >=3.8,<3.12; 1.0.3 Requires-Python >=3.8,<3.12; 1.0.4 Requires-Python >=3.8,<3.12; 1.0.5 Requires-Python >=3.9,<3.12; 1.0.6 Requires-Python >=3.9,<3.12; 1.0.7 Requires-Python >=3.9,<3.12; 1.1.0 Requires-Python <3.12,>=3.9; 1.1.1 Requires-Python <3.12,>=3.9; 1.1.2 Requires-Python <3.12,>=3.9; 1.1.3 Requires-Python <3.12,>=3.9; 1.1.4 Requires-Python <3.12,>=3.9
ERROR: Could not find a version that satisfies the requirement kintree (from versions: none)
ERROR: No matching distribution found for kintree

@T0jan
Copy link
Collaborator

T0jan commented Jan 16, 2025

that's not an docker issue. It seems like your system is running python 3.12? For 3.12 the way of installing it via pip doesn't work at them moment because one of our dependencies is still pending update to 3.12. For now you can use the precompiled version from here: #271

@legaxus
Copy link
Author

legaxus commented Jan 17, 2025

It working now, thanks for your help.

@T0jan T0jan closed this as completed Jan 17, 2025
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