Skip to content
This repository has been archived by the owner on Mar 3, 2020. It is now read-only.

Pip is not installed ? #389

Open
ghost opened this issue Jul 18, 2018 · 0 comments
Open

Pip is not installed ? #389

ghost opened this issue Jul 18, 2018 · 0 comments

Comments

@ghost
Copy link

ghost commented Jul 18, 2018

Why in the hell is pip required for creating a project?
I'm useing Anaconda on Windows with enviroments for python 3.6 where kivy is installed.
I have addionally python 2.7 with Anaconda installed which is the default python installation to run web2py. So the path-Variable for pip is set to the Anaconda's python 2.7- folder.

=> so if I set the path-variable to the python3's envireoment I wouldn't be able to install any python2 - libary easily

=> why in the hell is ther PIP required .... and GIT?

Environment Info

Pip is not installed

Traceback

Traceback (most recent call last):
  File "C:\Users\clemens.koehler\AppData\Local\conda\conda\envs\py36\lib\site-packages\kivy\core\window\window_sdl2.py", line 727, in mainloop
    self._mainloop()
  File "C:\Users\clemens.koehler\AppData\Local\conda\conda\envs\py36\lib\site-packages\kivy\core\window\window_sdl2.py", line 460, in _mainloop
    EventLoop.idle()
  File "C:\Users\clemens.koehler\AppData\Local\conda\conda\envs\py36\lib\site-packages\kivy\base.py", line 340, in idle
    self.dispatch_input()
  File "C:\Users\clemens.koehler\AppData\Local\conda\conda\envs\py36\lib\site-packages\kivy\base.py", line 325, in dispatch_input
    post_dispatch_input(*pop(0))
  File "C:\Users\clemens.koehler\AppData\Local\conda\conda\envs\py36\lib\site-packages\kivy\base.py", line 231, in post_dispatch_input
    listener.dispatch('on_motion', etype, me)
  File "kivy\_event.pyx", line 707, in kivy._event.EventDispatcher.dispatch
  File "C:\Users\clemens.koehler\AppData\Local\conda\conda\envs\py36\lib\site-packages\kivy\core\window\__init__.py", line 1364, in on_motion
    self.dispatch('on_touch_up', me)
  File "kivy\_event.pyx", line 707, in kivy._event.EventDispatcher.dispatch
  File "C:\Users\clemens.koehler\AppData\Local\conda\conda\envs\py36\lib\site-packages\kivy\core\window\__init__.py", line 1400, in on_touch_up
    if w.dispatch('on_touch_up', touch):
  File "kivy\_event.pyx", line 707, in kivy._event.EventDispatcher.dispatch
  File "C:\Users\clemens.koehler\AppData\Local\conda\conda\envs\py36\lib\site-packages\kivy\uix\dropdown.py", line 310, in on_touch_up
    if super(DropDown, self).on_touch_up(touch):
  File "C:\Users\clemens.koehler\AppData\Local\conda\conda\envs\py36\lib\site-packages\kivy\uix\scrollview.py", line 848, in on_touch_up
    if self.dispatch('on_scroll_stop', touch):
  File "kivy\_event.pyx", line 707, in kivy._event.EventDispatcher.dispatch
  File "C:\Users\clemens.koehler\AppData\Local\conda\conda\envs\py36\lib\site-packages\kivy\uix\scrollview.py", line 887, in on_scroll_stop
    self.simulate_touch_down(touch)
  File "C:\Users\clemens.koehler\AppData\Local\conda\conda\envs\py36\lib\site-packages\kivy\uix\scrollview.py", line 607, in simulate_touch_down
    ret = super(ScrollView, self).on_touch_down(touch)
  File "C:\Users\clemens.koehler\AppData\Local\conda\conda\envs\py36\lib\site-packages\kivy\uix\widget.py", line 460, in on_touch_down
    if child.dispatch('on_touch_down', touch):
  File "kivy\_event.pyx", line 707, in kivy._event.EventDispatcher.dispatch
  File "C:\Users\clemens.koehler\AppData\Local\conda\conda\envs\py36\lib\site-packages\kivy\uix\widget.py", line 460, in on_touch_down
    if child.dispatch('on_touch_down', touch):
  File "kivy\_event.pyx", line 707, in kivy._event.EventDispatcher.dispatch
  File "C:\Users\clemens.koehler\AppData\Local\conda\conda\envs\py36\lib\site-packages\kivy\uix\behaviors\button.py", line 151, in on_touch_down
    self.dispatch('on_press')
  File "kivy\_event.pyx", line 707, in kivy._event.EventDispatcher.dispatch
  File "C:\7lytix\webdev\kivy-designer\designer\uix\action_items.py", line 183, in on_press
    self.cont_menu.dismiss()
AttributeError: 'NoneType' object has no attribute 'dismiss'

End of Traceback

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants