Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

import error / install question #1

Open
Mickdub opened this issue Jan 5, 2021 · 2 comments
Open

import error / install question #1

Mickdub opened this issue Jan 5, 2021 · 2 comments

Comments

@Mickdub
Copy link

Mickdub commented Jan 5, 2021

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 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?

gvp_issue

@Mickdub
Copy link
Author

Mickdub commented Jan 5, 2021

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!

@bjing2016
Copy link
Member

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants