session-pysogs icon indicating copy to clipboard operation
session-pysogs copied to clipboard

Cannot build from Git with 3.14t

Open clin1234 opened this issue 3 months ago • 1 comments

Collecting git+https://github.com/oxen-io/session-pysogs
  Cloning https://github.com/oxen-io/session-pysogs to /tmp/pip-req-build-z0s5wl9z
  Running command git clone --filter=blob:none --quiet https://github.com/oxen-io/session-pysogs /tmp/pip-req-build-z0s5wl9z
  Resolved https://github.com/oxen-io/session-pysogs to commit 303a3ad39b231e288a048d3e59b7f56e1799f49d
  Installing build dependencies: started
  Installing build dependencies: finished with status 'done'
  Getting requirements to build wheel: started
  Getting requirements to build wheel: finished with status 'done'
  Installing backend dependencies: started
  Installing backend dependencies: finished with status 'done'
  Preparing metadata (pyproject.toml): started
  Preparing metadata (pyproject.toml): finished with status 'done'
Requirement already satisfied: flask in ./venv/lib64/python3.14t/site-packages (from sogs==0.3.8.dev0) (3.1.2)
Collecting coloredlogs (from sogs==0.3.8.dev0)
  Using cached coloredlogs-15.0.1-py2.py3-none-any.whl.metadata (12 kB)
Requirement already satisfied: cryptography in ./venv/lib64/python3.14t/site-packages (from sogs==0.3.8.dev0) (46.0.0.dev1)
Requirement already satisfied: PyNaCl in ./venv/lib64/python3.14t/site-packages (from sogs==0.3.8.dev0) (1.5.0)
Requirement already satisfied: Pillow in ./venv/lib64/python3.14t/site-packages (from sogs==0.3.8.dev0) (11.3.0)
Requirement already satisfied: protobuf in ./venv/lib64/python3.14t/site-packages (from sogs==0.3.8.dev0) (4.25.8)
Collecting pyOpenSSL (from sogs==0.3.8.dev0)
  Using cached pyopenssl-25.3.0-py3-none-any.whl.metadata (17 kB)
Requirement already satisfied: qrcode in ./venv/lib64/python3.14t/site-packages (from sogs==0.3.8.dev0) (8.2)
Collecting better_profanity (from sogs==0.3.8.dev0)
  Downloading better_profanity-0.7.0-py3-none-any.whl.metadata (7.1 kB)
INFO: pip is looking at multiple versions of sogs to determine which version is compatible with other requirements. This could take a while.
ERROR: Could not find a version that satisfies the requirement oxenmq (from sogs) (from versions: none)
ERROR: No matching distribution found for oxenmq

clin1234 avatar Sep 25 '25 20:09 clin1234

You will first need to install https://github.com/oxen-io/oxen-pyoxenmq

jagerman avatar Sep 25 '25 21:09 jagerman