Not able to install or update packages with fresh installation #9582
Answered
by
dimbleby
george-gca
asked this question in
Q&A
-
I am currently stuck in a non-installable/updateable environment. Here is part of my File[tool.poetry]
name = "ai_papers_searcher"
version = "0.1.0"
description = "Web app to search papers by keywords or similar papers"
authors = ["George Araujo <george.gcac@gmail.com>"]
license = "BSD-3"
[tool.poetry.dependencies]
python = "^3.10"
Flask = "^2.2.2"
flask-paginate = "^2022.1.8"
gunicorn = "^20.1.0"
numpy = "^1.23.4"
pandas = "^1.5.1"
pyarrow = "^13.0.0"
scipy = "^1.9.3"
unidecode = "^1.3.7"
flask-minify = "^0.42"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api" I am trying to install these libraries in my new Ubuntu 24.04 with Python 3.12 and Poetry 1.8.3. Here is what I tried, and the referred outputs: poetry install
poetry update
poetry add cmake
poetry update numpy
What else can I do to make it work? |
Beta Was this translation helpful? Give feedback.
Answered by
dimbleby
Jul 25, 2024
Replies: 1 comment
-
https://arrow.apache.org/docs/python/install.html#python-compatibility |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
george-gca
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://arrow.apache.org/docs/python/install.html#python-compatibility