Python Forum
Packages inconsistent warning during hdbscan install - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: Packages inconsistent warning during hdbscan install (/thread-34784.html)



Packages inconsistent warning during hdbscan install - Led_Zeppelin - Aug-31-2021

I tried to install hdbscan by the book so to speak. It gave me a warning.

Output:
Downloads>conda install -c conda-forge hdbscan Collecting package metadata (current_repodata.json): done Solving environment: \ The environment is inconsistent, please check the package plan carefully The following packages are causing the inconsistency: - defaults/noarch::google-auth==1.30.1=pyhd3eb1b0_0 - defaults/noarch::google-auth-oauthlib==0.4.4=pyhd3eb1b0_0 - defaults/noarch::requests-oauthlib==1.3.0=py_0 - defaults/noarch::tensorboard==2.4.0=pyhc547734_0 - defaults/win-64::tensorflow==2.3.0=mkl_py38h8c0d9a2_0
It went ahead and installed hdbscan, but I still got these warnings about environment/package inconsistency.
I do not think they should be ignored, but I am unsure how to correct the files installed and not get the warning.

How do I fix this?

Respectfully,

LZ