You are on page 1of 1

pada windows ketik cmd

ptyhon ez_setup.py

I download the entire dtm package from here (https://github.com/magsilva/dtm) ,


then run the model by inserting the path to the executable file:

from gensim import corpora, models, similarities?

model = gensim.models.DtmModel(myPath + "dtm-master\\bin\\dtm-win64.exe", corpus


, timeslices, num_topics=20, id2word=dictionary)

The following error, though, comes up:

IOError: [Errno 2] No such file or directory: 'c:\\users\\s\\appdata\\local\\tem


p\\571ed7_train_out\\em_log.dat'

Apparently some temporary .dat files are not create by the code.

The machine I am using has a Windows 8 operating system, 64 bits.

Has any of you encountered this issue, and would have some suggestions so as to
circumvent it?

Thank you all.

You might also like