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

Integrate with conda install #12

Closed
whitead opened this issue Apr 1, 2019 · 1 comment
Closed

Integrate with conda install #12

whitead opened this issue Apr 1, 2019 · 1 comment
Assignees
Milestone

Comments

@whitead
Copy link
Collaborator

whitead commented Apr 1, 2019

Test out installing hoomd-blue with conda, tensorflow with pip, and see if plugin can be made without compiling hoomd-blue.

@whitead whitead added this to the 0.2 Release milestone Apr 1, 2019
@dilnoza92
Copy link
Contributor

I installed hoomd-blue with conda and tensorflow with pip. In hoomd-tf directory, I created a build directory and inside it I ran cmake. There was no error. However, in python when I imported hoomd.tensorflow_plugin, I got the following error:
"
File "", line 1, in
File "/anaconda3/lib/python3.6/site-packages/hoomd/tensorflow_plugin/init.py", line 13, in
from .tfcompute import tfcompute
File "/anaconda3/lib/python3.6/site-packages/hoomd/tensorflow_plugin/tfcompute.py", line 4, in
from hoomd.tensorflow_plugin import _tensorflow_plugin
ImportError: cannot import name '_tensorflow_plugin' "

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