You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I forked then cloned the gvp repo and noticed there are no instructions to install GVP. As a temporary solution I just added gvp to my pythonpath. However, when I go to featurize a tensor I get the error shown in the image. I am not sure why this happens, in line 8 of models.py there is a from gvp import * statement that should import the GVP class, but I am not sure why this error comes out. Do you have any suggestions?
The text was updated successfully, but these errors were encountered:
If I CD into gvp/src then this is no longer an issue. But, it would be nice to not have to be in this directory to run the code. I am curious if your typical workflow depends on you being in the "correct" directory or if you have some alternate solution. Thanks!
Hi @Mickdub
Thanks for raising the concern! You are correct in that currently the repository is not "installable"; you may need to move the relevant source files to your own model directory to use it. We are currently working on addressing these and other issues!
Hello,
I forked then cloned the gvp repo and noticed there are no instructions to install GVP. As a temporary solution I just added gvp to my pythonpath. However, when I go to featurize a tensor I get the error shown in the image. I am not sure why this happens, in line 8 of
models.py
there is afrom gvp import *
statement that should import the GVP class, but I am not sure why this error comes out. Do you have any suggestions?The text was updated successfully, but these errors were encountered: