enfantbenidedieu / scientisttools

Python library for multidimensional analysis, classification - clustering analysis
https://github.com/enfantbenidedieu/scientisttools
MIT License
18 stars 10 forks source link

TypeError: '>' not supported between instances of 'NoneType' and 'sys.version_info' #1

Open mfouneau opened 11 months ago

mfouneau commented 11 months ago

Hi enfantbenidesdieu!

I run into an issue while importing your package with the code below:

from scientisttools.decomposition import FAMD

I'm using python 3.11.5

My requirements:

scientisttools==0.0.9
pingouin==0.5.3
scientistmetrics==0.0.3
ggcorrplot==0.0.2
mapply >= 0.1.21
Plotnine >= 0.10.1
Plydata >= 0.4.3

Did you ever face this issue before?

Thanks so much for your help!

djifacklab commented 11 months ago

Hi Mfouneu

It is my first time to see the error. Have you check with another function in decomposition folder?