On Thu, 19 Dec 2019, Andreas Tille wrote:

Traceback (most recent call last):
 File "/usr/bin/../lib/atac/bin/AtacDriver.py", line 18, in <module>
   import MyFile
 File "/usr/lib/atac/lib/MyFile.py", line 6, in <module>
   class myfile(file):
NameError: name 'file' is not defined
PYTHONPATH=/usr/bin/../lib/atac/lib
Chainer failed.

The 'file' class doesn't exist anymore in Python 3. You'll have to rewrite myfile to not use it.

Scott

Reply via email to