Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No module named 'omegaconf' #135

Open
bitkarrot opened this issue Dec 20, 2022 · 5 comments
Open

No module named 'omegaconf' #135

bitkarrot opened this issue Dec 20, 2022 · 5 comments

Comments

@bitkarrot
Copy link
Member

On build from master branch.
commit 7020d60

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
Copy link
Member

rsafier commented Dec 20, 2022

needs the python requirements installed?

@bitkarrot
Copy link
Member Author

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

@RandyMcMillan
Copy link
Member

try:
make venv

@RandyMcMillan
Copy link
Member

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

@bitkarrot
Copy link
Member Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants