-
Notifications
You must be signed in to change notification settings - Fork 149
Cannot install bcolz for python 3.8 & python 3.9 #417
Comments
That probably is a problem with compiler version. When I switched from |
For me installing bcolz-zipline instead of bcolz helped ( |
you can download bcolz for python 3.9 from "https://www.lfd.uci.edu/~gohlke/pythonlibs/#bcolz" |
Without knowing the details of the error(s) in compiling, it's not really possible to give any assistance. That said- the issue you linked is having an error compiling c-blosc that has been encountered before- setting a compiler flag looks to be the ticket. |
I got the same error when trying to
So I think the issue is having python 3.9. bcolz at the moment may only support older python versions |
This worked for me too |
first you need you need to install cython and zipline
this order should work. another option is just install below
|
After digging through the zipline code trying to find what could be happening there that would make installation of bcolz work after installing zipline, I found a comment in the requirements file
|
Hi! I am using python3.8 (more specifically 3.8.5). I tried installing
bcolz
in a fresh virtual environment (should be no conflicts with other package versions) but I am getting errors when installing. Also, I could not install it with python 3.9It might be related to this issue, but let me know if I should attach a full stack trace.
Note: it works on Python 3.7
The text was updated successfully, but these errors were encountered: