Anyone know how to fix this?
Traceback (most recent call last): File ".\scripts\merge_embeddings.py", line 1, in <module> from ldm.modules.encoders.modules import BERTTokenizer ModuleNotFoundError: No module named 'ldm'
Gone as far as wiping out my environment and recreating it from scratch. Even tried reinstalling Anaconda. Intellisense resolves it in VSCode, but python can't at execution when trying to run merge_embeddings.py
Anyone know how to fix this?
Traceback (most recent call last): File ".\scripts\merge_embeddings.py", line 1, in <module> from ldm.modules.encoders.modules import BERTTokenizer ModuleNotFoundError: No module named 'ldm'Gone as far as wiping out my environment and recreating it from scratch. Even tried reinstalling Anaconda. Intellisense resolves it in VSCode, but python can't at execution when trying to run merge_embeddings.py