bullet3 icon indicating copy to clipboard operation
bullet3 copied to clipboard

[bug]: pybullet not installing in google colab

Open bheijden opened this issue 1 year ago • 3 comments

Google Colab hangs on installing pybullet with pip with the following output:

Running the following in google colab:

!pip3 install pybullet --upgrade

Results in the following output:

Looking in indexes: https://pypi.org/simple, https://us-python.pkg.dev/colab-wheels/public/simple/
Collecting pybullet
  Downloading pybullet-3.2.5.tar.gz (80.5 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 80.5/80.5 MB 12.1 MB/s eta 0:00:00
  Preparing metadata (setup.py) ... done
Building wheels for collected packages: pybullet


To reproduce, you can run the colab advertised on this page.

bheijden avatar Jun 23 '23 10:06 bheijden