-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Description
I'm trying to build a clean conda environment with Griddly manually installed from the repo. (The latest griddly version on PyPI is 1.6.7, which has some incompatibilities with gymnasium -- and I still have the Apple Silicon / Vulkan error from #286 which I'm hoping to resolve soon.)
I've spent a couple hours on this but still can't get past what seems to be a path error.
Python 3.10.12 | packaged by conda-forge | (main, Jun 23 2023, 22:39:40) [Clang 15.0.7 ] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import griddly
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/Users/grandg/mit/Griddly/python/griddly/__init__.py", line 16, in <module>
gd = importlib.import_module("python_griddly")
File "/opt/anaconda3/envs/gridtheory/lib/python3.10/importlib/__init__.py", line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
ModuleNotFoundError: No module named 'python_griddly'
I tried the os.environ['PYTHONPATH'] hack from #126, but it didn't resolve the issue.
Minimal steps to reproduce:
conda create -n griddly python=3.10conda activate griddly- Follow manual build instructions from README
python -m pip install -e .import griddlyin Python interpreter
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels