typedb / typedb-ml

TypeDB-ML is the Machine Learning integrations library for TypeDB
https://vaticle.com
Apache License 2.0
551 stars 92 forks source link

Pytorch Issue Windows #48

Closed ElFenomenoTv closed 5 years ago

ElFenomenoTv commented 5 years ago

I try to install pytorch and after days of trying Im here with a big, big problem. I read a lot of articles of "how to install pytorch" I try to install with pip install but dont work for me and after I install it with Anaconda, but in anaconda is pytorch install, when I type: conda list, he is there like this form: pytorch 1.0.1 py3.7_cuda100_cudnn7_1 pytorch, I have python 3.7, when I run a code with import torch this show me a message like this:

problem

And when i try to import torch in python 3.7:

fdzzddz

Pip install error:

dsfdasad

How to pass this errors? Please Help, thx.

jmsfltchr commented 5 years ago

Hi, PyTorch isn't needed to use kglib! All of the dependencies for kglib will be installed automatically when you pip install grakn-kglib, using Python 3.6. For installation instructions please follow the Quickstart in the READMEs.

If you encounter issues installing kglib in this way then please open a new issue. Since PyTorch isn't required for kglib I will close this issue.

ElFenomenoTv commented 5 years ago

Don`t work.

numergeee