0todd0000 / spm1d

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

Installing "power1d" #248

Closed Yokonie closed 1 year ago

Yokonie commented 1 year ago

Hi,

This might be a very silly question but I am really new to Python and have been struggling with installing "power1d".

I have not had a problem with using "spm1d". However, when I tried to install "power1d", the error occurs as you can see from the image below. Screen Shot 2023-02-05 at 13 48 21

I updated Python to the latest version and installed all the dependencies based upon instructions given from this link https://spm1d.org/power1d/index.html. However, I have not been able to install power1d.

Any help or guidance would be greatly appreciated!

Yoshi

0todd0000 commented 1 year ago

My apologies! power1d was offline for testing and development purposes. It is now active once again: https://pypi.org/project/power1d/

So please try to install once again using:

pip install power1d

Note: the example scripts are NOT included in the new version (version 0.1.6). If you require the example scripts please access them from the repository here: https://github.com/0todd0000/power1d

Yokonie commented 1 year ago

Thanks for the prompt reply! I just installed it. Thanks for your help!

Yoshi