jma127 / pyltr

Python learning to rank (LTR) toolkit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

error when running "import pyltr"

Ulden opened this issue · comments

     10 
---> 11 import data
     12 import metrics
     13 import models

ImportError: No module named 'data'

import error under python3.5.1, no matter install pyltr or import directly from the source files.

Hi Gioro, pyltr has only been tested on 2.7 so far. I've been wanting to
fix compatibility for some time, but am unsure as to when I'll get to it.
Sorry for the inconvenience.

  • Jerry

On Aug 3, 2016 11:23 PM, "Gioro Ulden" notifications@github.com wrote:

 10

---> 11 import data
12 import metrics
13 import models

ImportError: No module named 'data'

import error under python3.5.1, no matter install pyltr or import directly
from the source files.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#1, or mute the thread
https://github.com/notifications/unsubscribe-auth/ACptEt3SUonLWH15k-QCCHjpUKt4d8dRks5qcVsagaJpZM4JcTTf
.

Closed by #2