hok_env icon indicating copy to clipboard operation
hok_env copied to clipboard

ModuleNotFoundError: No module named 'hok'

Open Ming-gi opened this issue 1 year ago • 2 comments

Why do I import the hok module and still show an error? Traceback (most recent call last): File "test_env.py", line 5, in from hok.hok1v1 import HoK1v1 ModuleNotFoundError: No module named 'hok' 339e8658d32cfad9a7c94078517bf40 87022fd9ae826d03fc837f499162eab

Ming-gi avatar Jul 25 '24 06:07 Ming-gi

The corresponding system variables can be added to solve

Ming-gi avatar Jul 26 '24 08:07 Ming-gi

Please follow the README carefully. You need to install the hok before running.

Install hok_env in python

## after git clone this repo 
cd hok_env/hok_env
pip install -e .

TimerChen avatar Jul 29 '24 04:07 TimerChen