benelot / pybullet-gym

Open-source implementations of OpenAI Gym MuJoCo environments for use with the OpenAI Gym Reinforcement Learning Research Platform.
https://pybullet.org/
Other
823 stars 123 forks source link

pybullet build error on macos 10.15.5 #51

Closed christqoh closed 4 years ago

christqoh commented 4 years ago

After I upgraded to the latest macOS 10.15.5 pybullet stopped working for me. I am using conda version 4.8.3 and python 3.6. When attempting to reinstall, I get the following output (attached for readability, sorry for zip file, full log is 27MB and GitHub only allows 10MB attached). I have xcode command line tools installed, the brew gcc and brew doctor seems okay. Is someone experiencing a similar issue?

pybullet_output.txt.zip

cd pybullet-gym/
(bullet) MacBookPro:pybullet-gym christoph$ pip install -e .
Obtaining file:///Users/christoph/tum-adlr-ss20-03/pybullet-gym
Collecting pybullet>=1.7.8
  Using cached pybullet-2.8.1.tar.gz (83.0 MB)
Building wheels for collected packages: pybullet
  Building wheel for pybullet (setup.py) ... error
  ERROR: Command errored out with exit status 1:
   command: /Users/christoph/anaconda3/envs/bullet/bin/python -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/2g/dhdj499j4v3bx4b16x0t68t00000gn/T/pip-install-4ocj117i/pybullet/setup.py'"'"'; __file__='"'"'/private/var/folders/2g/dhdj499j4v3bx4b16x0t68t00000gn/T/pip-install-4ocj117i/pybullet/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' bdist_wheel -d /private/var/folders/2g/dhdj499j4v3bx4b16x0t68t00000gn/T/pip-wheel-kzg94r0f
       cwd: /private/var/folders/2g/dhdj499j4v3bx4b16x0t68t00000gn/T/pip-install-4ocj117i/pybullet/
benelot commented 4 years ago

Hi! That is a problem with the underlying pybullet package. Please refer to the pybullet repository to file this issue. Thanks!

On Mon, Jun 8, 2020 at 4:33 PM Christoph notifications@github.com wrote:

After I upgraded to the latest macOS 10.15.5 pybullet stopped working for me. I am using conda version 4.8.3 and python 3.6. When attempting to reinstall, I get the following output (attached for readability, sorry for zip file, full log is 27MB and GitHub only allows 10MB attached). I have xcode command line tools installed, the brew gcc and brew doctor seems okay. Is someone experiencing a similar issue?

pybullet_output.txt.zip https://github.com/benelot/pybullet-gym/files/4746581/pybullet_output.txt.zip

cd pybullet-gym/ (bullet) MacBookPro:pybullet-gym christoph$ pip install -e . Obtaining file:///Users/christoph/tum-adlr-ss20-03/pybullet-gym Collecting pybullet>=1.7.8 Using cached pybullet-2.8.1.tar.gz (83.0 MB) Building wheels for collected packages: pybullet Building wheel for pybullet (setup.py) ... error ERROR: Command errored out with exit status 1: command: /Users/christoph/anaconda3/envs/bullet/bin/python -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/2g/dhdj499j4v3bx4b16x0t68t00000gn/T/pip-install-4ocj117i/pybullet/setup.py'"'"'; file='"'"'/private/var/folders/2g/dhdj499j4v3bx4b16x0t68t00000gn/T/pip-install-4ocj117i/pybullet/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' bdist_wheel -d /private/var/folders/2g/dhdj499j4v3bx4b16x0t68t00000gn/T/pip-wheel-kzg94r0f cwd: /private/var/folders/2g/dhdj499j4v3bx4b16x0t68t00000gn/T/pip-install-4ocj117i/pybullet/

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/benelot/pybullet-gym/issues/51, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAXXXKZZCZCKOQSKIS3PL4DRVTZEXANCNFSM4NYO7OOQ .