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.
Problem installing pysmile: message error
-
- Site Admin
- Posts: 45
- Joined: Mon Nov 06, 2017 6:41 pm
Re: Problem installing pysmile: message error
We had a problem with our pip server.
Try code below again - now it should work.
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"