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

Conda Installation of the dataprep AI is not supported #103

Closed
abhisheksundarraman opened this issue Mar 16, 2020 · 13 comments
Closed

Conda Installation of the dataprep AI is not supported #103

abhisheksundarraman opened this issue Mar 16, 2020 · 13 comments
Assignees
Labels
module: EDA type: enhancement New feature or request
Milestone

Comments

@abhisheksundarraman
Copy link

Conda Installation for the data prep AI is not supported.

$ conda install dataprep
Collecting package metadata (current_repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
Collecting package metadata (repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.

PackagesNotFoundError: The following packages are not available from current channels:

  • dataprep

Current channels:

To search for alternate channels that may provide the conda package you're
looking for, navigate to

https://anaconda.org

and use the search bar at the top of the page.

@dovahcrow dovahcrow added the type: enhancement New feature or request label Mar 20, 2020
@dovahcrow
Copy link
Member

Currently, you can install our package through PyPI using command pip install dataprep. installation using conda will be supported in the future.

@jnwang
Copy link

jnwang commented Apr 17, 2020

This seems an easy but important task to do. Shall we prioritize it?

@Waterpine can you work on it?

https://conda-forge.org/#add_recipe

@twsl
Copy link

twsl commented Jul 12, 2020

I'd love to see this implemented. Any way I can help?

@jnwang
Copy link

jnwang commented Jul 12, 2020

Thanks @twsl for offering your help. Would like to work on this issue and let us know how long it will take?

@dovahcrow dovahcrow assigned dovahcrow and unassigned jinglinpeng and twsl Jul 13, 2020
@dovahcrow dovahcrow added this to the 0.2.10 milestone Jul 13, 2020
@twsl
Copy link

twsl commented Jul 14, 2020

who should I name as recipe maintainers? I'm not sure, if I'll be able to maintain it in the future myself.

@dovahcrow
Copy link
Member

@twsl I think you can add me "Weiyuan Wu youngw@sfu.ca" into the maintainers list.

@dovahcrow
Copy link
Member

dovahcrow commented Jul 21, 2020

I uploaded DataPrep to conda repo sfu-db. I think you can install it through conda install -c sfu-db -c conda-forge dataprep now.

However, this build is only for Linux. I haven't figure out how to crossbuild the package for Windows and MacOS.

@twsl
Copy link

twsl commented Jul 21, 2020

nice to see, that you already pushed this. I was fiddling around with cross plattform builds

@dovahcrow
Copy link
Member

@twsl Thanks! I just figured out by replacing one of DataPrep's dependency we can make it a noarch package. Hopefully next release 0.2.10 (next week) we will have DataPrep appear on conda-forge channel.

@abhisheksundarraman
Copy link
Author

abhisheksundarraman commented Jul 21, 2020 via email

@twsl
Copy link

twsl commented Jul 28, 2020

@dovahcrow is dataprep now noarch? should I push my current progress to conda forge or do you want to finish this?

@dovahcrow
Copy link
Member

@twsl Yep DataPrep is now noarch. Although we successfully submitted the recipe to conda-forge, we met a problem for building it successfully. May I ask if you can submit your PR to https://github.com/conda-forge/dataprep-feedstock?

@dovahcrow
Copy link
Member

Dataprep is now officially on conda-forge! https://anaconda.org/conda-forge/dataprep

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

No branches or pull requests

5 participants