-
Notifications
You must be signed in to change notification settings - Fork 157
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
Support macOS Ventura #3452
Comments
What are the versions of your python, pip and macOS? |
Python3 3.10.4, PIP 23.0.1, macOS Ventura 13.2.1
On Sun, Apr 2, 2023 at 11:14 AM Oleksiy ***@***.***> wrote:
What are the versions of your python, pip and macOS?
—
Reply to this email directly, view it on GitHub
<#3452 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AYKHECDW4UMFGWSJI5JXBZDW7GJUVANCNFSM6AAAAAAWQLDNYQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
--
Issaac Hansen
Actuarial Science
The Ohio State University
***@***.*** | (614) 403-3963
|
I don't think we tested datatable on macOS higher than Big Sur. We probably need to check what happens on both macOS Monterey and macOS Ventura, it could be that there are again some issues due to the wheel tag generation: #3175 |
Btw, what is the CPU on your machine: Intel or Apple? |
Intel
On Mon, Apr 3, 2023 at 7:40 PM Oleksiy ***@***.***> wrote:
Btw, what is the CPU on your machine: Intel or Apple?
—
Reply to this email directly, view it on GitHub
<#3452 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AYKHECD2FFRSF3GC6BBQT3TW7NNVRANCNFSM6AAAAAAWQLDNYQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
--
Issaac Hansen
Actuarial Science
The Ohio State University
***@***.*** | (614) 403-3963
|
I'm experiencing this same issue on my Windows OS. Tried installing using the follow commands with the same error, additionally the error said:
|
@Dixie234 try installing from our AppVeyor builds by choosing appropriate wheel depending on your python’s version: https://datatable.readthedocs.io/en/latest/start/install.html I suspect you have python 3.10 or 3.11? |
@oleksiyskononenko Thank you for getting back to me so quickly. |
@GuyWithGlasses00 Could you try installing the latest dev wheel on macOS Ventura and python 3.10? Works fine for me on the new macOS. |
Hello, is this package going to be updated to be compatible with Ventura again? Intel CPU here, macOS 13.5.2, Python 3.11 Gives me the following error:
|
Hello,
I am having an issue installing the
datatable
package on my Mac. When I run the command linepip install datatable
it raises an error readingerror: metadata-generation-failed
.So far, I have:
Attempted to install the package using the S3 wheel URL
Attempted to install the source package from git
Both of which have generated the same error. Upon some googling, I found something saying this issue is commonly due to outdated
setuptools
andwheel
packages or outdated source packages.Has anyone experienced this issue? If so, were you able to find a solution?
The text was updated successfully, but these errors were encountered: