plebnet-playground-docker icon indicating copy to clipboard operation
plebnet-playground-docker copied to clipboard

No module named 'omegaconf'

Open bitkarrot opened this issue 3 years ago • 5 comments

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'

bitkarrot avatar Dec 20 '22 04:12 bitkarrot

needs the python requirements installed?

rsafier avatar Dec 20 '22 04:12 rsafier

Yes i just had to manually install omegaconf, for some reason it missed on ./install.sh

bitkarrot avatar Dec 20 '22 04:12 bitkarrot

try: make venv

RandyMcMillan avatar Dec 21 '22 05:12 RandyMcMillan

i am also working on getting every thing on the same python version.

RandyMcMillan avatar Dec 21 '22 05:12 RandyMcMillan

ideally if user doesn't have the version of python installed, the make file will check and install version for end user.

bitkarrot avatar Dec 21 '22 09:12 bitkarrot