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

ModuleNotFoundError: No module named 'cdvae' #51

Open
Saurav-Abid-Rahman opened this issue Sep 27, 2023 · 2 comments
Open

ModuleNotFoundError: No module named 'cdvae' #51

Saurav-Abid-Rahman opened this issue Sep 27, 2023 · 2 comments

Comments

@Saurav-Abid-Rahman
Copy link

(cdvae) abid@lab3021:~/cdvae$ python cdvae/run.py data=perov expname=perov

Bad key "text.kerning_factor" on line 4 in
/home/abid/anaconda3/envs/cdvae/lib/python3.8/site-packages/matplotlib/mpl-data/stylelib/_classic_test_patch.mplstyle.
You probably need to get an updated matplotlibrc file from
https://github.com/matplotlib/matplotlib/blob/v3.1.2/matplotlibrc.template
or from the matplotlib source distribution
Traceback (most recent call last):
File "cdvae/run.py", line 19, in
from cdvae.common.utils import log_hyperparameters, PROJECT_ROOT
ModuleNotFoundError: No module named `'cdvae'```

Does anyone have the solution of this problem?

@Lunar13737
Copy link

Perhaps you need to run pip install -e . in the virtual environment first.

@yuuhaixia
Copy link

@Lunar13737

Thank you very much , do you know how to fix the following error?

2024-05-13 21:24:38,353][hydra.utils][INFO] - Instantiating <cdvae.pl_data.data module.CrystDataModule>
Error executing job with overrides: ['data=perov', 'expname=perov']
Error locating target 'cdvae.pl_data.datamodule.CrystDataModule', set env var HY DRA_FULL_ERROR=1 to see chained exception.
full_key: data.datamodule

Set the environment variable HYDRA_FULL_ERROR=1 for a complete stack trace.

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