google-deepmind / google-deepmind/alphageometry
how to add `meliad/meliad_lib` into `PYTHONPATH`? using anaconda
Open
- Dominant language
- Python
- Stars
- 4.9k
- Forks
- 572
- PR merge metrics
- No merged PRs in 30d
Description
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`
_Originally posted by @jiwei08 in https://github.com/google-deepmind/alphageometry/issues/56#issuecomment-2071422483_
Contributor guide
Assessment
This issue has not been assessed yet.