-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to install ydata-profiling for Python 3.12.0 #1510
Comments
The same error happened to me. My Python version is 3.11.5, my Pandas version is 2.0.3, and my NumPy version is 1.24.3. My operating system is Windows. The error that appears is:
|
Same error happened to me, anyone knows if it's just that it hasn't been updated yet or if it's on my side? |
+1 |
Hi @npappin-wsu , @UItraviolet and @npappin-wsu , thank you for your issue report. Unfortunately, ydata-profiling does not yet available for python 3.12. You can check the information about the supported python version at docs.profiling.ydata.ai, or in the project readme. We are currently working on it, and we expect to have it launched in the beginning of 2024. |
@npappin-wsu @UItraviolet @natanael-melo @kirankalpathy the support for Python 3.12 is blocked by Numba which still does not support it. The support is planned for Numba 0.59 and there is already a release candidate - so as soon as it is an official release, we can update ydata-profiling support as well. |
It seems the official numba release for 3.12 is here: https://github.com/numba/numba/releases/tag/0.59.0 |
@andreas-wolf nice timing! I prepared the PR yesterday (here: #1521) but unfortunately I am facing an issue with the installation of dependencies. See here: https://github.com/ydataai/ydata-profiling/actions/runs/7868893919/job/21466934821
Any help is welcomed. I found out it is a pretty common error with Python 3.12 but none of the solution I tried worked so far... :( |
ydata-profiling is working in conda environments successfully using the python's version = Python 3.11.5 it's 26/02/2024 and ydata-profiling is not working in Python 3.12.2 I'm using ydata-profiling using python 3.11.5 and you can use it too. |
I also run into issues with Python 3.11.7. I get an error withe
at least those are the libraries it complains about in my terminal. |
@justuswolff-audit can you share more details regarding the environment that you are using (what are packages are installed , etc). |
Python 3.12 is supported as of 4.7 version (Match 2024) |
Current Behaviour
I currently have
Python 3.12.0
installed on my mac. Trying to installydata_profiling
package usingpip3
and getting the following error:Expected Behaviour
Package needs to be installed successfully.
Data Description
N/A
Code that reproduces the bug
pandas-profiling version
3.2.0
Dependencies
OS
macos
Checklist
The text was updated successfully, but these errors were encountered: