DisCo icon indicating copy to clipboard operation
DisCo copied to clipboard

No module named 'hjson'

Open Ishihara-Masabumi opened this issue 1 year ago • 2 comments

When I run the google colab DisCo_Demo.ipynb, the following error occurred.

---------------------------------------------------------------------------
ModuleNotFoundError                       Traceback (most recent call last)
[<ipython-input-24-7aa731641df4>](https://localhost:8080/#) in <cell line: 6>()
      4 
      5 from utils.wutils_ldm import *
----> 6 from agent import Agent_LDM, WarmupLinearLR, WarmupLinearConstantLR
      7 import torch
      8 from config import BasicArgs

8 frames
[/usr/local/lib/python3.10/dist-packages/deepspeed/runtime/config.py](https://localhost:8080/#) in <module>
      9 import torch
     10 import json
---> 11 import hjson
     12 import copy
     13 import base64

ModuleNotFoundError: No module named 'hjson'

Despite the fact that hjson has already installed. Please tell me how to fix it.

Ishihara-Masabumi avatar Nov 08 '23 06:11 Ishihara-Masabumi