Install PyPi dependency from a PPA build
I am trying the following in my rules file:
override_
python3 -m venv .venv
rm -rf Build && mkdir -p Build
. "$${PWD}
&& pip3 --no-cache-dir install "Sphinx" \
&& cd Build \
&& ../bootstrap --prefix=/usr --docdir=
Locally this works flawless. The Launchpad build machines however fail to install the pip3 package "sphinx":
Collecting Sphinx
Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionE
Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionE
Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionE
Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionE
Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionE
Could not find a version that satisfies the requirement Sphinx (from versions: )
Can anybody help me with that? Is pypi access maybe actively blocked by launchpad?
Kind Regards
Florian
Question information
- Language:
- English Edit question
- Status:
- Solved
- Assignee:
- No assignee Edit question
- Solved by:
- Florian
- Solved:
- Last query:
- Last reply: