omadson/fuzzy-c-means

info due to invalid metadata entry 'name'

edrianhadinata opened this issue · 3 comments

im using python 3.11, jupyter notebook 7

pip install fuzzy-c-means

WARNING: Skipping C:\Users\Lenovo\AppData\Local\Programs\Python\Python311\Lib\site-packages\pip-23.2.1.dist-info due to invalid metadata entry 'name'
WARNING: Skipping C:\Users\Lenovo\AppData\Local\Programs\Python\Python311\Lib\site-packages\pip-23.2.1.dist-info due to invalid metadata entry 'name'
Requirement already satisfied: fuzzy-c-means in c:\users\lenovo\appdata\local\programs\python\python311\lib\site-packages (1.7.0)
Requirement already satisfied: joblib<2.0.0,>=1.2.0 in c:\users\lenovo\appdata\local\programs\python\python311\lib\site-packages (from fuzzy-c-means) (1.2.0)
Requirement already satisfied: numpy<2.0.0,>=1.21.1 in c:\users\lenovo\appdata\local\programs\python\python311\lib\site-packages (from fuzzy-c-means) (1.24.3)
Requirement already satisfied: pydantic<2.0.0,>=1.9.0 in c:\users\lenovo\appdata\local\programs\python\python311\lib\site-packages (from fuzzy-c-means) (1.10.13)
Requirement already satisfied: tabulate<0.9.0,>=0.8.9 in c:\users\lenovo\appdata\local\programs\python\python311\lib\site-packages (from fuzzy-c-means) (0.8.10)
Requirement already satisfied: tqdm<5.0.0,>=4.64.1 in c:\users\lenovo\appdata\local\programs\python\python311\lib\site-packages (from fuzzy-c-means) (4.65.0)
Requirement already satisfied: typer<0.5.0,>=0.4.0 in c:\users\lenovo\appdata\local\programs\python\python311\lib\site-packages (from fuzzy-c-means) (0.4.2)
Requirement already satisfied: typing-extensions>=4.2.0 in c:\users\lenovo\appdata\local\programs\python\python311\lib\site-packages (from pydantic<2.0.0,>=1.9.0->fuzzy-c-means) (4.6.3)
Requirement already satisfied: colorama in c:\users\lenovo\appdata\local\programs\python\python311\lib\site-packages (from tqdm<5.0.0,>=4.64.1->fuzzy-c-means) (0.4.6)
Requirement already satisfied: click<9.0.0,>=7.1.1 in c:\users\lenovo\appdata\local\programs\python\python311\lib\site-packages (from typer<0.5.0,>=0.4.0->fuzzy-c-means) (8.1.3)
WARNING: Skipping C:\Users\Lenovo\AppData\Local\Programs\Python\Python311\Lib\site-packages\pip-23.2.1.dist-info due to invalid metadata entry 'name'
WARNING: Skipping C:\Users\Lenovo\AppData\Local\Programs\Python\Python311\Lib\site-packages\pip-23.2.1.dist-info due to invalid metadata entry 'name'
WARNING: Skipping C:\Users\Lenovo\AppData\Local\Programs\Python\Python311\Lib\site-packages\pip-23.2.1.dist-info due to invalid metadata entry 'name'
WARNING: Skipping C:\Users\Lenovo\AppData\Local\Programs\Python\Python311\Lib\site-packages\pip-23.2.1.dist-info due to invalid metadata entry 'name'

Hello @edrianhadinata. Could you give more information about your environment?

  • What is the exact version of Python?
  • What is the version of pip?

I think this problem is not with fuzzy-c-means, but with pip. Try running pip install --upgrade pip and installing again. I tested here with Python 3.11.2 and pip 23.2.1 and also with pip 23.3.1 and everything worked perfectly.

@edrianhadinata you need to uninstall the previous pip-23.3.1.dist-info from the path given in your cmd

I'm closing the issue due to lack of activity. It can be reopened at any time.