Closed cskksdfklpz closed 3 years ago
Sorry, I haven't been able to build wheels for M1/Arm architecture yet, I will take another look in a couple weeks when I have more time. Pull requests welcome.
To add: macOS has also been a bit difficult for Python 3.9 on the conventional arch. Again, I'll revisit again.
Sorry, I haven't been able to build wheels for M1/Arm architecture yet, I will take another look in a couple weeks when I have more time. Pull requests welcome.
To add: macOS has also been a bit difficult for Python 3.9 on the conventional arch. Again, I'll revisit again.
That would be very helpful! Before that I'll use docker instead.
@stefan-jansen, when do you have time to build a wheel for M1/Arm architecture? Thanks in advance for your efforts.
same issue.. would be great to have m1 chip support ASAP... Thanks.
Have you tried the arm64 wheels?
@stefan-jansen thanks.. but i got following error when installing... Collecting tables>=3.4.3 Using cached tables-3.8.0.tar.gz (8.0 MB) Installing build dependencies ... done Getting requirements to build wheel ... error error: subprocess-exited-with-error
× Getting requirements to build wheel did not run successfully. │ exit code: 1 ╰─> [13 lines of output] /var/folders/t2/cyj7ssjx3xq6_hr08dfy1hxh0000gn/T/H5closeyv58r3pc.c:2:5: error: implicit declaration of function 'H5close' is invalid in C99 [-Werror,-Wimplicit-function-declaration] H5close(); ^ 1 error generated. cpuinfo failed, assuming no CPU features: 'flags'
Found conda env: /Users/opt/anaconda3/envs/backtest39
.. ERROR:: Could not find a local HDF5 installation.
You may need to explicitly state where your local HDF5 headers and
library can be found by setting the HDF5_DIR
environment
variable or by using the --hdf5
command-line option.
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip. error: subprocess-exited-with-error
× Getting requirements to build wheel did not run successfully. │ exit code: 1 ╰─> See above for output.
note: This error originates from a subprocess, and is likely not a problem with pip.
@stefan-jansen thanks.. but i got following error when installing... Collecting tables>=3.4.3 Using cached tables-3.8.0.tar.gz (8.0 MB) Installing build dependencies ... done Getting requirements to build wheel ... error error: subprocess-exited-with-error
× Getting requirements to build wheel did not run successfully. │ exit code: 1 ╰─> [13 lines of output] /var/folders/t2/cyj7ssjx3xq6_hr08dfy1hxh0000gn/T/H5closeyv58r3pc.c:2:5: error: implicit declaration of function 'H5close' is invalid in C99 [-Werror,-Wimplicit-function-declaration] H5close(); ^ 1 error generated. cpuinfo failed, assuming no CPU features: 'flags' Using Python 3.9.15 (main, Nov 24 2022, 08:28:41) Found cython 0.29.33 USE_PKGCONFIG: True Found conda env:
/Users/opt/anaconda3/envs/backtest39
.. ERROR:: Could not find a local HDF5 installation. You may need to explicitly state where your local HDF5 headers and library can be found by setting theHDF5_DIR
environment variable or by using the--hdf5
command-line option. [end of output]note: This error originates from a subprocess, and is likely not a problem with pip. error: subprocess-exited-with-error
× Getting requirements to build wheel did not run successfully. │ exit code: 1 ╰─> See above for output.
note: This error originates from a subprocess, and is likely not a problem with pip.
it seems, I have managed to install this after installing hdf5 and ta-lib which gives error solved by following code: brew install ta-lib export TA_INCLUDE_PATH="$(brew --prefix ta-lib)/include" export TA_LIBRARY_PATH="$(brew --prefix ta-lib)/lib" pip install ta-lib
@stefan-jansen please advise how to build for apple silicion, I would like to give it a try. Thank you
Dear Zipline Maintainers,
Before I tell you about my issue, let me describe my environment:
Environment
Now that you know a little about me, let me tell you about the issue I am having:
Description of Issue: Can't install biplane-reloaded by pip
When I type pip install zipline-reloaded, I got the following output
Here is how you can reproduce this issue on your machine:
Reproduction Steps
1. 2. 3. ...
What steps have you taken to resolve this already?
...
Anything else?
...
Sincerely,
$ whoami