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

Exception: Cython cythonnot found #120

Closed
pratik-mayur-mehta opened this issue May 24, 2014 · 2 comments
Closed

Exception: Cython cythonnot found #120

pratik-mayur-mehta opened this issue May 24, 2014 · 2 comments

Comments

@pratik-mayur-mehta
Copy link

$ buildozer android debug deploy run

#Check configuration tokens
#Ensure build layout
#Check configuration tokens
#Read available permissions from api-versions.xml
#Preparing build
#Check requirements for android
#Run 'dpkg --version'
#Cwd None
/bin/sh: dpkg: command not found
#Search for Git git
#-> found at /opt/local/bin/git
#Search for Cython cython
Traceback (most recent call last):
  File "/usr/local/bin/buildozer", line 9, in <module>
    load_entry_point('buildozer==0.14', 'console_scripts', 'buildozer')()
  File "/usr/local/lib/python2.7/site-packages/buildozer/scripts/client.py", line 13, in main
    Buildozer().run_command(sys.argv[1:])
  File "/usr/local/lib/python2.7/site-packages/buildozer/__init__.py", line 946, in run_command
    self.target.run_commands(args)
  File "/usr/local/lib/python2.7/site-packages/buildozer/target.py", line 85, in run_commands
    func(args)
  File "/usr/local/lib/python2.7/site-packages/buildozer/target.py", line 95, in cmd_debug
    self.buildozer.prepare_for_build()
  File "/usr/local/lib/python2.7/site-packages/buildozer/__init__.py", line 154, in prepare_for_build
    self.target.check_requirements()
  File "/usr/local/lib/python2.7/site-packages/buildozer/targets/android.py", line 129, in check_requirements
    checkbin('Cython cython', 'cython')
  File "/usr/local/lib/python2.7/site-packages/buildozer/__init__.py", line 233, in checkbin
    raise Exception(msg + 'not found')
Exception: Cython cythonnot found

Hey, I have already installed Cython using easy_install, yet it gives me the above exception of Cython cythonnot found...Can anyone please help me out in this?

@tito
Copy link
Member

tito commented Jun 2, 2014

Where cython is installed for you?

@inclement
Copy link
Member

I'm closing this since the original opener never replied. Please reopen (or post on the mailing list, since it's probably a local problem rather than a buildozer bug) if necessary.

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

3 participants