Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: conda release for python 3.11 or later #645

Open
auderson opened this issue Apr 19, 2024 · 2 comments
Open

Feature Request: conda release for python 3.11 or later #645

auderson opened this issue Apr 19, 2024 · 2 comments

Comments

@auderson
Copy link

As title.

@mrjbq7
Copy link
Collaborator

mrjbq7 commented Apr 19, 2024 via email

@krahnikblis
Copy link

@auderson and/or others watching, i know it's not ideal but just to get working for py3.11, i was able to use the conda install -c conda-forge libta-lib command to get the base C package, then used pip install ta-lib within the activated conda environment to install the python one, and verified via conda list that ta-lib was there, conda just lists pypi as the channel.

i'm just ignorant enough to seriously wonder if something like conda install -c pypi ta-lib would have worked...

functionally the library imports and "works", but the whole reason i went this conda/etc route was to swap out numpy and pandas for cupy and cudf and use RAPIDS to run things on GPU, and ta-lib chokes up on cupy's device versions of numpy arrays, so, can't win them all i guess...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants