canonical / kubeflow-dashboard-operator

Operator for Kubeflow Dashboard
Apache License 2.0
1 stars 1 forks source link

Failed to build charm in `track/1.7` #168

Closed NohaIhab closed 1 year ago

NohaIhab commented 1 year ago

Bug Description

charmcraft pack is failing in track/1.7 causing the integration tests and publish action to fail. we had pinned pip and setuptools due to issue https://github.com/pypa/setuptools_scm/issues/713 in setuptools, this issue has been closed. Thus, the pin should be removed so that we get the latest version of pip and setuptools.

To Reproduce

charmcraft pack in branch track/1.7

Environment

charmcraft latest/candidate

Relevant Log Output

:: Running external command \['/root/parts/charm/build/staging-venv/bin/pip3', 'install', '--upgrade', '--no-binary', ':all:', 'pip', 'setuptools', 'wheel', 'setuptools!=62.2.0', 'pip!=22.1'\]

[99](https://github.com/canonical/kubeflow-dashboard-operator/actions/runs/6336664118/job/17210183693?pr=167#step:6:100):: :: ERROR: Double requirement given: setuptools!=62.2.0 (already in setuptools, name='setuptools')

see full run here

NohaIhab commented 1 year ago

closed by #169