laszukdawid / PyEMD

Python implementation of Empirical Mode Decompoisition (EMD) method
https://pyemd.readthedocs.io/
Apache License 2.0
867 stars 224 forks source link

Where is setup.py #127

Closed ManojWarrier closed 1 year ago

ManojWarrier commented 1 year ago

Hi. I could not find the setup.py file from the downloaded zip file for installation.

SHEN-Cheng commented 1 year ago

pipi not work and I cannot find the setup.py by using git to install.

laszukdawid commented 1 year ago

Hi, it's likely that you haven't updated Python in your system for a while and that you have old version of setuptools. Please execute pip install --upgrade pip setuptools to update pip and setuptools. project.toml is replacing setup.py.