Git Product home page Git Product logo

Comments (4)

chezou avatar chezou commented on June 19, 2024

What OS do you use? I created conda environment with miniconda on my Mac, but I can't reproduce it.

~ ❯❯❯ conda -V                                                                                                                                   
conda 4.2.7
~ ❯❯❯ conda create -n py3 python=3.5 pandas
Package plan for installation in environment /Users/mic/miniconda3/envs/py3:

The following packages will be downloaded:

    package                    |            build
    ---------------------------|-----------------
    mkl-11.3.3                 |                0       101.4 MB
    openssl-1.0.2h             |                2         3.0 MB
    numpy-1.11.1               |           py35_0         2.7 MB
    pytz-2016.6.1              |           py35_0         176 KB
    setuptools-27.2.0          |           py35_0         527 KB
    six-1.10.0                 |           py35_0          17 KB
    python-dateutil-2.5.3      |           py35_0         237 KB
    pandas-0.18.1              |      np111py35_0         7.1 MB
    ------------------------------------------------------------
                                           Total:       115.2 MB

The following NEW packages will be INSTALLED:

    mkl:             11.3.3-0
    numpy:           1.11.1-py35_0
    openssl:         1.0.2h-2
    pandas:          0.18.1-np111py35_0
    pip:             8.1.2-py35_0
    python:          3.5.2-0
    python-dateutil: 2.5.3-py35_0
    pytz:            2016.6.1-py35_0
    readline:        6.2-2
    setuptools:      27.2.0-py35_0
    six:             1.10.0-py35_0
    sqlite:          3.13.0-0
    tk:              8.5.18-0
    wheel:           0.29.0-py35_0
    xz:              5.2.2-0
    zlib:            1.2.8-3
(sinp...)
~ ❯❯❯ source activate py3
(py3) ~ ❯❯❯ python --version
Python 3.5.2 :: Continuum Analytics, Inc.
(py3) ~ ❯❯❯ java -version
java version "1.8.0_25"
Java(TM) SE Runtime Environment (build 1.8.0_25-b17)
Java HotSpot(TM) 64-Bit Server VM (build 25.25-b02, mixed mode)
(py3) ~ ❯❯❯ pip install tabula-py
Collecting tabula-py
  Downloading tabula_py-0.2.0-py3-none-any.whl (10.1MB)
    100% |████████████████████████████████| 10.1MB 56kB/s
Requirement already satisfied (use --upgrade to upgrade): pandas in ./miniconda3/envs/py3/lib/python3.5/site-packages (from tabula-py)
Requirement already satisfied (use --upgrade to upgrade): python-dateutil>=2 in ./miniconda3/envs/py3/lib/python3.5/site-packages (from pandas->tabula-py)
Requirement already satisfied (use --upgrade to upgrade): pytz>=2011k in ./miniconda3/envs/py3/lib/python3.5/site-packages (from pandas->tabula-py)
Requirement already satisfied (use --upgrade to upgrade): numpy>=1.7.0 in ./miniconda3/envs/py3/lib/python3.5/site-packages (from pandas->tabula-py)
Requirement already satisfied (use --upgrade to upgrade): six>=1.5 in ./miniconda3/envs/py3/lib/python3.5/site-packages (from python-dateutil>=2->pandas->tabula-py)
Installing collected packages: tabula-py
Successfully installed tabula-py-0.2.0

from tabula-py.

chezou avatar chezou commented on June 19, 2024

I uploaded source file to pypi.

Could you retry?

from tabula-py.

 avatar commented on June 19, 2024

It should be an error caused by my side. I reinstalled python 3.5 and it works well. Thank you very much for your reply.

from tabula-py.

chezou avatar chezou commented on June 19, 2024

I'm glad to hear that ;)

from tabula-py.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.