I have downloaded ta-lib-0.6.4-windows-x86_64 and ta_lib-0.6.3-cp313-cp313-cp313-win_amd64.whl. I unzipped ta-lib-0.6.4-windows-x86_64 to C:, but that didn't do anything. I haven't been able to figure out how to do anything with ta_lib-0.6.3-cp313-cp313-cp313-win_amd64.whl, because when I go to open it the computer wants to send it the notepad.
When I try pip download ta-lib I get the error code: ERROR: Failed to build installable wheels for some pyproject.toml based projects (TA-Lib).
I could download this easily with a wheel file when it wasn't depreciated, but since the update from swig I'm at a loss. Any help is appreciated.
I have downloaded ta-lib-0.6.4-windows-x86_64 and ta_lib-0.6.3-cp313-cp313-cp313-win_amd64.whl. I unzipped ta-lib-0.6.4-windows-x86_64 to C:, but that didn't do anything. I haven't been able to figure out how to do anything with ta_lib-0.6.3-cp313-cp313-cp313-win_amd64.whl, because when I go to open it the computer wants to send it the notepad.
When I try pip download ta-lib I get the error code: ERROR: Failed to build installable wheels for some pyproject.toml based projects (TA-Lib).
I could download this easily with a wheel file when it wasn't depreciated, but since the update from swig I'm at a loss. Any help is appreciated.
Share asked Mar 3 at 10:55 PuhtooiePuhtooie 1567 bronze badges 5 |1 Answer
Reset to default 0I needed to navigate with cd in command line to where the .whl file was (in my case. C:\Users\name\Downloads) located and pip install your_file.whl from there. Pretty sure this downloaded as a global package, but it's available in my virtual environment now.
发布者:admin,转转请注明出处:http://www.yc00.com/questions/1745098338a4611119.html
.whl
directly withpip install your_file.whl
– furas Commented Mar 3 at 17:53