-
Notifications
You must be signed in to change notification settings - Fork 93
Unable to install Grakn KGLIB package - Conflicting dependencies #152
Comments
The issue I've noticed here is that KGLIB has not yet been updated to use the latest version of Grakn. The latest release of KGLIB works with Grakn 1.8, with I believe that TensorFlow 1.4 (which we currently require) isn't compatible with Python 3.8. The conflict error seems to suggest that multiple versions of KGLIB are being installed, and they conflict with one another. I suggest that you follow the requirements as listed in the readme (including Grakn and Python versions), and you can also refer to the project's PS: Grakn has been renamed to TypeDB! |
Hi @jmsfltchr, thank you for the quick answer.
This could be an issue since we decided to use version 2.0.x due to this suggestion. Do you have any ETA about the delivery of Does this mean that I won't be able of using Thank you in advance, |
We should do this in the coming days to unblock users such as yourself!
If you are asking regarding the version conflicts, I haven't seen the same version conflict you posted before. So, I am confident that when we upgrade the library you will have full functionality. if not we will fix it. In the meantime I believe this branch from one of the contributors is 2.0-compatible if you need unblocking straight away! |
Looking forward to use it!
Using
I tried to build from source the repository you gave me but I still have errors (see pic below). It seems that we are now blocked and since we already have moved to TypeDB 2.0.2 we are not able to implement the machine learning logics with your package @jmsfltchr if you have any other suggestions to make Nicola |
Hi @nicolamassarenti, thanks for trying, but yes I suggest it's best to wait for the next release :/ We'll try to make that happen soon! |
I'm not able to install KGLIB with either Python 2.7 or 3.8. It outputs the same error as above. Which version of Python is it currently compatible with? |
I believe we've tried with both Python 3.6.x and 3.7.x for which it's working fine @PolKul! |
@jmsfltchr ok, we are waiting. While upgrading the package for Grakn version |
Hello @jmsfltchr, do you have any update about the release of the package compatible with the latest TypeDB? Thanks! |
Hi @nicolamassarenti I have a branch that's compatible, but we still have a bug to iron out before we can release. You may be able to depend on my branch directly using pip so that you can use kglib as a dependency the same way you will once it's released to PyPi |
Description
Unable to install
grakn-kglib
with Grakn 2.0.2 and python clientgrakn-client==2.0.1
.Environment
grakn-kglib==0.2.2
,grakn-client==2.0.1
.Steps to create the smallest reproducible scenario:
With the following packages installed:
when running the command
pip install grakn-kglib
I receive the following error:As you can see from this picture:
And a little above is shown also the errors:
Expected Output
I would like to install and use the
kglib
package. How can I solve this problem? What is the issue?Thanks,
Nicola
The text was updated successfully, but these errors were encountered: