PLEBNET-PLAYGROUND / plebnet-playground-docker

Docker package which allows users to use and test bitcoin and lightning technologies without the financial risk involved with running on the mainnet chain. Multiple GUI interfaces are included.
MIT License
66 stars 16 forks source link

No module named 'omegaconf' #135

Open bitkarrot opened 1 year ago

bitkarrot commented 1 year ago

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'
rsafier commented 1 year ago

needs the python requirements installed?

bitkarrot commented 1 year ago

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

RandyMcMillan commented 1 year ago

try: make venv

RandyMcMillan commented 1 year ago

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

bitkarrot commented 1 year ago

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