taking a long time to install langflow via pip install langflow command
Bug Description
I tried installing langflow using the command pip install langflow on linux, and windows but its taking a very long time and then crashing
Reproduction
pip install langflow. for most of the packages I get below message .
INFO: This is taking longer than usual. You might need to provide the dependency resolver with stricter constraints to reduce runtime. See https://pip.pypa.io/warnings/backtracking for guidance. If you want to abort this run, press Ctrl + C.
Expected behavior
. Collecting langchain-community>=0.3.1 (from langchain-astradb~=0.5.2->langflow) Using cached langchain_community-0.3.3-py3-none-any.whl.metadata (2.8 kB) Using cached langchain_community-0.3.2-py3-none-any.whl.metadata (2.8 kB) INFO: This is taking longer than usual. You might need to provide the dependency resolver with stricter constraints to reduce runtime. See https://pip.pypa.io/warnings/backtracking for guidance. If you want to abort this run, press Ctrl + C.
Who can help?
No response
Operating System
Ubuntu
Langflow Version
latest
Python Version
3.10
Screenshot
No response
Flow File
No response
Hey there, @researchase! I'm here to help you with any bugs, questions, or contributions you have regarding langflow. Let's get to the bottom of this together!
I found a similar open issue where the pip install command for langflow never finishes and gets stuck, particularly on httpx related packages. Here are some suggested solutions that might help:
-
Upgrade pip: Make sure you have the latest version of pip.
python -m pip install --upgrade pip -
Use a different index server: Sometimes the default PyPI server might be slow. Try using a different mirror.
python -m pip install langflow -U --index-url https://pypi.org/simple -
Install httpx separately: Manually install the
httpxpackage before installinglangflow.python -m pip install httpx python -m pip install langflow -U -
Use pipx: If issues persist, try using
pipxto installlangflow.pipx install langflow --python python3.10 --fetch-missing-python
If the problem continues, you might want to refer to the Possible Installation Issues section in the Langflow documentation for more troubleshooting steps [1].
To continue talking to Dosu, mention @dosu.
same issue
same here trying to resolve the dependencies. This should be solved by tightening up the dependency mapping.
Workaround pip install langflow --use-deprecated=legacy-resolver
Installed dependencies: Package Version
aiofiles 24.1.0 aiohappyeyeballs 2.4.3 aiohttp 3.11.8 aiolimiter 1.1.0 aiosignal 1.3.1 aiosqlite 0.20.0 alembic 1.14.0 annotated-types 0.7.0 anthropic 0.40.0 anyio 4.6.2.post1 appdirs 1.4.4 asgiref 3.8.1 assemblyai 0.35.1 astra-assistants 2.2.6 astrapy 1.5.2 asttokens 2.4.1 asyncer 0.0.8 atlassian-python-api 3.41.16 attrs 24.2.0 auth0-python 4.7.2 Authlib 1.3.1 backoff 2.2.1 bce-python-sdk 0.9.23 bcrypt 4.2.1 beautifulsoup4 4.12.3 boto3 1.34.162 botocore 1.34.162 build 1.2.2.post1 cachetools 5.5.0 cassandra-driver 3.29.2 cassio 0.1.10 cattrs 24.1.2 certifi 2024.8.30 cffi 1.17.1 chardet 5.2.0 charset-normalizer 3.4.0 chroma-hnswlib 0.7.6 chromadb 0.5.20 clevercsv 0.8.2 click 8.1.7 clickhouse-connect 0.7.19 cohere 5.12.0 coloredlogs 15.0.1 colorlog 6.9.0 composio_core 0.5.42 composio_langchain 0.5.42 coolname 2.2.0 crewai 0.80.0 crewai-tools 0.14.0 cryptography 43.0.3 dataclasses-json 0.6.7 datasets 3.1.0 decorator 5.1.1 defusedxml 0.7.1 Deprecated 1.2.15 deprecation 2.1.0 dill 0.3.9 diskcache 5.6.3 distro 1.9.0 dnspython 2.7.0 docker 7.1.0 docstring_parser 0.16 docx2txt 0.8 dspy 2.5.40 dspy-ai 2.5.40 duckdb 1.1.3 duckduckgo_search 6.3.7 durationpy 0.9 e2b 1.0.4 e2b-code-interpreter 1.0.2 ecdsa 0.19.0 elastic-transport 8.15.1 elasticsearch 8.16.0 embedchain 0.1.125 emoji 2.14.0 eval_type_backport 0.2.0 Events 0.5 executing 2.1.0 faiss-cpu 1.9.0.post1 fake-useragent 1.5.1 fastapi 0.115.5 fastapi-pagination 0.12.32 fastavro 1.9.7 filelock 3.16.1 filetype 1.2.0 firecrawl-py 1.6.1 FLAML 2.3.2 flatbuffers 24.3.25 frozendict 2.4.6 frozenlist 1.5.0 fsspec 2024.10.0 future 1.0.0 geomet 0.2.1.post1 gitdb 4.0.11 GitPython 3.1.43 google-ai-generativelanguage 0.6.10 google-api-core 2.23.0 google-api-python-client 2.154.0 google-auth 2.36.0 google-auth-httplib2 0.2.0 google-auth-oauthlib 1.2.1 google-cloud-aiplatform 1.73.0 google-cloud-bigquery 3.27.0 google-cloud-core 2.4.1 google-cloud-resource-manager 1.13.1 google-cloud-storage 2.18.2 google-crc32c 1.6.0 google-generativeai 0.8.3 google-resumable-media 2.7.2 google_search_results 2.4.2 googleapis-common-protos 1.66.0 gotrue 2.11.0 gptcache 0.1.44 grandalf 0.8 greenlet 3.1.1 groq 0.12.0 grpc-google-iam-v1 0.13.1 grpcio 1.68.0 grpcio-health-checking 1.68.0 grpcio-tools 1.68.0 gunicorn 23.0.0 h11 0.14.0 html5lib 1.1 httpcore 1.0.7 httplib2 0.22.0 httptools 0.6.4 httpx 0.28.0 httpx-sse 0.4.0 huggingface-hub 0.26.3 humanfriendly 10.0 idna 3.10 ijson 3.3.0 importlib_metadata 8.5.0 importlib_resources 6.4.5 inflection 0.5.1 iniconfig 2.0.0 instructor 1.7.0 ipython 8.29.0 jaraco.context 6.0.1 jedi 0.19.2 Jinja2 3.1.4 jiter 0.8.0 jmespath 1.0.1 joblib 1.4.2 jq 1.8.0 json_repair 0.30.2 jsonpatch 1.33 jsonpath-python 1.0.6 jsonpickle 4.0.0 jsonpointer 3.0.0 jsonref 1.1.0 jsonschema 4.23.0 jsonschema-specifications 2024.10.1 kubernetes 31.0.0 lancedb 0.16.0 langchain 0.3.9 langchain-anthropic 0.3.0 langchain-astradb 0.5.2 langchain-aws 0.2.7 langchain-chroma 0.1.4 langchain-cohere 0.3.3 langchain-community 0.3.8 langchain-core 0.3.21 langchain-elasticsearch 0.3.0 langchain-experimental 0.3.3 langchain-google-calendar-tools 0.0.1 langchain-google-community 2.0.3 langchain-google-genai 2.0.6 langchain-google-vertexai 2.0.8 langchain-groq 0.2.1 langchain-milvus 0.1.7 langchain-mistralai 0.2.2 langchain-mongodb 0.2.0 langchain-nvidia-ai-endpoints 0.3.5 langchain-ollama 0.2.0 langchain-openai 0.2.10 langchain-pinecone 0.2.0 langchain-text-splitters 0.3.2 langchain-unstructured 0.1.6 langchainhub 0.1.21 langflow 1.1.1 langflow-base 0.1.1 langfuse 2.53.9 langsmith 0.1.147 langwatch 0.1.16 lark 1.2.2 litellm 1.53.1 loguru 0.7.2 lsprotocol 2023.0.1 lxml 5.3.0 lz4 4.3.3 magicattr 0.1.6 Mako 1.3.6 Markdown 3.7 markdown-it-py 3.0.0 MarkupSafe 3.0.2 marshmallow 3.23.1 matplotlib-inline 0.1.7 mdurl 0.1.2 mem0ai 0.1.34 metal_sdk 2.5.1 metaphor-python 0.1.23 milvus-lite 2.4.10 mmh3 5.0.1 monotonic 1.6 more-itertools 10.5.0 mpmath 1.3.0 multidict 6.1.0 multiprocess 0.70.17 multitasking 0.0.11 mypy-extensions 1.0.0 nanoid 2.0.0 nest-asyncio 1.6.0 networkx 3.4.2 nltk 3.9.1 nodeenv 1.9.1 numexpr 2.10.2 numpy 2.1.3 oauthlib 3.2.2 ollama 0.4.2 onnxruntime 1.20.1 openai 1.55.3 opensearch-py 2.7.1 opentelemetry-api 1.28.2 opentelemetry-exporter-otlp-proto-common 1.28.2 opentelemetry-exporter-otlp-proto-grpc 1.28.2 opentelemetry-exporter-otlp-proto-http 1.28.2 opentelemetry-exporter-prometheus 0.49b2 opentelemetry-instrumentation 0.49b2 opentelemetry-instrumentation-asgi 0.49b2 opentelemetry-instrumentation-fastapi 0.49b2 opentelemetry-proto 1.28.2 opentelemetry-sdk 1.28.2 opentelemetry-semantic-conventions 0.49b2 opentelemetry-util-http 0.49b2 optuna 4.1.0 orjson 3.10.12 outcome 1.3.0.post0 overrides 7.7.0 packaging 24.2 pandas 2.2.3 parameterized 0.9.0 paramiko 3.5.0 parso 0.8.4 passlib 1.7.4 peewee 3.17.8 pexpect 4.9.0 pgvector 0.3.6 pillow 10.4.0 pinecone-client 5.0.1 pinecone-plugin-inference 1.1.0 pinecone-plugin-interface 0.0.7 pip 24.2 pip-tools 7.4.1 platformdirs 4.3.6 pluggy 1.5.0 portalocker 2.10.1 postgrest 0.16.11 posthog 3.7.4 primp 0.8.1 prometheus_client 0.21.0 prompt_toolkit 3.0.48 propcache 0.2.0 proto-plus 1.25.0 protobuf 5.29.0 psycopg 3.2.3 psycopg-binary 3.2.3 psycopg2-binary 2.9.10 ptyprocess 0.7.0 pure_eval 0.2.3 py 1.11.0 pyarrow 17.0.0 pyasn1 0.6.1 pyasn1_modules 0.4.1 pyautogen 0.4 pycparser 2.22 pycryptodome 3.21.0 pydantic 2.10.2 pydantic_core 2.27.1 pydantic-settings 2.4.0 Pygments 2.18.0 PyJWT 2.10.1 pylance 0.19.2 pymilvus 2.5.0 pymongo 4.10.1 PyNaCl 1.5.0 pyparsing 3.2.0 pypdf 5.1.0 pyperclip 1.9.0 PyPika 0.48.9 pyproject_hooks 1.2.0 pyright 1.1.389 pysbd 0.3.4 Pysher 1.0.8 pytest 8.3.3 python-dateutil 2.9.0.post0 python-docx 1.1.2 python-dotenv 1.0.1 python-jose 3.3.0 python-lsp-jsonrpc 1.1.2 python-multipart 0.0.18 pytube 15.0.0 pytz 2024.2 pyvis 0.3.2 PyYAML 6.0.2 qdrant-client 1.9.2 qianfan 0.3.5 ragstack-ai-knowledge-store 0.2.1 realtime 1.0.6 redis 5.2.0 referencing 0.35.1 regex 2024.11.6 requests 2.32.3 requests-oauthlib 2.0.0 requests-toolbelt 1.0.0 retry 0.9.2 rich 13.9.4 rpds-py 0.21.0 rsa 4.9 ruff 0.6.9 s3transfer 0.10.4 schema 0.7.7 selenium 4.27.1 semver 3.0.2 sentry-sdk 2.19.0 setuptools 75.6.0 shapely 2.0.6 shellingham 1.5.4 six 1.16.0 smmap 5.0.1 sniffio 1.3.1 sortedcontainers 2.4.0 soupsieve 2.6 spider-client 0.1.23 SQLAlchemy 2.0.36 sqlmodel 0.0.18 stack-data 0.6.3 starlette 0.41.3 storage3 0.7.7 StrEnum 0.4.15 supabase 2.6.0 supafunc 0.5.1 sympy 1.13.3 tabulate 0.9.0 tenacity 9.0.0 termcolor 2.5.0 tiktoken 0.8.0 tokenizers 0.21.0 toml 0.10.2 tomli 2.2.1 tomli_w 1.1.0 tqdm 4.67.1 traitlets 5.14.3 tree-sitter 0.23.2 tree-sitter-python 0.23.4 trio 0.27.0 trio-websocket 0.11.1 typer 0.14.0 types-cachetools 5.5.0.20240820 types-requests 2.32.0.20241016 typing_extensions 4.12.2 typing-inspect 0.9.0 tzdata 2024.2 ujson 5.10.0 uncurl 0.0.11 unstructured-client 0.28.1 upstash-vector 0.6.0 uritemplate 4.1.1 urllib3 2.2.3 uuid6 2024.7.10 uv 0.5.5 uvicorn 0.32.1 uvloop 0.21.0 validators 0.34.0 watchfiles 1.0.0 wcwidth 0.2.13 weaviate-client 4.9.4 webencodings 0.5.1 websocket-client 1.8.0 websockets 14.1 wheel 0.45.1 wikipedia 1.4.0 wolframalpha 5.1.3 wrapt 1.17.0 wsproto 1.2.0 xmltodict 0.14.2 xxhash 3.5.0 yarl 1.18.0 yfinance 0.2.50 youtube-transcript-api 0.6.3 zep-python 2.0.2 zipp 3.21.0 zstandard 0.23.0
the workaround works for me
this work around builds, but I'm getting issues with the beta features. like connecting postgres as an sql database.
[12/01/24 15:44:10] ERROR 2024-12-01 15:44:10 - ERROR - glogging - Worker (pid:****) was sent SIGSEGV!
should we only expect the legacy feature to work with this workaround? and plans to have a permanent fix of this to use the beta feautres?
I generated this requirements.txt by following the versions mentioned in uv.lock file. and it was able to build it with no issues. python 3.10:
aiofile==3.9.0
aiofiles==24.1.0
aiohttp==3.9.5
aiolimiter==1.1.0
aiosignal==1.3.1
aiosqlite==0.20.0
alembic==1.13.3
amqp==5.2.0
annotated-types==0.7.0
anthropic==0.36.0
anyio==4.6.0
appdirs==1.4.4
appnope==0.1.4
asgi-lifespan==2.1.0
asgiref==3.8.1
assemblyai==0.34.0
astra-assistants==2.2.6
astrapy==1.5.2
asttokens==2.4.1
async-timeout==4.0.3
asyncer==0.0.8
atlassian-python-api==3.41.16
attrs==24.2.0
auth0-python==4.7.2
authlib==1.3.1
backoff==2.2.1
backports-tarfile==1.2.0
bce-python-sdk==0.9.23
bcrypt==4.0.1
beautifulsoup4==4.12.3
billiard==4.2.1
blockbuster==1.1.1
boto3==1.34.162
botocore==1.34.162
build==1.2.2.post1
cachetools==5.5.0
caio==0.9.17
cassandra-driver==3.29.2
cassio==0.1.10
cattrs==24.1.2
celery==5.4.0
certifi==2024.8.30
cffi==1.17.1
cfgv==3.4.0
chardet==5.2.0
charset-normalizer==3.4.0
chroma-hnswlib==0.7.3
chromadb==0.4.24
clevercsv==0.8.2
click==8.1.7
click-didyoumean==0.3.1
click-plugins==1.1.1
click-repl==0.3.0
clickhouse-connect==0.7.19
cohere==5.10.0
colorama==0.4.6
coloredlogs==15.0.1
colorlog==6.8.2
comm==0.2.2
composio-core==0.5.42
composio-langchain==0.5.42
coolname==2.2.0
couchbase==4.3.2
coverage==7.6.2
crewai==0.80.0
crewai-tools==0.14.0
cryptography==43.0.1
ctransformers==0.2.27
dataclasses-json==0.6.7
datasets==2.2.1
debugpy==1.8.7
decorator==5.1.1
deepdiff==8.0.1
defusedxml==0.7.1
deprecated==1.2.14
deprecation==2.1.0
devtools==0.12.2
dictdiffer==0.9.0
dill==0.3.9
diskcache==5.6.3
distlib==0.3.9
distro==1.9.0
dnspython==2.7.0
docker==7.1.0
docstring-parser==0.16
docx2txt==0.8
dspy==2.5.6
dspy-ai==2.5.6
duckdb==1.1.1
duckduckgo-search==6.3.4
durationpy==0.9
e2b==1.0.3
e2b-code-interpreter==1.0.1
ecdsa==0.19.0
elastic-transport==8.15.1
elasticsearch==8.15.1
embedchain==0.1.123
emoji==2.14.0
environs==9.5.0
events==0.5
exceptiongroup==1.2.2
execnet==2.1.1
executing==2.1.0
faiss-cpu==1.9.0
fake-useragent==1.5.1
fastapi==0.115.2
fastapi-pagination==0.12.29
fastavro==1.9.7
filelock==3.16.1
firecrawl-py==1.5.0
flaml==2.3.1
flatbuffers==24.3.25
flower==2.0.1
forbiddenfruit==0.1.4
frozendict==2.4.5
frozenlist==1.4.1
fsspec==2024.9.0
future==1.0.0
geomet==0.2.1.post1
gitdb==4.0.11
gitpython==3.1.43
google-ai-generativelanguage==0.6.10
google-api-core==2.21.0
google-api-python-client==2.149.0
google-auth==2.35.0
google-auth-httplib2==0.2.0
google-auth-oauthlib==1.2.1
google-cloud-aiplatform==1.70.0
google-cloud-bigquery==3.26.0
google-cloud-core==2.4.1
google-cloud-resource-manager==1.12.5
google-cloud-storage==2.18.2
google-crc32c==1.6.0
google-generativeai==0.8.3
google-resumable-media==2.7.2
google-search-results==2.4.2
googleapis-common-protos==1.65.0
gotrue==2.9.2
gprof2dot==2024.6.6
gptcache==0.1.44
grandalf==0.8
greenlet==3.1.1
groq==0.11.0
grpc-google-iam-v1==0.13.1
grpcio==1.66.2
grpcio-health-checking==1.62.3
grpcio-status==1.62.3
grpcio-tools==1.62.3
gunicorn==23.0.0
h11==0.14.0
h2==4.1.0
hpack==4.0.0
html5lib==1.1
httpcore==1.0.6
httplib2==0.22.0
httptools==0.6.1
httpx==0.27.0
httpx-sse==0.4.0
huggingface-hub==0.25.2
humanfriendly==10.0
humanize==4.11.0
hyperframe==6.0.1
identify==2.6.1
idna==3.10
ijson==3.3.0
importlib-metadata==8.4.0
importlib-resources==6.4.5
inflection==0.5.1
iniconfig==2.0.0
instructor==1.3.3
ipykernel==6.29.5
ipython==8.28.0
jaraco-context==6.0.1
jedi==0.19.1
jinja2==3.1.4
jiter==0.4.2
jmespath==1.0.1
joblib==1.4.2
jq==1.8.0
json-repair==0.30.0
jsonpatch==1.33
jsonpath-python==1.0.6
jsonpickle==3.3.0
jsonpointer==3.0.0
jsonref==1.1.0
jsonschema==4.23.0
jsonschema-specifications==2024.10.1
jupyter-client==8.6.3
jupyter-core==5.7.2
kombu==5.4.2
kubernetes==31.0.0
lancedb==0.14.0
langchain==0.3.4
langchain-anthropic==0.2.3
langchain-astradb==0.5.2
langchain-aws==0.2.2
langchain-chroma==0.1.4
langchain-cohere==0.3.1
langchain-community==0.3.3
langchain-core==0.3.15
langchain-elasticsearch==0.3.0
langchain-experimental==0.3.2
langchain-google-calendar-tools==0.0.1
langchain-google-community==2.0.1
langchain-google-genai==2.0.1
langchain-google-vertexai==2.0.5
langchain-groq==0.2.0
langchain-milvus==0.1.5
langchain-mistralai==0.2.0
langchain-mongodb==0.2.0
langchain-nvidia-ai-endpoints==0.3.0
langchain-ollama==0.2.0
langchain-openai==0.2.3
langchain-pinecone==0.2.0
langchain-text-splitters==0.3.0
langchain-unstructured==0.1.5
langchainhub==0.1.21
langflow==1.1.1
langflow-base==0.1.1
langfuse==2.53.3
langsmith==0.1.145
langwatch==0.1.16
lark==1.2.2
litellm==1.49.0
llama-cpp-python==0.2.90
loguru==0.7.2
lsprotocol==2023.0.1
lxml==5.3.0
lz4==4.3.3
magicattr==0.1.6
mako==1.3.5
markdown==3.7
markdown-it-py==3.0.0
markupsafe==3.0.1
marshmallow==3.22.0
matplotlib-inline==0.1.7
mdurl==0.1.2
mem0ai==0.1.26
metal-sdk==2.5.1
metaphor-python==0.1.23
milvus-lite==2.4.10
minijinja==2.2.0
mmh3==5.0.1
monotonic==1.6
more-itertools==10.5.0
mpmath==1.3.0
multidict==6.1.0
multiprocess==0.70.17
multitasking==0.0.11
mypy==1.11.2
mypy-extensions==1.0.0
nanoid==2.0.0
nest-asyncio==1.6.0
networkx==3.4
nltk==3.9.1
nodeenv==1.9.1
numexpr==2.10.1
numpy==1.26.4
oauthlib==3.2.2
ollama==0.3.3
onnxruntime==1.19.2
openai==1.52.0
opensearch-py==2.7.1
opentelemetry-api==1.27.0
opentelemetry-exporter-otlp-proto-common==1.27.0
opentelemetry-exporter-otlp-proto-grpc==1.27.0
opentelemetry-exporter-otlp-proto-http==1.27.0
opentelemetry-exporter-prometheus==0.48b0
opentelemetry-instrumentation==0.48b0
opentelemetry-instrumentation-asgi==0.48b0
opentelemetry-instrumentation-fastapi==0.48b0
opentelemetry-proto==1.27.0
opentelemetry-sdk==1.27.0
opentelemetry-semantic-conventions==0.48b0
opentelemetry-util-http==0.48b0
optuna==4.0.0
orderly-set==5.2.2
orjson==3.10.0
outcome==1.3.0.post0
overrides==7.7.0
packaging==24.2
pandas==2.2.2
pandas-stubs==2.2.3.241009
parameterized==0.9.0
paramiko==3.5.0
parso==0.8.4
passlib==1.7.4
peewee==3.17.6
pexpect==4.9.0
pgvector==0.3.5
pillow==10.4.0
pinecone-client==5.0.1
pinecone-plugin-inference==1.1.0
pinecone-plugin-interface==0.0.7
platformdirs==4.3.6
pluggy==1.5.0
portalocker==2.10.1
postgrest==0.16.11
posthog==3.7.0
pre-commit==4.0.1
primp==0.7.0
prometheus-client==0.21.0
prompt-toolkit==3.0.48
propcache==0.2.0
proto-plus==1.24.0
protobuf==4.25.5
psutil==6.0.0
psycopg==3.2.3
psycopg-binary==3.2.3
psycopg2-binary==2.9.9
ptyprocess==0.7.0
pulsar-client==3.5.0
pure-eval==0.2.3
py==1.11.0
py-cpuinfo==9.0.0
pyarrow==17.0.0
pyasn1==0.6.1
pyasn1-modules==0.4.1
pyautogen==0.3.1
pycparser==2.22
pycryptodome==3.21.0
pydantic==2.7.4
pydantic-core==2.18.4
pydantic-settings==2.4.0
pygments==2.18.0
pyjwt==2.9.0
pylance==0.18.2
pymilvus==2.4.7
pymongo==4.10.1
pynacl==1.5.0
pyparsing==3.1.4
pypdf==5.1.0
pyperclip==1.9.0
pypika==0.48.9
pyproject-hooks==1.2.0
pyreadline3==3.5.4
pyright==1.1.385
pysbd==0.3.4
pysher==1.0.8
pysocks==1.7.1
pytest==8.3.3
pytest-asyncio==0.24.0
pytest-codspeed==3.0.0
pytest-cov==5.0.0
pytest-flakefinder==1.1.0
pytest-github-actions-annotate-failures==0.2.0
pytest-instafail==0.5.0
pytest-mock==3.14.0
pytest-profiling==1.7.0
pytest-split==0.9.0
pytest-sugar==1.0.0
pytest-xdist==3.6.1
python-dateutil==2.9.0.post0
python-docx==1.1.2
python-dotenv==1.0.1
python-jose==3.3.0
python-lsp-jsonrpc==1.1.2
python-multipart==0.0.12
pytube==15.0.0
pytz==2024.2
pyvis==0.3.2
pyyaml==6.0.2
pyzmq==26.2.0
qdrant-client==1.9.2
qianfan==0.3.5
ragstack-ai-knowledge-store==0.2.1
realtime==1.0.6
redis==5.1.1
referencing==0.35.1
regex==2024.9.11
requests==2.32.3
requests-oauthlib==2.0.0
requests-toolbelt==1.0.0
responses==0.18.0
respx==0.21.1
retry==0.9.2
rich==13.9.2
rpds-py==0.20.0
rsa==4.9
ruff==0.6.9
s3transfer==0.10.3
safetensors==0.4.5
schema==0.7.7
scikit-learn==1.5.2
scipy==1.14.1
selenium==4.25.0
semver==3.0.2
sentence-transformers==3.2.0
sentry-sdk==2.16.0
setuptools==75.1.0
shapely==2.0.6
shellingham==1.5.4
simsimd==5.6.4
six==1.16.0
smmap==5.0.1
sniffio==1.3.1
sortedcontainers==2.4.0
soupsieve==2.6
spider-client==0.0.71
sqlalchemy==2.0.36
sqlmodel==0.0.18
stack-data==0.6.3
starlette==0.38.6
storage3==0.7.7
strenum==0.4.15
structlog==24.4.0
supabase==2.6.0
supafunc==0.5.1
sympy==1.13.3
tabulate==0.9.0
tenacity==8.3.0
termcolor==2.5.0
threadpoolctl==3.5.0
tiktoken==0.7.0
tokenizers==0.20.1
toml==0.10.2
tomli==2.0.2
tomli-w==1.1.0
torch==2.4.1
tornado==6.4.1
tqdm==4.66.5
traitlets==5.14.3
transformers==4.45.2
tree-sitter==0.23.1
tree-sitter-python==0.23.2
trio==0.27.0
trio-websocket==0.11.1
typer==0.13.0
types-aiofiles==24.1.0.20240626
types-cachetools==5.5.0.20240820
types-cffi==1.16.0.20240331
types-google-cloud-ndb==2.3.0.20240813
types-markdown==3.7.0.20240822
types-passlib==1.7.7.20240819
types-pillow==10.2.0.20240822
types-pyasn1==0.6.0.20240913
types-pyopenssl==24.1.0.20240722
types-python-jose==3.3.4.20240106
types-pytz==2024.2.0.20241003
types-pywin32==307.0.0.20241009
types-pyyaml==6.0.12.20240917
types-redis==4.6.0.20241004
types-requests==2.32.0.20240914
types-setuptools==75.1.0.20240917
typing-extensions==4.12.2
typing-inspect==0.9.0
tzdata==2024.2
ujson==5.10.0
uncurl==0.0.11
unstructured-client==0.25.9
upstash-vector==0.6.0
uritemplate==4.1.1
urllib3==2.2.3
uuid6==2024.7.10
uv==0.4.25
uvicorn==0.31.1
uvloop==0.20.0
validators==0.34.0
vine==5.1.0
virtualenv==20.26.6
vulture==2.13
watchfiles==0.24.0
wcwidth==0.2.13
weaviate-client==4.8.1
webencodings==0.5.1
websocket-client==1.8.0
websockets==12.0
wikipedia==1.4.0
win32-setctime==1.1.0
wolframalpha==5.1.3
wrapt==1.16.0
wsproto==1.2.0
xmltodict==0.14.1
xxhash==3.5.0
yarl==1.14.0
yfinance==0.2.44
youtube-transcript-api==0.6.2
zep-python==2.0.2
zipp==3.20.2
zstandard==0.23.0
This requirements.txt from @abdulqader999 was great! Thanks for sharing. After unsuccessfully trying all prior workarounds, I used these requirements and was able to build successfully. Python 3.12
error: Microsoft Visual C++ 14.0 or greater is required. Get it with "Microsoft C++ Build Tools": https://visualstudio.microsoft.com/visual-cpp-build-tools/
The workaround moved further than ever before my trials, but I got an error message above. Python 3.12
My laptop is Windows and I tried above requirements.txt with Python 3.10, I have some extra issues but finally managed to have it local:
Got this error related to milvus-lite. ERROR: Could not find a version that satisfies the requirement milvus-lite==2.4.10 (from versions: none) which is discussed also here: https://github.com/milvus-io/milvus-lite/issues/90 saying that the version is not supporting Windows anymore, either you need docker to utilize it.
Got this error too: RuntimeError: uvloop does not support Windows at the moment
Got this error: error: Microsoft Visual C++ 14.0 or greater is required. Get it with "Microsoft C++ Build Tools": https://visualstudio.microsoft.com/visual-cpp-build-tools/
Got this error: × Building wheel for llama-cpp-python (pyproject.toml) did not run successfully.
Solution: Removing dependencies creating issues & no-need: Meanwhile, I also reinstalled my C++ with the Visual Code Installer. As recommended here: https://visualstudio.microsoft.com/visual-cpp-build-tools/
error: Microsoft Visual C++ 14.0 or greater is required. Get it with "Microsoft C++ Build Tools": https://visualstudio.microsoft.com/visual-cpp-build-tools/The workaround moved further than ever before my trials, but I got an error message above. Python 3.12
can you try python 3.10 I had issues with 3.11 and 3.12 as well
error: Microsoft Visual C++ 14.0 or greater is required. Get it with "Microsoft C++ Build Tools": https://visualstudio.microsoft.com/visual-cpp-build-tools/The workaround moved further than ever before my trials, but I got an error message above. Python 3.12can you try python 3.10 I had issues with 3.11 and 3.12 as well
Yeah I tried three of them but had no luck, until I update and reinstall my C++ for CMake. After I installed recommended setup per Microsoft Visual C++ 14.0 or greater is required. Get it with "Microsoft C++ Build Tools"
Hi,
I am sharing my solution to this issue here, I'm also using Python 3.12.7 with Fedora. While I encountered the same issues others described, I was able to solve them by installing langflow with uv,
First, I have installed uv with: (Linux/Mac) curl -LsSf https://astral.sh/uv/install.sh | sh For Windows: install uv on Windows
Then, I already have an activated environment (with PIP) so I just used uv's pip intefrace i.e. uv pip install langflow
After few seconds (literally) I get langflow up and runing with : langflow run
With pip, it take a lot of time, then it will fail. Hope this helps.
@hannody uv is blazingly fast compared to installing the same via pip
langflow installation on Windows stuck or slow with "pip install"?! Solution: using "uv pip install" method is way faster and recommended. Step to implement: 1- ctrl +C to abort the process. 2- Install uv with pip. " pip install uv". 3- run "uv pip install langflow" 4- run " langflow run".
I've had the same issue all listed above, however, what worked for me was installing first uv:
- pip install uv
and then:
- uv pip install langflow
Using UV was the solution! thank you all for your help!
same here trying to resolve the dependencies. This should be solved by tightening up the dependency mapping.
Workaround pip install langflow --use-deprecated=legacy-resolver
Installed dependencies: Package Version
aiofiles 24.1.0 aiohappyeyeballs 2.4.3 aiohttp 3.11.8 aiolimiter 1.1.0 aiosignal 1.3.1 aiosqlite 0.20.0 alembic 1.14.0 annotated-types 0.7.0 anthropic 0.40.0 anyio 4.6.2.post1 appdirs 1.4.4 asgiref 3.8.1 assemblyai 0.35.1 astra-assistants 2.2.6 astrapy 1.5.2 asttokens 2.4.1 asyncer 0.0.8 atlassian-python-api 3.41.16 attrs 24.2.0 auth0-python 4.7.2 Authlib 1.3.1 backoff 2.2.1 bce-python-sdk 0.9.23 bcrypt 4.2.1 beautifulsoup4 4.12.3 boto3 1.34.162 botocore 1.34.162 build 1.2.2.post1 cachetools 5.5.0 cassandra-driver 3.29.2 cassio 0.1.10 cattrs 24.1.2 certifi 2024.8.30 cffi 1.17.1 chardet 5.2.0 charset-normalizer 3.4.0 chroma-hnswlib 0.7.6 chromadb 0.5.20 clevercsv 0.8.2 click 8.1.7 clickhouse-connect 0.7.19 cohere 5.12.0 coloredlogs 15.0.1 colorlog 6.9.0 composio_core 0.5.42 composio_langchain 0.5.42 coolname 2.2.0 crewai 0.80.0 crewai-tools 0.14.0 cryptography 43.0.3 dataclasses-json 0.6.7 datasets 3.1.0 decorator 5.1.1 defusedxml 0.7.1 Deprecated 1.2.15 deprecation 2.1.0 dill 0.3.9 diskcache 5.6.3 distro 1.9.0 dnspython 2.7.0 docker 7.1.0 docstring_parser 0.16 docx2txt 0.8 dspy 2.5.40 dspy-ai 2.5.40 duckdb 1.1.3 duckduckgo_search 6.3.7 durationpy 0.9 e2b 1.0.4 e2b-code-interpreter 1.0.2 ecdsa 0.19.0 elastic-transport 8.15.1 elasticsearch 8.16.0 embedchain 0.1.125 emoji 2.14.0 eval_type_backport 0.2.0 Events 0.5 executing 2.1.0 faiss-cpu 1.9.0.post1 fake-useragent 1.5.1 fastapi 0.115.5 fastapi-pagination 0.12.32 fastavro 1.9.7 filelock 3.16.1 filetype 1.2.0 firecrawl-py 1.6.1 FLAML 2.3.2 flatbuffers 24.3.25 frozendict 2.4.6 frozenlist 1.5.0 fsspec 2024.10.0 future 1.0.0 geomet 0.2.1.post1 gitdb 4.0.11 GitPython 3.1.43 google-ai-generativelanguage 0.6.10 google-api-core 2.23.0 google-api-python-client 2.154.0 google-auth 2.36.0 google-auth-httplib2 0.2.0 google-auth-oauthlib 1.2.1 google-cloud-aiplatform 1.73.0 google-cloud-bigquery 3.27.0 google-cloud-core 2.4.1 google-cloud-resource-manager 1.13.1 google-cloud-storage 2.18.2 google-crc32c 1.6.0 google-generativeai 0.8.3 google-resumable-media 2.7.2 google_search_results 2.4.2 googleapis-common-protos 1.66.0 gotrue 2.11.0 gptcache 0.1.44 grandalf 0.8 greenlet 3.1.1 groq 0.12.0 grpc-google-iam-v1 0.13.1 grpcio 1.68.0 grpcio-health-checking 1.68.0 grpcio-tools 1.68.0 gunicorn 23.0.0 h11 0.14.0 html5lib 1.1 httpcore 1.0.7 httplib2 0.22.0 httptools 0.6.4 httpx 0.28.0 httpx-sse 0.4.0 huggingface-hub 0.26.3 humanfriendly 10.0 idna 3.10 ijson 3.3.0 importlib_metadata 8.5.0 importlib_resources 6.4.5 inflection 0.5.1 iniconfig 2.0.0 instructor 1.7.0 ipython 8.29.0 jaraco.context 6.0.1 jedi 0.19.2 Jinja2 3.1.4 jiter 0.8.0 jmespath 1.0.1 joblib 1.4.2 jq 1.8.0 json_repair 0.30.2 jsonpatch 1.33 jsonpath-python 1.0.6 jsonpickle 4.0.0 jsonpointer 3.0.0 jsonref 1.1.0 jsonschema 4.23.0 jsonschema-specifications 2024.10.1 kubernetes 31.0.0 lancedb 0.16.0 langchain 0.3.9 langchain-anthropic 0.3.0 langchain-astradb 0.5.2 langchain-aws 0.2.7 langchain-chroma 0.1.4 langchain-cohere 0.3.3 langchain-community 0.3.8 langchain-core 0.3.21 langchain-elasticsearch 0.3.0 langchain-experimental 0.3.3 langchain-google-calendar-tools 0.0.1 langchain-google-community 2.0.3 langchain-google-genai 2.0.6 langchain-google-vertexai 2.0.8 langchain-groq 0.2.1 langchain-milvus 0.1.7 langchain-mistralai 0.2.2 langchain-mongodb 0.2.0 langchain-nvidia-ai-endpoints 0.3.5 langchain-ollama 0.2.0 langchain-openai 0.2.10 langchain-pinecone 0.2.0 langchain-text-splitters 0.3.2 langchain-unstructured 0.1.6 langchainhub 0.1.21 langflow 1.1.1 langflow-base 0.1.1 langfuse 2.53.9 langsmith 0.1.147 langwatch 0.1.16 lark 1.2.2 litellm 1.53.1 loguru 0.7.2 lsprotocol 2023.0.1 lxml 5.3.0 lz4 4.3.3 magicattr 0.1.6 Mako 1.3.6 Markdown 3.7 markdown-it-py 3.0.0 MarkupSafe 3.0.2 marshmallow 3.23.1 matplotlib-inline 0.1.7 mdurl 0.1.2 mem0ai 0.1.34 metal_sdk 2.5.1 metaphor-python 0.1.23 milvus-lite 2.4.10 mmh3 5.0.1 monotonic 1.6 more-itertools 10.5.0 mpmath 1.3.0 multidict 6.1.0 multiprocess 0.70.17 multitasking 0.0.11 mypy-extensions 1.0.0 nanoid 2.0.0 nest-asyncio 1.6.0 networkx 3.4.2 nltk 3.9.1 nodeenv 1.9.1 numexpr 2.10.2 numpy 2.1.3 oauthlib 3.2.2 ollama 0.4.2 onnxruntime 1.20.1 openai 1.55.3 opensearch-py 2.7.1 opentelemetry-api 1.28.2 opentelemetry-exporter-otlp-proto-common 1.28.2 opentelemetry-exporter-otlp-proto-grpc 1.28.2 opentelemetry-exporter-otlp-proto-http 1.28.2 opentelemetry-exporter-prometheus 0.49b2 opentelemetry-instrumentation 0.49b2 opentelemetry-instrumentation-asgi 0.49b2 opentelemetry-instrumentation-fastapi 0.49b2 opentelemetry-proto 1.28.2 opentelemetry-sdk 1.28.2 opentelemetry-semantic-conventions 0.49b2 opentelemetry-util-http 0.49b2 optuna 4.1.0 orjson 3.10.12 outcome 1.3.0.post0 overrides 7.7.0 packaging 24.2 pandas 2.2.3 parameterized 0.9.0 paramiko 3.5.0 parso 0.8.4 passlib 1.7.4 peewee 3.17.8 pexpect 4.9.0 pgvector 0.3.6 pillow 10.4.0 pinecone-client 5.0.1 pinecone-plugin-inference 1.1.0 pinecone-plugin-interface 0.0.7 pip 24.2 pip-tools 7.4.1 platformdirs 4.3.6 pluggy 1.5.0 portalocker 2.10.1 postgrest 0.16.11 posthog 3.7.4 primp 0.8.1 prometheus_client 0.21.0 prompt_toolkit 3.0.48 propcache 0.2.0 proto-plus 1.25.0 protobuf 5.29.0 psycopg 3.2.3 psycopg-binary 3.2.3 psycopg2-binary 2.9.10 ptyprocess 0.7.0 pure_eval 0.2.3 py 1.11.0 pyarrow 17.0.0 pyasn1 0.6.1 pyasn1_modules 0.4.1 pyautogen 0.4 pycparser 2.22 pycryptodome 3.21.0 pydantic 2.10.2 pydantic_core 2.27.1 pydantic-settings 2.4.0 Pygments 2.18.0 PyJWT 2.10.1 pylance 0.19.2 pymilvus 2.5.0 pymongo 4.10.1 PyNaCl 1.5.0 pyparsing 3.2.0 pypdf 5.1.0 pyperclip 1.9.0 PyPika 0.48.9 pyproject_hooks 1.2.0 pyright 1.1.389 pysbd 0.3.4 Pysher 1.0.8 pytest 8.3.3 python-dateutil 2.9.0.post0 python-docx 1.1.2 python-dotenv 1.0.1 python-jose 3.3.0 python-lsp-jsonrpc 1.1.2 python-multipart 0.0.18 pytube 15.0.0 pytz 2024.2 pyvis 0.3.2 PyYAML 6.0.2 qdrant-client 1.9.2 qianfan 0.3.5 ragstack-ai-knowledge-store 0.2.1 realtime 1.0.6 redis 5.2.0 referencing 0.35.1 regex 2024.11.6 requests 2.32.3 requests-oauthlib 2.0.0 requests-toolbelt 1.0.0 retry 0.9.2 rich 13.9.4 rpds-py 0.21.0 rsa 4.9 ruff 0.6.9 s3transfer 0.10.4 schema 0.7.7 selenium 4.27.1 semver 3.0.2 sentry-sdk 2.19.0 setuptools 75.6.0 shapely 2.0.6 shellingham 1.5.4 six 1.16.0 smmap 5.0.1 sniffio 1.3.1 sortedcontainers 2.4.0 soupsieve 2.6 spider-client 0.1.23 SQLAlchemy 2.0.36 sqlmodel 0.0.18 stack-data 0.6.3 starlette 0.41.3 storage3 0.7.7 StrEnum 0.4.15 supabase 2.6.0 supafunc 0.5.1 sympy 1.13.3 tabulate 0.9.0 tenacity 9.0.0 termcolor 2.5.0 tiktoken 0.8.0 tokenizers 0.21.0 toml 0.10.2 tomli 2.2.1 tomli_w 1.1.0 tqdm 4.67.1 traitlets 5.14.3 tree-sitter 0.23.2 tree-sitter-python 0.23.4 trio 0.27.0 trio-websocket 0.11.1 typer 0.14.0 types-cachetools 5.5.0.20240820 types-requests 2.32.0.20241016 typing_extensions 4.12.2 typing-inspect 0.9.0 tzdata 2024.2 ujson 5.10.0 uncurl 0.0.11 unstructured-client 0.28.1 upstash-vector 0.6.0 uritemplate 4.1.1 urllib3 2.2.3 uuid6 2024.7.10 uv 0.5.5 uvicorn 0.32.1 uvloop 0.21.0 validators 0.34.0 watchfiles 1.0.0 wcwidth 0.2.13 weaviate-client 4.9.4 webencodings 0.5.1 websocket-client 1.8.0 websockets 14.1 wheel 0.45.1 wikipedia 1.4.0 wolframalpha 5.1.3 wrapt 1.17.0 wsproto 1.2.0 xmltodict 0.14.2 xxhash 3.5.0 yarl 1.18.0 yfinance 0.2.50 youtube-transcript-api 0.6.3 zep-python 2.0.2 zipp 3.21.0 zstandard 0.23.0
How to install the dependencies, Does the workaround command install the dependencies automatically?
If you just want to have a try in windows and don't want to install the Visual C++ compiler.
Install everything in sandbox to avoid the creation of AppData\Local\langflow:
- Install Python 3.11 (most whl availability). Install Git if needed.
pip install uvuv venv --python 3.11 langflow311_uvuv pip install webrtcvad-wheelsuv pip install --only-binary webrtcvad langflowuv run langflow run
Thanks for the reply. I now program the models directly, so more need for langflow.
On Fri, Apr 18, 2025, 3:07 AM mimi3421 @.***> wrote:
If you just want to have a try in windows and don't want to install the Visual C++ compiler. Install everything in sandbox to avoid the creation of AppData\Local\langflow:
- Install Python 3.11 (most whl availability). Install Git if needed.
- pip install uv
- uv venv --python 3.11 langflow311_uv
- uv pip install webrtcvad-wheels
- uv pip install --only-binary webrtcvad langflow
- uv run langflow run
— Reply to this email directly, view it on GitHub https://github.com/langflow-ai/langflow/issues/4913#issuecomment-2814728574, or unsubscribe https://github.com/notifications/unsubscribe-auth/BNTSG3F5SDCYJQ657XQVV7322CQDXAVCNFSM6AAAAABSUURBLOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDQMJUG4ZDQNJXGQ . You are receiving this because you commented.Message ID: @.***> mimi3421 left a comment (langflow-ai/langflow#4913) https://github.com/langflow-ai/langflow/issues/4913#issuecomment-2814728574
If you just want to have a try in windows and don't want to install the Visual C++ compiler. Install everything in sandbox to avoid the creation of AppData\Local\langflow:
- Install Python 3.11 (most whl availability). Install Git if needed.
- pip install uv
- uv venv --python 3.11 langflow311_uv
- uv pip install webrtcvad-wheels
- uv pip install --only-binary webrtcvad langflow
- uv run langflow run
— Reply to this email directly, view it on GitHub https://github.com/langflow-ai/langflow/issues/4913#issuecomment-2814728574, or unsubscribe https://github.com/notifications/unsubscribe-auth/BNTSG3F5SDCYJQ657XQVV7322CQDXAVCNFSM6AAAAABSUURBLOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDQMJUG4ZDQNJXGQ . You are receiving this because you commented.Message ID: @.***>
Hello. perhaps someone has this problem too. I'm on Python 3.11 due to some incompatibilities with configparser from some lib, I was on Python 3.13, at least trying to. But well, on Python 3.11, here is my full setup, I'll divide it into original file with requirements and final file with all dependencies (107 original vs 547 libs final)
Don't worry on the version numbers, if you're on a clean enviroment it won't cause issues with one another. The version numbers were resolved by UV, surprisingly and absurdly fast - 21 seconds to install and resolve everything I guess the half and hour time to install these libs are a thing of the past now.
My env is tailored for azure, although some many google libs were installed aftewards. Here's the files guys:
Original:
Original file - 107 libs - possible to understand and modify - no versions🔽
agno
agno[weaviate,postgres]
alembic
anyconfig
arrow
azure-identity
azure-mgmt-compute
azure-mgmt-resource
azure-mgmt-storage
azure-storage-blob
azure-functions
bcrypt
beautifulsoup4
bentoml
bitsandbytes
boruta
catboost
colorama
cookiecutter
cryptography
dash
dask
dist-keras
eli5
faker
fastapi
feature_engine
featuretools
gensim
gitpython
graphviz
hjson
httpx
imbalanced-learn
immutables
inflection
investpy
ipynb-py-convert
jupyter
keras
langgraph
lightgbm
langchain-community
langchain-core
langchain-mistralai
langchain-mongodb
langchain-nvidia-ai-endpoints
langchain-openai
langflow
langflow-base
langfuse
langsmith
langwatch
lime
llama-index
llama-index-vector-stores-weaviate
markdown-it-py
matplotlib
missingno
mock
modin
nltk
numpy
opencv-python
openpyxl
pandas
pandas-profiling
pandarallel
pathlib3x
pdfplumber
pendulum
plotly
plotly-express
poetry
psycopg2-binary
pydantic
pyjwt
pymupdf
pyopenssl
pypdf2
pytest
python-jose
pyyaml
qgrid
regex
requests
scikit-learn
scipy
seaborn
spacy
sqlalchemy
strawberry-graphql
streamlit
tabulate
torch
torchaudio
torchvision
tqdm
transformers
urllib3
uv
uvicorn
weaviate-client
xgboost
xlsxwriter
yellowbrick
yolo
Final:
Final file - 547 libs - impossible to find anything due to deps - versions pinned and working 🔽
#Using Python 3.11.13 environment at: C:\Development\Anaconda3\envs\Data_Science
#Resolved 559 packages in 8.81s
#Installed 535 packages in 21.87s
a2wsgi==1.10.10
absl-py==2.3.1
agno==1.7.6
aiohappyeyeballs==2.6.1
aiohttp==3.12.15
aiosignal==1.4.0
aiosqlite==0.21.0
alembic==1.16.4
altair==5.5.0
annotated-types==0.7.0
anthropic==0.60.0
anyconfig==0.14.0
appdirs==1.4.4
argon2-cffi==25.1.0
argon2-cffi-bindings==21.2.0
arrow==1.3.0
asgiref==3.9.1
assemblyai==0.26.0
astrapy==1.5.2
asttokens==3.0.0
astunparse==1.6.3
asyncer==0.0.5
attrs==25.3.0
authlib==1.6.1
awscli==1.33.44
azure-common==1.1.28
azure-core==1.35.0
azure-functions==1.23.0
azure-identity==1.23.1
azure-mgmt-compute==35.0.0
azure-mgmt-core==1.6.0
azure-mgmt-resource==24.0.0
azure-mgmt-storage==23.0.1
azure-storage-blob==12.26.0
babel==2.17.0
backoff==2.2.1
backports-tarfile==1.2.0
bce-python-sdk==0.9.42
bcrypt==4.0.1
beautifulsoup4==4.13.4
bentoml==1.4.19
binaryornot==0.4.4
bitsandbytes==0.46.1
bleach==6.2.0
blinker==1.9.0
blis==1.2.1
boruta==0.4.3
boto3==1.34.162
botocore==1.34.162
build==1.2.2.post1
cachecontrol==0.12.14
cachetools==5.5.2
cachy==0.2.0
catalogue==2.0.10
catboost==1.2.8
cattrs==23.1.2
certifi==2023.11.17
cffi==1.17.1
chardet==5.2.0
charset-normalizer==3.4.2
chroma-hnswlib==0.7.6
chromadb==0.5.23
cleo==0.6.8
clevercsv==0.8.3
cli-exit-tools==1.2.7
click-option-group==0.5.7
cloudpathlib==0.21.1
cloudpickle==3.1.1
cohere==5.16.1
coloredlogs==15.0.1
colorlog==6.9.0
comm==0.2.3
confection==0.1.5
contourpy==1.3.3
cookiecutter==2.6.0
cryptography==42.0.8
cycler==0.12.1
cymem==2.0.11
dacite==1.9.2
dash==3.1.1
dask==2025.7.0
dataclasses-json==0.6.7
datasets==2.14.4
debugpy==1.8.15
decorator==5.2.1
deepdiff==8.5.0
defusedxml==0.7.1
deprecated==1.2.18
deprecation==2.1.0
dill==0.3.7
dirtyjson==1.0.8
diskcache==5.6.3
dist-keras==0.2.1
distro==1.9.0
dnspython==2.7.0
docker==7.1.0
docstring-parser==0.15
docutils==0.16
dspy==2.5.26
dspy-ai==2.5.43
duckdb==1.3.2
ecdsa==0.19.1
elastic-transport==8.17.1
elasticsearch==8.18.1
eli5==0.16.0
email-validator==2.2.0
emoji==2.14.1
entrypoints==0.4
et-xmlfile==2.0.0
executing==2.2.0
faiss-cpu==1.11.0.post1
fake-useragent==1.5.1
faker==37.4.2
fastapi==0.111.1
fastapi-cli==0.0.7
fastavro==1.11.1
fastjsonschema==2.21.1
feature-engine==1.8.3
featuretools==1.31.0
filelock==3.18.0
filetype==1.2.0
flaml==2.3.5
flask==3.1.1
flatbuffers==25.2.10
fonttools==4.59.0
frozenlist==1.7.0
fs==2.4.16
fsspec==2025.7.0
future==1.0.0
gast==0.6.0
gensim==4.3.3
gitdb==4.0.12
gitpython==3.1.45
google-ai-generativelanguage==0.6.6
google-api-core==2.25.1
google-api-python-client==2.177.0
google-auth==2.40.3
google-auth-httplib2==0.2.0
google-cloud-aiplatform==1.105.0
google-cloud-bigquery==3.35.1
google-cloud-core==2.4.3
google-cloud-resource-manager==1.14.2
google-cloud-storage==2.19.0
google-crc32c==1.7.1
google-genai==1.2.0
google-generativeai==0.7.2
google-pasta==0.2.0
google-resumable-media==2.7.2
google-search-results==2.4.2
googleapis-common-protos==1.70.0
gotrue==2.12.3
graphql-core==3.2.6
graphviz==0.21
greenlet==3.2.3
groq==0.30.0
grpc-google-iam-v1==0.14.2
grpcio==1.74.0
grpcio-health-checking==1.62.3
grpcio-status==1.62.3
gunicorn==22.0.0
h2==4.2.0
h5py==3.14.0
hjson==3.1.0
holidays==0.77
hpack==4.1.0
html5lib==1.1
htmlmin==0.1.12
httplib2==0.22.0
httptools==0.6.4
httpx==0.27.2
httpx-sse==0.4.0
httpx-ws==0.7.2
huggingface-hub==0.22.2
humanfriendly==10.0
hyperframe==6.1.0
ijson==3.4.0
imagehash==4.3.1
imageio==2.37.0
imbalanced-learn==0.12.4
immutables==0.21
importlib-metadata==8.7.0
importlib-resources==6.5.2
inflection==0.5.1
iniconfig==2.1.0
investpy==1.0.8
ipykernel==6.29.5
ipynb-py-convert==0.4.6
ipython==9.4.0
ipython-genutils==0.2.0
ipython-pygments-lexers==1.1.1
ipywidgets==8.1.7
isodate==0.7.2
itsdangerous==2.2.0
jaraco-classes==3.4.0
jaraco-context==6.0.1
jedi==0.19.2
jinja2==3.1.6
jiter==0.10.0
jmespath==1.0.1
joblib==1.5.1
json-repair==0.48.0
json5==0.12.0
jsonpatch==1.33
jsonpath-python==1.0.6
jsonpointer==3.0.0
jsonschema==3.2.0
jupyter-client==7.4.9
jupyter-console==6.6.3
jupyter-core==5.8.1
jupyter-events==0.6.3
jupyter-server==2.10.0
jupyter-server-terminals==0.5.3
jupyterlab==3.5.3
jupyterlab-pygments==0.3.0
jupyterlab-server==2.16.6
jupyterlab-widgets==3.0.15
kantoku==0.18.3
keras==3.10.0
keyring==8.7
keyrings-alt==5.0.2
kiwisolver==1.4.8
kubernetes==30.1.0
langchain==0.2.17
langchain-anthropic==0.1.23
langchain-astradb==0.3.5
langchain-aws==0.1.18
langchain-chroma==0.1.4
langchain-cohere==0.1.9
langchain-community==0.2.19
langchain-core==0.2.43
langchain-experimental==0.0.61
langchain-google-genai==1.0.10
langchain-google-vertexai==1.0.10
langchain-groq==0.1.10
langchain-mistralai==0.1.13
langchain-mongodb==0.1.9
langchain-nvidia-ai-endpoints==0.2.2
langchain-openai==0.1.25
langchain-text-splitters==0.2.4
langchainhub==0.1.21
langcodes==3.5.0
langdetect==1.0.9
langflow==1.0.6
langflow-base==0.0.82
langfuse==2.60.9
langgraph==0.2.35
langgraph-checkpoint==2.1.1
langsmith==0.1.129
language-data==1.3.0
langwatch==0.0.15
lazy-loader==0.4
lib-detect-testenv==2.0.8
libclang==18.1.1
lightgbm==4.6.0
lime==0.2.0.1
litellm==1.41.1
llama-cloud==0.1.6
llama-index==0.11.22
llama-index-agent-openai==0.3.4
llama-index-cli==0.3.1
llama-index-core==0.11.23
llama-index-indices-managed-llama-cloud==0.6.0
llama-index-legacy==0.9.48.post4
llama-index-llms-openai==0.2.16
llama-index-program-openai==0.2.0
llama-index-readers-file==0.2.2
llama-index-readers-llama-parse==0.3.0
llama-index-vector-stores-weaviate==1.1.4
llama-parse==0.5.20
locket==1.0.0
lockfile==0.12.2
loguru==0.7.3
lxml==6.0.0
mako==1.3.10
marisa-trie==1.2.1
markdown==3.8.2
markdown-it-py==3.0.0
markupsafe==2.1.5
marshmallow==3.26.1
matplotlib==3.10.3
matplotlib-inline==0.1.7
mdurl==0.1.2
metal-sdk==2.5.1
minijinja==2.11.0
missingno==0.5.2
mistune==3.1.3
ml-dtypes==0.5.1
mmh3==5.2.0
mock==5.2.0
modin==0.34.1
more-itertools==10.7.0
mpmath==1.3.0
msal==1.33.0
msal-extensions==1.3.1
msgpack==1.1.1
multidict==6.6.3
multimethod==1.12
multiprocess==0.70.15
murmurhash==1.0.13
mypy-extensions==1.1.0
narwhals==2.0.1
nbclassic==1.3.1
nbclient==0.10.2
nbconvert==7.16.6
nbformat==5.10.4
nest-asyncio==1.6.0
networkx==3.5
nltk==3.9.1
notebook==6.5.7
notebook-shim==0.2.4
numexpr==2.11.0
numpy==1.26.4
nvidia-ml-py==12.575.51
oauthlib==3.3.1
onnxruntime==1.22.1
openai==1.97.1
opencv-python==4.11.0.86
openpyxl==3.1.5
opentelemetry-api==1.35.0
opentelemetry-exporter-otlp-proto-grpc==1.15.0
opentelemetry-instrumentation==0.56b0
opentelemetry-instrumentation-aiohttp-client==0.56b0
opentelemetry-instrumentation-asgi==0.56b0
opentelemetry-instrumentation-fastapi==0.56b0
opentelemetry-proto==1.15.0
opentelemetry-sdk==1.35.0
opentelemetry-semantic-conventions==0.56b0
opentelemetry-util-http==0.56b0
opt-einsum==3.4.0
optree==0.17.0
optuna==4.4.0
orderly-set==5.5.0
orjson==3.10.0
ormsgpack==1.10.0
overrides==7.7.0
packaging==24.2
pandarallel==1.6.5
pandas==2.2.0
pandas-profiling==3.6.6
pandocfilters==1.5.1
parso==0.8.4
partd==1.4.2
passlib==1.7.4
pastel==0.1.1
pathlib3x==2.0.3
pathspec==0.12.1
patsy==1.0.1
pdfminer-six==20250506
pdfplumber==0.11.7
pendulum==3.1.0
pgvector==0.2.5
phik==0.12.5
pillow==10.4.0
pinecone-client==3.2.2
pip-requirements-parser==32.0.1
pkginfo==1.12.1.2
plotly==6.2.0
plotly-express==0.4.1
pluggy==1.6.0
poetry==0.12.17
portalocker==3.2.0
postgrest==1.1.1
posthog==6.3.1
preshed==3.0.10
prometheus-client==0.22.1
prompt-toolkit==3.0.51
propcache==0.3.2
proto-plus==1.26.1
protobuf==4.25.8
psutil==7.0.0
psycopg==3.2.9
psycopg-binary==3.2.9
psycopg2-binary==2.9.10
pure-eval==0.2.3
py==1.11.0
pyarrow==14.0.2
pyasn1==0.6.1
pyasn1-modules==0.4.2
pyautogen==0.2.35
pycparser==2.22
pycryptodome==3.23.0
pydantic==2.11.7
pydantic-core==2.33.2
pydantic-settings==2.10.1
pydeck==0.9.1
pygments==2.19.2
pyjwt==2.10.1
pylev==1.4.0
pymongo==4.13.2
pymupdf==1.26.3
pyopenssl==25.1.0
pyparsing==2.4.7
pypdf==4.3.1
pypdf2==3.0.1
pypdfium2==4.30.0
pyperclip==1.9.0
pypika==0.48.9
pyproject-hooks==1.2.0
pyreadline3==3.5.4
pyrsistent==0.14.11
pytest==8.4.1
python-dateutil==2.9.0.post0
python-docx==1.2.0
python-dotenv==1.1.1
python-iso639==2025.2.18
python-jose==3.5.0
python-json-logger==3.3.0
python-magic==0.4.27
python-multipart==0.0.7
python-pptx==0.6.23
python-slugify==8.0.4
pytube==15.0.0
pytz==2025.2
pywavelets==1.8.0
pywin32==306
pywin32-ctypes==0.2.3
pywinpty==2.0.15
pyyaml==6.0.2
pyzmq==27.0.0
qdrant-client==1.15.0
qgrid==1.3.1
qianfan==0.3.5
questionary==2.1.0
rapidfuzz==3.13.0
realtime==2.6.0
regex==2024.11.6
requests==2.32.4
requests-oauthlib==2.0.0
requests-toolbelt==0.8.0
retry==0.9.2
retrying==1.4.1
rfc3339-validator==0.1.4
rfc3986-validator==0.1.1
rich==13.9.4
rich-toolkit==0.14.9
rsa==4.7.2
ruamel-yaml==0.18.14
ruamel-yaml-clib==0.2.12
s3transfer==0.10.4
safetensors==0.5.3
schema==0.7.7
scikit-image==0.25.2
scikit-learn==1.7.1
scipy==1.13.1
seaborn==0.13.2
send2trash==1.8.3
sentry-sdk==2.34.0
shapely==2.1.1
shellingham==1.5.4
simple-di==0.1.5
six==1.17.0
smart-open==7.3.0.post1
smmap==5.0.2
soupsieve==2.7
spacy==3.8.7
spacy-legacy==3.0.12
spacy-loggers==1.0.5
sqlalchemy==2.0.42
sqlmodel==0.0.18
srsly==2.5.1
stack-data==0.6.3
starlette==0.37.2
statsmodels==0.14.5
storage3==0.12.0
strawberry-graphql==0.278.0
streamlit==1.47.1
strenum==0.4.15
striprtf==0.0.26
supabase==2.17.0
supafunc==0.10.1
sympy==1.14.0
tabulate==0.9.0
tenacity==8.5.0
tensorboard==2.19.0
tensorboard-data-server==0.7.2
tensorflow==2.19.0
tensorflow-io-gcs-filesystem==0.31.0
termcolor==3.1.0
terminado==0.18.1
text-unidecode==1.3
theano==1.0.5
thinc==8.3.4
threadpoolctl==3.6.0
tifffile==2025.6.11
tiktoken==0.9.0
tinycss2==1.4.0
tokenizers==0.19.1
toml==0.10.2
tomli==2.2.1
tomli-w==1.2.0
tomlkit==0.5.11
toolz==1.0.0
torch==2.7.1
torchaudio==2.7.1
torchvision==0.22.1
tornado==6.5.1
tqdm==4.67.1
traitlets==5.14.3
transformers==4.40.2
typeguard==4.4.4
typer==0.12.5
types-python-dateutil==2.9.0.20250708
types-requests==2.32.4.20250611
typing-inspect==0.9.0
typing-inspection==0.4.1
tzdata==2025.2
ujson==5.10.0
uncurl==0.0.11
unidecode==1.4.0
unstructured==0.14.10
unstructured-client==0.22.0
upstash-vector==0.4.0
uritemplate==4.2.0
urllib3==2.5.0
uuid6==2025.0.1
uv==0.8.3
uvicorn==0.30.6
validators==0.35.0
visions==0.7.6
voluptuous==0.15.2
wasabi==1.1.3
watchdog==6.0.0
watchfiles==1.1.0
wcwidth==0.2.13
weasel==0.4.1
weaviate-client==4.16.4
webcolors==24.11.1
webencodings==0.5.1
websocket-client==1.8.0
websockets==14.2
werkzeug==3.1.3
widgetsnbextension==4.0.14
wikipedia==1.4.0
woodwork==0.31.0
wordcloud==1.9.4
wrapt==1.17.2
wsproto==1.2.0
xgboost==3.0.2
xlsxwriter==3.2.5
xxhash==3.5.0
yarl==1.20.1
ydata-profiling==4.12.2
yellowbrick==1.5
yolo==0.3.1
youtube-transcript-api==0.6.3
zep-python==2.0.2
zipp==3.23.0
Command used:
uv pip install -r "<file path>.txt"
pipx didnt work on installing langchain or langgraph, in fact it recommended me to use pip instead hahah. So I went to UV and was not disapointted. Python 3.11 is a rather stable version yet so I guess this could help someone as it is still used.
If I solve the issues with Python 3.13 I'll try to install everything on there too. It seemed incompatible libs in essence, so no support yet to have a full 3.13 with everything installed.
This solution worked for me. I'm using the httpx
´´´ FROM python:3.10-slim
RUN apt-get update && apt-get install -y
build-essential
gcc
libmariadb-dev
curl
&& rm -rf /var/lib/apt/lists/*
WORKDIR /app
RUN pip install --upgrade pip
&& pip install httpx
RUN pip install --no-cache-dir
"langflow[docling,pymysql]==1.5.0.post1"
-U --index-url https://pypi.org/simple
COPY . .
EXPOSE 7860
Comando padrão para rodar o Langflow
CMD ["langflow", "run", "--host", "0.0.0.0", "--port", "7860"] ´´´