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 pip install #215

Closed
casperdcl opened this issue Dec 21, 2023 · 0 comments · Fixed by #233
Closed

fix pip install #215

casperdcl opened this issue Dec 21, 2023 · 0 comments · Fixed by #233
Assignees
Labels
bug Something isn't working

Comments

@casperdcl
Copy link
Member

setup.py is missing dependencies. That means dev install currently requires:

wget https://raw.githubusercontent.com/TomographicImaging/iDVC/master/recipe/dev_environment.yml
sed -i '/.*ccpi-dvc.*/d' dev_environment.yml
conda env create -n idvc -f dev_environment.yml
conda activate idvc
pip install "git+https://github.com/TomographicImaging/iDVC@master#egg=idvc"
@casperdcl casperdcl added the bug Something isn't working label Dec 21, 2023
@casperdcl casperdcl self-assigned this Dec 21, 2023
casperdcl added a commit that referenced this issue Apr 30, 2024
@DanicaSTFC DanicaSTFC added this to the Version 24.0.0 milestone May 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants