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

is trixi installation required? #11

Open
jayurbain opened this issue Jul 20, 2020 · 1 comment
Open

is trixi installation required? #11

jayurbain opened this issue Jul 20, 2020 · 1 comment

Comments

@jayurbain
Copy link

$ pip3 install -r requirements.txt
$ python3 -m visdom.server # ran until files downkloaded
$ python3 run_train_pipeline.py
Traceback (most recent call last):
File "run_train_pipeline.py", line 20, in
from configs.Config_unet import get_config
File "/home/jupyter/basic_unet_example/configs/Config_unet.py", line 20, in
from trixi.util import Config
ModuleNotFoundError: No module named 'trixi'

Any direction would be appreciated. Thanks.

@elpequeno
Copy link
Contributor

Hey. Sorry for the delay. We are actually just working on the requirements. They are out of date, unfortunately. Try installing just the first 7 lines of requirements.txt (so basically everything that has no comment in front of it. And then try again. Could be that you have to install tensorboard additionally.
We hope we can provide an update soon. Let me know if it helps.

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