Open maedoc opened 2 years ago
Is the conda-forge pack for tvb-gdist working better for M1, or is the same ?
At least it refuses to install. Conda has an explicit notion of osx-arm64 and excludes the prebuilt conda packages. When I download one of them anyway, I can see they are built for x86_64, not arm64,
% file gdist.cpython-38-darwin.so
gdist.cpython-38-darwin.so: Mach-O 64-bit bundle x86_64
A
pip install tvb-gdist
on macOS in anarm64
environment, works but unable to import,When I build and install from source, generating the wheels, the folder name now includes the architecture, and it would be helpful to upload wheels for this.