Emmanuel Iturbide

Results 8 comments of Emmanuel Iturbide

@mrjbq7 thanks for your quick answer. Unfortunately, I don't really understand it. I try to run these commands from the ta-lib pip code source, the ta-lib source folder, cython source...

No luck :( ``` (virtualenv) root@f5dedc0e326d:/home/manu# git clone https://github.com/mrjbq7/ta-lib.git Cloning into 'ta-lib'... remote: Enumerating objects: 2301, done. remote: Counting objects: 100% (7/7), done. remote: Compressing objects: 100% (7/7), done. remote:...

My workaround for now is the following: Install cython ``` pip3.7 install cython ``` Fix the version of numpy to 1.21.6 in setup.py ``` sed -i 's/\"numpy\"/\"numpy==1.21.6\"/' setup.py ``` Run...

Yes, but after installing cython, I have the same error related to python 3.8

@mrjbq7 using `python3.7 -m pip install ta-lib` instead of `pip install ta-lib` and it worked. (I'm using a virtualenv, so I'm not sure why this is the solution tbh)

@scippio OVH use Openstack, so you can use Openstack provider to create your instances: https://www.terraform.io/docs/providers/openstack/index.html https://docs.ovh.com/gb/en/public-cloud/how-to-use-terraform/

Replaced by https://github.com/sous-chefs/firewall/pull/215