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

How to install this program / library? #5

Open
irlabs opened this issue Oct 15, 2018 · 2 comments
Open

How to install this program / library? #5

irlabs opened this issue Oct 15, 2018 · 2 comments

Comments

@irlabs
Copy link

irlabs commented Oct 15, 2018

Hi,

I tried to install it with pip install blur-ninja, but it cannot find a distribution.

Was a distribution packages uploaded to the Python Package Index?

@manuelbua
Copy link
Owner

Sorry but currently there is no way to install it via pip: i'm struggling to find some time to work it out, but in the meantime you may clone the repo and use it from there.

@irlabs
Copy link
Author

irlabs commented Oct 17, 2018

Can't get it to work.
After pip install -r requirements.txt and python setup.py install it tells me

Traceback (most recent call last):
  File "/usr/local/bin/blurninja", line 11, in <module>
    load_entry_point('blur-ninja==1.0.0', 'console_scripts', 'blurninja')()
  File "/usr/local/lib/python2.7/site-packages/pkg_resources/__init__.py", line 587, in load_entry_point
    return get_distribution(dist).load_entry_point(group, name)
  File "/usr/local/lib/python2.7/site-packages/pkg_resources/__init__.py", line 2800, in load_entry_point
    return ep.load()
  File "/usr/local/lib/python2.7/site-packages/pkg_resources/__init__.py", line 2431, in load
    return self.resolve()
  File "/usr/local/lib/python2.7/site-packages/pkg_resources/__init__.py", line 2437, in resolve
    module = __import__(self.module_name, fromlist=['__name__'], level=0)
ImportError: No module named blurninja.app

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

2 participants