-
Notifications
You must be signed in to change notification settings - Fork 56
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
Can't install on macOS 13.1 and mamba #115
Comments
I got the same error on M1 macbook |
I'm also on M1 |
As there is no osx-arm64 label on the CONDA page, I suppose it is not supported yet. For example, this package has osx-arm64 label. |
The repository for the conda-forge build is here: Instructions on how to add osx-arm64 support to a conda-forge package are given here: |
Just to note: the issue here is not actually vitables, the installation of pyqt5 fails |
Added osx-arm64 to the conda feedstock, works now for python 3.9 |
Describe your problem
Tried to install the ViTables using pip in mamba environment with mamba 1.0.0 and conda 4.14.0
pip install ViTables
I get the following traceback
Alternative
I downloaded the binary package and tried
pip install ~/Downloads/ViTables-3.0.2-py3-none-any.whl
which gives me the same error.The text was updated successfully, but these errors were encountered: