Traceback (most recent call last):
File "run.py", line 5, in <module>
from helper import *
File "C:\Users\Maysion\Repository\Work\RAGAT\helper.py", line 8, in <module>
from ordered_set import OrderedSet
ModuleNotFoundError: No module named 'ordered_set'
I tried to solve this problem by running: conda install ordered_set. However, it didn't work.
I wonder if there are other solutions. thanks much!
I have cloned your code and run the example command in README :
but i got the following error:
I tried to solve this problem by running:
conda install ordered_set
. However, it didn't work. I wonder if there are other solutions. thanks much!