jma127 / pyltr

Python learning to rank (LTR) toolkit
BSD 3-Clause "New" or "Revised" License
464 stars 107 forks source link

error when running "import pyltr" #1

Closed Ulden closed 8 years ago

Ulden commented 8 years ago
     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.

jma127 commented 8 years ago

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.

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 https://github.com/jma127/pyltr/issues/1, or mute the thread https://github.com/notifications/unsubscribe-auth/ACptEt3SUonLWH15k-QCCHjpUKt4d8dRks5qcVsagaJpZM4JcTTf .

jma127 commented 8 years ago

Closed by https://github.com/jma127/pyltr/pull/2