oeg-upm / yatter

Translate YARRRML into easy-to-read [R2]RML mappings

Home Page:https://doi.org/10.5281/zenodo.7024500

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error in Installation

shakeel26 opened this issue · comments

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

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

I'm using Ubuntu

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

I have Python 3.8.10 and pip 22.2.2

Try to run python3 -m pip install yarrrml-translator

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

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