1
resposta

Não funciona

profile = Profiler(dados)


ValueError Traceback (most recent call last)

/usr/local/lib/python3.12/dist-packages/dataprofiler/profilers/profile_builder.py in init(self, data, samples_per_update, min_true_samples, options)
748
--> 749 data_labeler = DataLabeler(
750 labeler_type=self._default_labeler_type,

25 frames

ValueError: JAX requires ml_dtypes version 0.5 or newer; installed version is 0.4.1.

During handling of the above exception, another exception occurred:

ValueError Traceback (most recent call last)

/usr/local/lib/python3.12/dist-packages/dataprofiler/profilers/profiler_utils.py in warn_on_profile(col_profile, e)
158 # This is considered a major error
159 if type(e).name == "ValueError":
--> 160 raise ValueError(e)
161 warning_msg += "\n\nFor labeler errors, try installing "
162 warning_msg += "the extra ml requirements via:\n\n"

ValueError: JAX requires ml_dtypes version 0.5 or newer; installed version is 0.4.1.

1 resposta

Oi João, tudo bem?

Recomendo que você siga as orientações da nota da transcrição da aula .

Deixo um tópico como orientação:

Caso o problema persista, fico à disposição!

Caso este post tenha lhe ajudado, por favor, marcar como solucionado ✓. Bons Estudos!