Hi,
I'm reaching out for some advice on installing IBridgePy on my Windows computer.
I noticed that the Python version in both virtual environments (General/ML) is version 3.9.5.
Setting Up Python On Your System (quantinsti.com)
On the IBridgePy portal page, I only see download options for Windows that support Python 2.7, 3.7, and 3.8.
IBridgePy Portal (ibridgepy-portal.herokuapp.com)
Is there a way for me to install IBridgePy in my Python 3.9 virtual environment?
Would you recommend downloading an earlier Python version instead?
Any guidance you can provide on getting IBridgePy set up would be greatly appreciated.
Hi,
I suggest you create a separate virtual environment with Python version 3.8 and proceed with the IBridgePy installation. You can refer to this link to check the commands to create a virtual environment with a specific Python version.
Hope this helps!
Thanks,
Akshay
Hi Akshay,
Thank you for the suggestion. I managed to get the basic stuff working with the following environment.yml
name: ibridge_py
channels:
- defaults
dependencies:
- blas=1.0=mkl
- bottleneck=1.3.5=py38h080aedc_0
- brotlipy=0.7.0=py38h2bbff1b_1003
- ca-certificates=2023.05.30=haa95532_0
- certifi=2023.7.22=py38haa95532_0
- cffi=1.15.1=py38h2bbff1b_3
- charset-normalizer=2.0.4=pyhd3eb1b0_0
- cryptography=41.0.2=py38hac1b9e3_0
- idna=3.4=py38haa95532_0
- intel-openmp=2023.1.0=h59b6b97_46319
- libffi=3.4.4=hd77b12b_0
- mkl=2023.1.0=h6b88ed4_46357
- mkl-service=2.4.0=py38h2bbff1b_1
- mkl_fft=1.3.6=py38hf11a4ad_1
- mkl_random=1.2.2=py38hf11a4ad_1
- numexpr=2.8.4=py38h7b80656_1
- numpy=1.24.3=py38h79a8e48_1
- numpy-base=1.24.3=py38h8a87ada_1
- openssl=3.0.10=h2bbff1b_0
- pandas=2.0.3=py38h4ed8f06_0
- pip=23.2.1=py38haa95532_0
- pycparser=2.21=pyhd3eb1b0_0
- pyopenssl=23.2.0=py38haa95532_0
- pysocks=1.7.1=py38haa95532_0
- python=3.8.17=h1aa4202_0
- python-dateutil=2.8.2=pyhd3eb1b0_0
- python-tzdata=2023.3=pyhd3eb1b0_0
- pytz=2022.7=py38haa95532_0
- requests=2.31.0=py38haa95532_0
- setuptools=68.0.0=py38haa95532_0
- six=1.16.0=pyhd3eb1b0_1
- sqlite=3.41.2=h2bbff1b_0
- tbb=2021.8.0=h59b6b97_0
- urllib3=1.26.16=py38haa95532_0
- vc=14.2=h21ff451_1
- vs2015_runtime=14.27.29016=h5e58377_2
- wheel=0.38.4=py38haa95532_0
- win_inet_pton=1.1.0=py38haa95532_0
Hi,
It's great to know that you were able to install the environment. Please do let us know in case you need any help.
Thanks,
Akshay