Skip to content
This repository has been archived by the owner on Sep 24, 2024. It is now read-only.

Pip install fails due to PyYAML #10

Open
henrykironde opened this issue Dec 20, 2022 · 0 comments
Open

Pip install fails due to PyYAML #10

henrykironde opened this issue Dec 20, 2022 · 0 comments

Comments

@henrykironde
Copy link

Zooniverse]$ pip install Panoptes
Defaulting to user installation because normal site-packages is not writeable
Collecting Panoptes
  Using cached panoptes-0.5.0-py3-none-any.whl (18 kB)
Collecting click<8.0,>=7.1
  Downloading click-7.1.2-py2.py3-none-any.whl (82 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 82.8/82.8 KB 4.2 MB/s eta 0:00:00
Collecting boto3<2.0,>=1.14
  Downloading boto3-1.26.33-py3-none-any.whl (132 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 132.7/132.7 KB 10.9 MB/s eta 0:00:00
Collecting PyYAML<6.0,>=5.3
  Downloading PyYAML-5.4.1.tar.gz (175 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 175.1/175.1 KB 43.7 MB/s eta 0:00:00
  Installing build dependencies ... done
  Getting requirements to build wheel ... done
  Preparing metadata (pyproject.toml) ... done
Collecting Jinja2<3.0,>=2.11
  Downloading Jinja2-2.11.3-py2.py3-none-any.whl (125 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 125.7/125.7 KB 93.0 MB/s eta 0:00:00
Requirement already satisfied: colorama<0.5.0,>=0.4.3 in /apps/conda/4.12.0/lib/python3.10/site-packages (from Panoptes) (0.4.4)
Collecting jmespath<2.0.0,>=0.7.1
  Downloading jmespath-1.0.1-py3-none-any.whl (20 kB)
Collecting s3transfer<0.7.0,>=0.6.0
  Downloading s3transfer-0.6.0-py3-none-any.whl (79 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 79.6/79.6 KB 39.9 MB/s eta 0:00:00
Collecting botocore<1.30.0,>=1.29.33
  Downloading botocore-1.29.33-py3-none-any.whl (10.3 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10.3/10.3 MB 110.9 MB/s eta 0:00:00
Requirement already satisfied: MarkupSafe>=0.23 in /apps/conda/4.12.0/lib/python3.10/site-packages (from Jinja2<3.0,>=2.11->Panoptes) (2.1.1)
Requirement already satisfied: urllib3<1.27,>=1.25.4 in /apps/conda/4.12.0/lib/python3.10/site-packages (from botocore<1.30.0,>=1.29.33->boto3<2.0,>=1.14->Panoptes) (1.26.9)
Requirement already satisfied: python-dateutil<3.0.0,>=2.1 in /apps/conda/4.12.0/lib/python3.10/site-packages (from botocore<1.30.0,>=1.29.33->boto3<2.0,>=1.14->Panoptes) (2.8.2)
Requirement already satisfied: six>=1.5 in /apps/conda/4.12.0/lib/python3.10/site-packages (from python-dateutil<3.0.0,>=2.1->botocore<1.30.0,>=1.29.33->boto3<2.0,>=1.14->Panoptes) (1.12.0)
Building wheels for collected packages: PyYAML
  WARNING: Building wheel for PyYAML failed: [Errno 28] No space left on device: '/home/henrysenyondo/.cache/pip/wheels/c7'
Failed to build PyYAML
ERROR: Could not build wheels for PyYAML, which is required to install pyproject.toml-based projects
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant