Problem installing pysmile in a conda environment

The engine.
Post Reply
EAly
Posts: 21
Joined: Tue Apr 14, 2020 1:16 pm

Problem installing pysmile in a conda environment

Post by EAly »

Hello,

I'm having issues installing SMILE on a macOS.
When I try to install it from the online repo using:

Code: Select all

python -m pip install --index-url https://support.bayesfusion.com/pysmile-A/ pysmile
I get the following error:

Code: Select all

ERROR: Could not find a version that satisfies the requirement pysmile (from versions: none)
ERROR: No matching distribution found for pysmile
And I don't know how can I install it using the

Code: Select all

pysmile.so
file (in the downloadable

Code: Select all

pysmile-academic-2.0.10-macosx-python-3.10.tar.gz
).

I would also appreciate some guidance on how to install pysmile in a certain conda environment and not in the base environment

Can you provide any help with that please? Thanks in advance for your help
piotr [BayesFusion]
Site Admin
Posts: 61
Joined: Mon Nov 06, 2017 6:41 pm

Re: Problem installing pysmile in a conda environment

Post by piotr [BayesFusion] »

Can you check the Python version in your Conda environment?

Code: Select all

python --version
PySMILE is not currently compatible with Python 3.11 - an update is on the way and will be available soon.
Post Reply