-
Notifications
You must be signed in to change notification settings - Fork 18
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
kivy-garden garden bug (garden search fails) #24
Comments
It seems a duplicate to #23 |
I got the same error and I'm not in a virtual environment,
|
|
Still getting an error of: |
garden search installed in virtual environment fails. Fresh virtual environment, simple list of modules fails, no code on my side involved so I believe it is an error in grden itself. Details:
(venv) jb@jb-u16v1:~/python/meteread/bin$ garden search [INFO ] [Logger ] Record log in /home/jb/.kivy/logs/kivy_16-10-03_1.txt [INFO ] [Kivy ] v1.9.1 [INFO ] [Python ] v2.7.12 (default, Jul 1 2016, 15:12:24) [GCC 5.4.0 20160609] anchoredscrollview - Anchored ScrollView Kivy widget androidtabs - No description androidvlc - No description animlabel - An animated label implementation, allowing for custom transform functions animlabel_bezier - an extension of the animlabel tool, to make a label follow a bezier path bar - Bar widget represents the 0-100 range percentage value as a coloured rectangle. It is known as used in statistics graphs. cefpython - CEFPython Kivy widget circulardatetimepicker - Android-like date & time picker for Kivy circularlayout - CircularLayout for Kivy collider - Collides a point with a space defined by a curve. contextmenu - No description datetimepicker - roulette based datetime selector like in iOS and android. ddd - A 3d view widget for kivy desktopvideoplayer - No description docbrowser - Browser for view documentation of Python modules filebrowser - An advanced file browser. filechooserthumbview - FileChooserThumbView for Kivy gauge - Kivy Widget Gauge geartick - A gear based Ticker for use in rotating sliders graph - Displays plots on a graph. hotkeybehavior - Global HotKey behavior for a Kivy root widget iconfonts - Simple helper functions to make easier to use icon fonts in Labels and derived widgets inkcanvas - Gesture recognition knob - Knob widget for Kivy. magnet - A magnet widget for kivy garden mapview - Mapview is a Kivy widget for displaying interactive maps. matplotlib - Matplotlib backends using kivy modernmenu - a stylized menu system for kivy moretransitions - More transitions for Kivy screen manager Traceback (most recent call last): File "/home/jb/python/venv/bin/garden", line 223, in GardenTool().main(sys.argv[1:]) File "/home/jb/python/venv/bin/garden", line 90, in main if self.options.kivy and garden_kivy_dir is None: AttributeError: 'Namespace' object has no attribute 'kivy' (venv) jb@jb-u16v1:~/python/meteread/bin$(venv) jb@jb-u16v1:~/python/meteread/bin$ pip list
appdirs (1.4.0)
buildozer (0.32)
colorama (0.3.7)
Cython (0.24.1)
Jinja2 (2.8)
Kivy (1.9.1)
Kivy-Garden (0.1.4)
MarkupSafe (0.23)
pexpect (4.2.1)
pip (8.1.2)
pkg-resources (0.0.0)
ptyprocess (0.5.1)
python-for-android (0.4)
requests (2.11.1)
setuptools (28.2.0)
sh (1.11)
six (1.10.0)
virtualenv (15.0.3)
wheel (0.30.0a0)
The text was updated successfully, but these errors were encountered: