plebnet-playground-docker
plebnet-playground-docker copied to clipboard
No module named 'omegaconf'
On build from master branch. commit 7020d60ff27aec54876908291a0f94d36e01c6af
Auto Detect
ARM Chip found
M1 ARM detected
TRIPLET=aarch64-linux-gnu
Traceback (most recent call last):
File "/Users/bitcarrot/pleb/plebnet-playground-docker/plebnet_generate.py", line 17, in <module>
from omegaconf import OmegaConf
ModuleNotFoundError: No module named 'omegaconf'
needs the python requirements installed?
Yes i just had to manually install omegaconf, for some reason it missed on ./install.sh
try: make venv
i am also working on getting every thing on the same python version.
ideally if user doesn't have the version of python installed, the make file will check and install version for end user.