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 package #45

Open
scls19fr opened this issue Nov 1, 2017 · 0 comments
Open

Conda package #45

scls19fr opened this issue Nov 1, 2017 · 0 comments

Comments

@scls19fr
Copy link

scls19fr commented Nov 1, 2017

Hello,

It could be very useful to have a conda package for PrettyPandas.

$ conda install PrettyPandas
Fetching package metadata .........

PackageNotFoundError: Packages missing in current channels:

  - prettypandas

We have searched for the packages in the following channels:

  - https://repo.continuum.io/pkgs/free/osx-64
  - https://repo.continuum.io/pkgs/free/noarch
  - https://repo.continuum.io/pkgs/r/osx-64
  - https://repo.continuum.io/pkgs/r/noarch
  - https://repo.continuum.io/pkgs/pro/osx-64
  - https://repo.continuum.io/pkgs/pro/noarch

Otherwise, installing using pip works fine

$ pip install PrettyPandas
Collecting PrettyPandas
  Downloading prettypandas-0.0.3.tar.gz
Requirement already satisfied: babel in ./anaconda/lib/python3.6/site-packages (from PrettyPandas)
Requirement already satisfied: ipython in ./anaconda/lib/python3.6/site-packages (from PrettyPandas)
Requirement already satisfied: numpy in ./anaconda/lib/python3.6/site-packages (from PrettyPandas)
Requirement already satisfied: jinja2 in ./anaconda/lib/python3.6/site-packages (from PrettyPandas)
Requirement already satisfied: pandas>=0.17.1 in ./anaconda/lib/python3.6/site-packages (from PrettyPandas)
Requirement already satisfied: pytz>=0a in ./anaconda/lib/python3.6/site-packages (from babel->PrettyPandas)
Requirement already satisfied: MarkupSafe>=0.23 in ./anaconda/lib/python3.6/site-packages (from jinja2->PrettyPandas)
Requirement already satisfied: python-dateutil>=2 in ./anaconda/lib/python3.6/site-packages (from pandas>=0.17.1->PrettyPandas)
Requirement already satisfied: six>=1.5 in ./anaconda/lib/python3.6/site-packages (from python-dateutil>=2->pandas>=0.17.1->PrettyPandas)
Building wheels for collected packages: PrettyPandas
  Running setup.py bdist_wheel for PrettyPandas ... done
  Stored in directory: /Users/scls/Library/Caches/pip/wheels/ad/41/3c/a3d331a42437852dd0f4aa8156f2563072a388fdb92d27c3dc
Successfully built PrettyPandas
Installing collected packages: PrettyPandas
Successfully installed PrettyPandas-0.0.3

Kind regards

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

1 participant