-
Notifications
You must be signed in to change notification settings - Fork 136
Description
❓ Questions and Help
I am currently trying to install CompilerGym on my M1 Mac, but I'm encountering some issues. When I try to install it using pip install, I get an error saying that there is no version of compiler_gym, so the installation fails.
ERROR: Could not find a version that satisfies the requirement compiler_gym (from versions: none)
ERROR: No matching distribution found for compiler_gym
When I attempt to install it from the source code, I encounter the following error related to loop_tool_py, and the installation fails:
ERROR: Failed cleaning build dir for loop_tool_py
Failed to build loop_tool_py
ERROR: Could not build wheels for loop_tool_py, which is required to install pyproject.toml-based projects
My setup environment is as follows: M1 Pro, Python 3.8 with Conda, and pip version 24.0. I also referred to existing issues #817 and #831, and modified the versions of setuptools and wheels accordingly.