Problem installing pysmile: message error

The engine.
Post Reply
Juan Manuel
Posts: 1
Joined: Wed Jan 18, 2023 9:04 pm

Problem installing pysmile: message error

Post by Juan Manuel »

Dear sir or madam,
I have been triying to install pysmile from the url with the command in JupyterNotebook.
"!{sys.executable} -m pip install --index-url https://support.bayesfusion.com/pysmile-A/ pysmile"
(I also tried whit "!pip install --index...")
I have download both pysmile.pyd and pysmile_license.py and it is in the directory where is my notebook.
But the next message appears everytime I tried:
"Looking from indexes: https://support.bayesfusion.com/pysmile-A/"
"ERROR: Could not find a version that satisfies the requirement pysmile (from versions: none)"
" ERROR: No matching distribution found for pysmile"

If there is something I am doing wrong or someone can give a recomendation I would be very grateful.
piotr [BayesFusion]
Site Admin
Posts: 60
Joined: Mon Nov 06, 2017 6:41 pm

Re: Problem installing pysmile: message error

Post by piotr [BayesFusion] »

We had a problem with our pip server.

Try code below again - now it should work.

Code: Select all

"!{sys.executable} -m pip install --index-url https://support.bayesfusion.com/pysmile-A/ pysmile"
tyx021
Posts: 1
Joined: Mon Feb 19, 2024 7:40 am

Re: Problem installing pysmile: message error

Post by tyx021 »

Hi, I am also trying to install pysmile with the command on Windows, but I am having the same issue

Code: Select all

ERROR: Could not find a version that satisfies the requirement pysmile (from versions: none)
ERROR: No matching distribution found for pysmile
(my python version is 3.9.7)
piotr [BayesFusion]
Site Admin
Posts: 60
Joined: Mon Nov 06, 2017 6:41 pm

Re: Problem installing pysmile: message error

Post by piotr [BayesFusion] »

Can I ask you for the full command with which you are trying to install PySMILE? There is a PySMILE compatible with Python 3.9 under Windows in our repository.
Post Reply