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

Cannot Install tabula-py #4

Closed
ghost opened this issue Sep 20, 2016 · 4 comments
Closed

Cannot Install tabula-py #4

ghost opened this issue Sep 20, 2016 · 4 comments

Comments

@ghost
Copy link

ghost commented Sep 20, 2016

My java version is 1.8.0_101 and pandas installed in anaconda environment. I tried install it on both python version is Python 2.7.12 and python 3.5 :: Anaconda 4.1.1 (64-bit).

I executed "pip install tabula-py" on anaconda as well, the running message is :
Collecting tabula-py
Could not find a version that satisfies the requirement tabula-py (from versions: )
No matching distribution found for tabula-py

Is there any specific requirements other than Java and pandas? Thank you

@chezou
Copy link
Owner

chezou commented Sep 21, 2016

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

@chezou
Copy link
Owner

chezou commented Sep 21, 2016

I uploaded source file to pypi.

Could you retry?

@ghost
Copy link
Author

ghost commented Sep 21, 2016

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.

@chezou
Copy link
Owner

chezou commented Sep 21, 2016

I'm glad to hear that ;)

@chezou chezou closed this as completed Sep 21, 2016
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