Skip to content
This repository has been archived by the owner on Jul 22, 2022. It is now read-only.

pip install fails #18

Closed
miurahr opened this issue Jun 22, 2015 · 5 comments
Closed

pip install fails #18

miurahr opened this issue Jun 22, 2015 · 5 comments
Assignees
Labels

Comments

@miurahr
Copy link
Owner

miurahr commented Jun 22, 2015

(pykakasi)miurahr@:~/projects/pykakasi-test$ pip install pykakasi
Collecting pykakasi
/home/miurahr/.pyenv/versions/pykakasi/lib/python2.6/site-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:90: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning.
  InsecurePlatformWarning
  Downloading pykakasi-0.23.tar.gz (1.0MB)
    100% |████████████████████████████████| 1.0MB 178kB/s 
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):
      File "<string>", line 20, in <module>
      File "/tmp/pip-build-0fGo1u/pykakasi/setup.py", line 8, in <module>
        import nose
    ImportError: No module named nose

    ----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-0fGo1u/pykakasi
@miurahr miurahr added the bug label Jun 22, 2015
@miurahr
Copy link
Owner Author

miurahr commented Jun 22, 2015

it is happen when python 2.6.9

@miurahr
Copy link
Owner Author

miurahr commented Jun 22, 2015

b13c32b fix it. waiting release.

@sinshutu
Copy link

sinshutu commented Aug 9, 2017

I tried

pip install pykakasi

ImportError: No module named nose

But,

pip install git+https://github.com/miurahr/pykakasi

Success

There is a possibility that registration to P is something wrong??

@loganknecht
Copy link

Hi there @miurahr

Just sharing that I'm experiencing this as well and would love a fix for this.

I really love your project! It's been super helpful for my personal projects!

@miurahr miurahr self-assigned this Aug 25, 2017
@miurahr
Copy link
Owner Author

miurahr commented Mar 25, 2018

fix released

@miurahr miurahr closed this as completed Mar 25, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants