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

Add DeepSlice to the conda-forge repository #32

Open
Etherian opened this issue Apr 6, 2023 · 4 comments
Open

Add DeepSlice to the conda-forge repository #32

Etherian opened this issue Apr 6, 2023 · 4 comments
Labels
enhancement New feature or request

Comments

@Etherian
Copy link

Etherian commented Apr 6, 2023

Now that Deepslice is available to PyPI, could you look into uploading it to conda-forge? I'm not sure how much work it would take to set up, but it would make my life a bit easier.

@PolarBean
Copy link
Owner

Great idea, I will look into this after easter :)

@PolarBean PolarBean added the enhancement New feature or request label Apr 7, 2023
@PolarBean
Copy link
Owner

I havent yet done this yet but just so you know this is nearly as good if you want a fresh environment as well

conda create --name DeepSlice python=3.7

pip install DeepSlice

@Etherian
Copy link
Author

Etherian commented Apr 18, 2023

Thanks! That is nearly as good. The one problem is that installing via pip into a Conda environment kinda prevents installing anything else into the same environment via conda in the future. (Since conda doesn't know how pip has changed the environment.)

@josh-steighner
Copy link

Hi, wanted to share that conda create --name DeepSlice python=3.7 no longer works (at least on my M1 Mac) but this seemed to get around that:
conda create --name DeepSlice
conda activate DeepSlice
conda config --env --set subdir osx-64
conda install python=3.7
pip install DeepSlice
Apologies if this is bad practice — I have limited experience troubleshooting python environments.

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

No branches or pull requests

3 participants