oeg-upm / yatter

Translate YARRRML into easy-to-read [R2]RML mappings
https://doi.org/10.5281/zenodo.7024500
Apache License 2.0
22 stars 6 forks source link

Error in Installation #36

Closed shakeel26 closed 1 year ago

shakeel26 commented 1 year ago

I have posted another issue before which doesn't allow to run as module while works in CMD version:

Now I see that installation also has issues, can you please check ? When I try to install with below command, error is shown in the screenshot pip install yarrrml-translator Screenshot from 2022-10-25 23-20-03

dachafra commented 1 year ago

Hi, I don't think this is an error in the code or the module. It says that pip is not installed or found on your computer. Which OS are you using?

In any case, I run the installation command in a google collab and it works.

image
shakeel26 commented 1 year ago

I'm using Ubuntu

dachafra commented 1 year ago

I would suggest checking your python installation, as it seems that you don't have pip installed. I'm running this with Python 3.9.6 and pip 22.2.2

shakeel26 commented 1 year ago

I have Python 3.8.10 and pip 22.2.2

dachafra commented 1 year ago

Try to run python3 -m pip install yarrrml-translator

dachafra commented 1 year ago

I'll update the requirement of having python3.9 installed.

dachafra commented 1 year ago

Tested the engine over python 3.7 and it works, setup updated to that version