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

Fix error when installing in envs that don't already have dependencies #5

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

prescod
Copy link

@prescod prescod commented Dec 8, 2023

Fix #2

@prescod prescod changed the title Main Fix error when installing in envs that don't already have dependencies Dec 8, 2023
@MarcinKonowalczyk
Copy link

run into the same thing. bump 👍

@alexc-motif
Copy link

@tridao can we merge this? cannot install on certain images otherwise

@tridao
Copy link
Contributor

tridao commented Jan 31, 2024

I've experimented w pyproject.toml before and it works for some cases but for other setups it downloads and installs a different version of pytorch, making installation very slow.
Packaging with torch and CUDA is a headache.
I use pip install causal-conv1d --no-build-isolation.

@alexc-motif
Copy link

k, thanks for the context

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

Successfully merging this pull request may close these issues.

Cannot install on ends that do not have dependencies installed
4 participants