We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
My problem started with that message on a fresh install from a git clone Im on Python 3.12.8
Eventually i was able to solve my problem by installing the following to my local fluxgym environment note that numpy version must be less then 2.0
pip install gradio_client pip install httpx pip install idna pip install requests pip install urllib3 pip install certifi pip install tqdm pip install filelock pip install packaging pip install fsspec pip install websockets pip install typing_extensions pip install numpy pip install pillow pip install aiofiles pip install safehttpx pip install anyio pip install sniffio pip install orjson pip install fastapi pip install starlette pip install pydantic_core pip install annotated_types pip install python_multipart pip install pydub pip install httpcore pip install h11 pip install markupsafe pip install jinja2 pip install semantic_version pip install pytz pip install pandas pip install dateutil pip install python-dateutil pip install six pip install ffmpy pip install typer pip install click pip install tomlkit pip install text_unidecode pip install transformers -U pip install chardet pip install regex pip install tokenizers pip install sympy pip install mpmath pip install "numpy<2.0" pip install --upgrade diffusers pip install --upgrade huggingface_hub pip install uvicorn pip install psutil pip install protobuf
now the program is working, just thought i would share incase it may help somone
The text was updated successfully, but these errors were encountered:
No branches or pull requests
My problem started with that message on a fresh install from a git clone
Im on Python 3.12.8
Eventually i was able to solve my problem by installing the following to my local fluxgym environment
note that numpy version must be less then 2.0
pip install gradio_client
pip install httpx
pip install idna
pip install requests
pip install urllib3
pip install certifi
pip install tqdm
pip install filelock
pip install packaging
pip install fsspec
pip install websockets
pip install typing_extensions
pip install numpy
pip install pillow
pip install aiofiles
pip install safehttpx
pip install anyio
pip install sniffio
pip install orjson
pip install fastapi
pip install starlette
pip install pydantic_core
pip install annotated_types
pip install python_multipart
pip install pydub
pip install httpcore
pip install h11
pip install markupsafe
pip install jinja2
pip install semantic_version
pip install pytz
pip install pandas
pip install dateutil
pip install python-dateutil
pip install six
pip install ffmpy
pip install typer
pip install click
pip install tomlkit
pip install text_unidecode
pip install transformers -U
pip install chardet
pip install regex
pip install tokenizers
pip install sympy
pip install mpmath
pip install "numpy<2.0"
pip install --upgrade diffusers
pip install --upgrade huggingface_hub
pip install uvicorn
pip install psutil
pip install protobuf
now the program is working, just thought i would share incase it may help somone
The text was updated successfully, but these errors were encountered: