neural-amp-modeler: ModuleNotFoundError: No module named 'nam'
I added my soruce and my target file to "bin/train/outputs/BHPFriedmanBE04 " and ran the following:
(nam) jonathanarnold@MBPvonJonathan NAM conda environment % python bin/train/main.py \
bin/train/inputs/config_data.json \
bin/train/inputs/config_model.json \
bin/train/inputs/config_learning.json \
bin/train/outputs/BHPFriedmanBE04
Traceback (most recent call last):
File "/Users/jonathanarnold/Desktop/_dev/NAM conda environment/bin/train/main.py", line 19, in <module>
from nam.data import ConcatDataset, ParametricDataset, Split, init_dataset
ModuleNotFoundError: No module named 'nam'
What am I missing?
About this issue
- Original URL
- State: closed
- Created a year ago
- Comments: 18 (1 by maintainers)
Hey - sorry, nothing yet. I’ll try to spin un a “greenfields” virtual machine today (no GPU acceleration) to see if I can get CPU training running.
If you do a “pip install -e .” and re-attempt does that work?