Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stimfit-x64-0.15.8BETA1-bundle.exe fails to complete installation of embedded python - workaround is available #106

Open
schloegl opened this issue May 17, 2024 · 0 comments

Comments

@schloegl
Copy link
Collaborator

Currently the installer Stimfit-x64-0.15.8BETA1-bundle.exe [1] fails to complete the installing python, because downloading of numpy and matplotlib fails due to and ssl error [2]. In order to complete installing the embedded python, one can run the commands from the windows cmd shell.

cd c:\python27  
python -m pip install --trusted-host pypi.org --trusted-host pypi.python.org --trusted-host files.pythonhosted.org  numpy==1.16.6 
python -m pip install --trusted-host pypi.org --trusted-host pypi.python.org --trusted-host files.pythonhosted.org  matplotlib
% optionally, you can als upgrade pip 
python -m pip install --trusted-host pypi.org --trusted-host pypi.python.org --trusted-host files.pythonhosted.org  pip==20.3.4

[1] https://github.com/neurodroid/stimfit/releases/download/v0.15.8windows/Stimfit-x64-0.15.8BETA1-bundle.exe
[2] https://stackoverflow.com/questions/25981703/pip-install-fails-with-connection-error-ssl-certificate-verify-failed-certi

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant