Installation problem
Hi @d2phap @timt51 ,
Thanks for making poet available to the community.
However, i need extra your help to try it out.
I was able to successfully run make create_conda_env and make download_model.
But an error arised once i tested python scripts/score.py.
The error message is
'''
Traceback (most recent call last):
File "/home/joanet/PoET/scripts/score.py", line 14, in
Can you kindly help me sort out what's going wrong behind this?
Best, Joanet
Is the poet conda environment activated? What is the output of which python?
make create_conda_env should have installed the poet package as an editable installation into the poet conda environment. You could maybe try doing it manually by running pip install -e . (from the root directory, with the poet environment activated) if this is not the case.