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

How to bind cgcnn for matminer? #12

Closed
mm04926412 opened this issue Aug 12, 2019 · 3 comments
Closed

How to bind cgcnn for matminer? #12

mm04926412 opened this issue Aug 12, 2019 · 3 comments

Comments

@mm04926412
Copy link

Hello

I'm looking at the matminer documentation which asserts that it's cgcnn featurizer requires cgcnn with python bindings. How would I install cgcnn as a package rather than launch it from main.py?

@txie-93
Copy link
Owner

txie-93 commented Aug 12, 2019

The easiest way would be to add the path to the repository to your PYTHONPATH. Or you can try to set up a pip install like in #4.

@txie-93
Copy link
Owner

txie-93 commented Aug 15, 2019

Closing this. Feel free to reopen if you have more questions.

@txie-93 txie-93 closed this as completed Aug 15, 2019
@michaelcraiger
Copy link

In my case, I updated the way the arguments are assigned in main.py to
args, unknown = parser.parse_known_args()
This way you don't necessarily need command-line arguments.

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

3 participants