0todd0000 / spm1d

One-Dimensional Statistical Parametric Mapping in Python
GNU General Public License v3.0
60 stars 21 forks source link

install SPM1d #245

Closed yossy-biomech closed 1 year ago

yossy-biomech commented 1 year ago

Please tell me how to solve the problem that I cannot install. I bought a new Apple M1Max and tried to install SPM1d.

The software versions used are: conda version : 22.11.1 conda-build version : 3.22.0 python version : 3.9.13.final.0

I typed: ’conda install -c toddp spm1d’

Then the following message appeared and installation failed.

Collecting package metadata (current_repodata.json): done Solving environment: failed with initial frozen solve. Retrying with flexible solve. Collecting package metadata (repodata.json): done Solving environment: failed with initial frozen solve. Retrying with flexible solve.

PackagesNotFoundError: The following packages are not available from current channels:

Current channels:

To search for alternate channels that may provide the conda package you're looking for, navigate to

https://anaconda.org

and use the search bar at the top of the page.

0todd0000 commented 1 year ago

Please try:

pip install spm1d

That should work even if the conda install fails.

yossy-biomech commented 1 year ago

Thank you. Installation was successful.