You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have the same problem and have solved it. It's an issue about the environment variable. `meliad/meliad_lib` may be not added into `PYTHONPATH`. Add it and try again.
Btw, if PYTHONPATH is not defined, it is better setting export PYTHONPATH=YOUR_CONDA_PATH/envs/ENV_NAME/bin:$MELIAD_PATH
Btw, if
PYTHONPATH
is not defined, it is better settingexport PYTHONPATH=YOUR_CONDA_PATH/envs/ENV_NAME/bin:$MELIAD_PATH
Originally posted by @jiwei08 in #56 (comment)
The text was updated successfully, but these errors were encountered: