amir-zeldes/xrenner

No module named 'modules'

VarvaraHuts opened this issue · 2 comments

Hi! I'm quite new to coding, and I do not understand why I can't install xrenner.

ModuleNotFoundError Traceback (most recent call last)
in ()
----> 1 import xrenner

C:\Users\ponch\Anaconda3\lib\site-packages\xrenner-1.4.1.8-py3.6.egg\xrenner_init_.py in ()
1 ## xrenner init ##
----> 2 from modules.xrenner_xrenner import Xrenner

ModuleNotFoundError: No module named 'modules'

This looks like a Python 3 compatibility issue. I think it might already be solved in the develop branch, but not in the stable release. Can you try switching the branch from 'master' to 'develop' on the main github page, then downloading the repo, unzipping and running xrenner in that directory? Alternatively you can also use Python 2.7 instead of 3.6.

Resolved in V2.X+ as of af17ae8