Error starting anaconda virvtual enviroment on linux mint

issue it fails to create a virtual enviroment linux mint 22 python 3.9 anaconda 3 is there compatibility issues? trying to us ibridgepy run-me1.py in the anaconda environment
Pip subprocess output:
Collecting ib_insync (from -r /home/don/Trading_Code_Stuffs/condaenv.qy9a_lct.requirements.txt (line 1))
Using cached ib_insync-0.9.86-py3-none-any.whl.metadata (5.4 kB)

Pip subprocess error:
ERROR: Could not find a version that satisfies the requirement ibridgepy (from versions: none)
ERROR: No matching distribution found for ibridgepy

failed

CondaEnvException: Pip failed

Hi,

Seems it is a compatibility issue. IbridgePy can have issues in Linux. Following might be the issue:
IBridgePy might expect “plain” system Python on Ubuntu/Linux (64-bit) not anaconda.
Mint 22 “venv fails”: After upgrading to Mint 22, many users couldn’t create venvs until they installed the python3-venv package for the target Python.

You might have to check with IBridgePy support if the issue is not being resolved.