DEIB-GECO / PyGMQL

Python Library for data analysis based on GMQL
Apache License 2.0
13 stars 5 forks source link

Not able to install #32

Closed avrajit closed 3 years ago

avrajit commented 3 years ago

I am using ubuntu 16.04 system Java version openjdk version "1.8.0_292" echo $JAVA_HOME

/usr/bin/java I created a separate conda environment with python 3.6 and and installed Jupyter note book Then by using Jupyter note book I did !pip install gmql

it get installed successfully

now when I am trying to import

import gmql as gl

it is showing this error
File "<string>", line unknown ParseError: mismatched tag: line 13, column 4

what mistake I am doing. I am bit new in python, please help

lucananni93 commented 3 years ago

The issue should be solved now. Thanks for your patience!