R
Railwayβ€’13mo ago
John Newton

9.985 ERROR: No matching distribution found for ipython>=8.13.0

Hi πŸ‘‹ . Please forgive me if there is a resolution buried somewhere for this. I did search and responded to a thread that seemed relevant. Tried runtime.txt for the python and pip version. Build fails with: ο»Ώ#13 9.985 ERROR: Could not find a version that satisfies the requirement ipython>=8.13.0 (from versions: 0.10, 0.10.1, 0.10.2, 0.11, 0.12, 0.12.1, 0.13, 0.13.1, 0.13.2, 1.0.0, 1.1.0, 1.2.0, 1.2.1, 2.0.0, 2.1.0, 2.2.0, 2.3.0, 2.3.1, 2.4.0, 2.4.1, 3.0.0, 3.1.0, 3.2.0, 3.2.1, 3.2.2, 3.2.3, 4.0.0b1, 4.0.0, 4.0.1, 4.0.2, 4.0.3, 4.1.0rc1, 4.1.0rc2, 4.1.0, 4.1.1, 4.1.2, 4.2.0, 4.2.1, 5.0.0b1, 5.0.0b2, 5.0.0b3, 5.0.0b4, 5.0.0rc1, 5.0.0, 5.1.0, 5.2.0, 5.2.1, 5.2.2, 5.3.0, 5.4.0, 5.4.1, 5.5.0, 5.6.0, 5.7.0, 5.8.0, 5.9.0, 5.10.0, 6.0.0rc1, 6.0.0, 6.1.0, 6.2.0, 6.2.1, 6.3.0, 6.3.1, 6.4.0, 6.5.0, 7.0.0b1, 7.0.0rc1, 7.0.0, 7.0.1, 7.1.0, 7.1.1, 7.2.0, 7.3.0, 7.4.0, 7.5.0, 7.6.0, 7.6.1, 7.7.0, 7.8.0, 7.9.0, 7.10.0, 7.10.1, 7.10.2, 7.11.0, 7.11.1, 7.12.0, 7.13.0, 7.14.0, 7.15.0, 7.16.0, 7.16.1, 7.16.2, 7.16.3, 7.17.0, 7.18.0, 7.18.1, 7.19.0, 7.20.0, 7.21.0, 7.22.0, 7.23.0, 7.23.1, 7.24.0, 7.24.1, 7.25.0, 7.26.0, 7.27.0, 7.28.0, 7.29.0, 7.30.0, 7.30.1, 7.31.0, 7.31.1, 7.32.0, 7.33.0, 7.34.0, 8.0.0a1, 8.0.0b1, 8.0.0rc1, 8.0.0, 8.0.1, 8.1.0, 8.1.1, 8.2.0, 8.3.0, 8.4.0, 8.5.0, 8.6.0, 8.7.0, 8.8.0, 8.9.0, 8.10.0, 8.11.0, 8.12.0, 8.12.1, 8.12.2, 8.13.0) ο»Ώ#13 9.985 ERROR: No matching distribution found for ipython>=8.13.0 ο»Ώ#13 9.991 WARNING: You are using pip version 22.0.4; however, version 23.1.2 is available. ο»Ώ#13 9.991 You should consider upgrading via the '/opt/venv/bin/python -m pip install --upgrade pip' command.
Solution:
delete all that and just put a single line in that file containing
3.11
3.11
...
Jump to solution
15 Replies
Percy
Percyβ€’13mo ago
Project ID: N/A
John Newton
John Newtonβ€’13mo ago
╔═══════════════════════════════ Nixpacks v1.9.0 ══════════════════════════════╗ ο»Ώβ•‘ python:setup β”‚ python38, gcc β•‘ ║──────────────────────────────────────────────────────────────────────────────║ ο»Ώβ•‘ setup β”‚ nodejs-18_x, pnpm-7_x, libnss3, libatk1.0-0, libatk- β•‘ ο»Ώβ•‘ β”‚ bridge2.0-0, libcups2, libgbm1, libasound2, libpangocairo- β•‘ ο»Ώβ•‘ β”‚ 1.0-0, libxss1, libgtk-3-0, libxshmfence1, libglu1 β•‘ ║──────────────────────────────────────────────────────────────────────────────║ ο»Ώβ•‘ install β”‚ pnpm i --frozen-lockfile β•‘ ║──────────────────────────────────────────────────────────────────────────────║ ο»Ώβ•‘ python:install β”‚ python -m venv --copies /opt/venv && . β•‘ ο»Ώβ•‘ β”‚ /opt/venv/bin/activate && pip install -r requirements.txt β•‘ ║──────────────────────────────────────────────────────────────────────────────║ ο»Ώβ•‘ build β”‚ pnpm run build β•‘ ║──────────────────────────────────────────────────────────────────────────────║ ο»Ώβ•‘ start β”‚ pnpm run start β•‘ ο»Ώβ•šβ•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β• Using Pip 22.3.1 and Python 3.11.3 locally. Tried using PIP_EXTRA_INDEX_URL as a variable and setting the path to the source distribution, built distribution and .git repo in requirements.txt. Project ID: 1362bd3d-959f-48b8-bc89-10b4c5988be9
Brody
Brodyβ€’13mo ago
then let's get railway using python 3.11 too
John Newton
John Newtonβ€’13mo ago
@Brody is there anything else I could provide to help troubleshoot? I've been trying deployments for like 24 hours and finally had to get some support
Brody
Brodyβ€’13mo ago
it's a good thing the builder is free eh?
John Newton
John Newtonβ€’13mo ago
umm, certainly good for me and my methodology of try/MakeChange/fail on repeat for like eternity
Brody
Brodyβ€’13mo ago
you know you can run both docker and nixpacks locally but then again, I'm a conductor and I don't even do that lmao
John Newton
John Newtonβ€’13mo ago
I was going for speed but if that's necessary I'll do whatever is needed
Brody
Brodyβ€’13mo ago
send me your current runtime.txt
John Newton
John Newtonβ€’13mo ago
python-3.11.3 pip==22.3.1
Solution
Brody
Brodyβ€’13mo ago
delete all that and just put a single line in that file containing
3.11
3.11
John Newton
John Newtonβ€’13mo ago
pushed Thanks so much @Brody . I appreciate the help
Brody
Brodyβ€’13mo ago
solved?
John Newton
John Newtonβ€’13mo ago
at minimum successfully deployed solved enough where I can at least go back to try/MakeChange/fail process on something else
Brody
Brodyβ€’13mo ago
sounds good, happy I could help