-
Notifications
You must be signed in to change notification settings - Fork 52
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
Installation Error on Windows Machine #192
Comments
From what I understand from your screenshot, it seems that the |
I installed the levenshtein library successfully by 'pip install levenshtein'. But when I do 'pip install pyRDF2vec', it is still giving me the same error. |
I can read that the |
If you were able to install pyRDF2Vec without errors, it is already promising. Before trying to import it into your code, I'll see if you already know how to import pyRDF2Vec into a simple Python environment that you can open in a terminal. If pyRDF2Vec is not available, it's probably because it was installed in a virtual environment (and so you have to connect to it) or that pyRDF2vec is not included in the Python path. A quick way to solve this is to use the sys :
Be aware that this is not the normal procedure you have to do this. But at least it can have the merit to allow you to use pyRDF2Vec. Personally, I would install pyRDF2Vec in a virtual environment using |
❓ Question
Hi,
I encountered an error while attempting to pip install the library to my Python 3.10 environment on a Windows machine.
Despite following the error's suggestion to install Microsoft Build Tools, I am still unable to resolve the issue and continue to receive the same error message. I would appreciate any assistance you can provide.
The text was updated successfully, but these errors were encountered: