Advertisement
Guest User

Untitled

a guest
Jan 26th, 2018
682
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 30.80 KB | None | 0 0
  1. I am bndo123:
  2.  
  3. _________________________________________________________
  4.  
  5.  
  6. Session Start: Wed Jan 24 22:35:23 2018
  7. Session Ident: #kivy
  8. 03[22:35] * Now talking in #kivy
  9. 03[22:35] * Topic is 'Kivy: https://kivy.org - stable branch: 1.10.0 - master branch: 1.10.1-dev0 - user group: https://goo.gl/EMED3x - dev group: https://goo.gl/j4stSo - dev channel: #kivy-dev. This channel is logged at https://goo.gl/c7qHJ3. Please read our community guidelines before asking for help: https://goo.gl/yRB45B. Don't download files from people on the net, even in pm.'
  10. 03[22:35] * Set by matham on Tue Jun 06 21:15:22 2017
  11. 05[22:35] -ChanServ- [#kivy] Welcome to #kivy! Please read our community guidelines before asking for help: https://goo.gl/yRB45B. Questions which follow these guidelines have a higher chance of being answered.
  12. 01[22:35] <bndo123> hi guys
  13. 01[22:35] <bndo123> i have some question which bothers me since around 2 days
  14. 01[22:36] <bndo123> i am doing some online-course for machine learning, and in the practical part, we are using kivy to implement a neural network driving a car in a simple environment
  15. 01[22:36] <bndo123> when i try to run the python (2.7) code, i get the following error:
  16. 01[22:37] <bndo123> module _clock not found
  17. [22:37] <tshirtman> (that's great, didn't hear about that, where is the corse?)
  18. [22:37] <tshirtman> course
  19. [22:38] <tshirtman> i think your kivy hasn't been built
  20. [22:38] <tshirtman> the clock module is a cython module
  21. [22:38] <tshirtman> _clock*
  22. 01[22:38] <bndo123> does somebody know how to fix this? I already tried some different things, like re-installing kivy 2 times, installing it for python 3.0 (didnt have any other ideas), and copy-pasting the _clock.py source code from github into my _clock.py file in my directory
  23. [22:38] <tshirtman> how did you install kivy?
  24. 01[22:38] <bndo123> i am using a virtual environment for ubuntu
  25. [22:39] <tshirtman> and installed through pip?
  26. [22:39] <tshirtman> or python setup.py install?
  27. 01[22:39] <bndo123> Oracle VM VirtualBox
  28. 01[22:39] <bndo123> ehrm
  29. 01[22:39] <bndo123> give me a sec
  30. [22:39] <maho> it looks like python upgraded after virtualenv built
  31. [22:39] <maho> try to re-install kivy or re-install whole virtualenv
  32. 01[22:39] <bndo123> i used:
  33. 01[22:40] <bndo123> sudo add-apt-repository ppa:kivy-team/kivy
  34. 01[22:40] <bndo123> then
  35. 01[22:40] <bndo123> sudo apt-get update
  36. 01[22:40] <bndo123> then
  37. 01[22:40] <bndo123> sudo apt-get install python-kivy
  38. [22:40] <tshirtman> ah, ok, didn't look at the ppa recently, maybe it doesn't work with latest ubuntu
  39. [22:40] <maho> oh, it's wrong
  40. [22:40] <tshirtman> (sigh)
  41. [22:40] <maho> :)
  42. [22:40] <maho> try to rather pip install kivy
  43. [22:40] <tshirtman> i'd suggest pip install kivy --user
  44. 01[22:41] <bndo123> can u give me an url with an instruction or is it just 1 command?
  45. [22:41] <tshirtman> (so you don't need sudo, and it doesn't mess with the system)
  46. 01[22:41] <bndo123> okay, thanks guys, gonna try that out
  47. [22:41] <maho> just one command, if you have installed build-essentials and libpython-dev (or python-dev?)
  48. [22:41] <tshirtman> 2 commands, actually, pip install Cython --user; pip install kivy --user
  49. 01[22:41] <bndo123> oufff.. i dont know
  50. [22:42] <maho> I would suggest to install not --user, but inside virtualenv
  51. [22:42] <maho> so install virtualenvwrapper
  52. [22:42] <tshirtman> ok, yes, i'll give you a linke actually :)
  53. [22:42] <maho> mkvirtualenv ve
  54. [22:42] <maho> use ve
  55. [22:42] <maho> pip install cython
  56. [22:42] <maho> pip install kivy
  57. [22:42] <tshirtman> that's ok, too
  58. 01[22:43] <bndo123> these 4 lines should do it?
  59. 01[22:43] <bndo123> okay, im gonna uninstall first
  60. 01[22:43] <bndo123> thanks already
  61. [22:44] <tshirtman> https://kivy.org/docs/installation/installation.html#ubuntu
  62. [22:44] <tshirtman> take the apt command from there for your version of ubuntu
  63. [22:45] <maho> he said that he is using some virtualenv
  64. [22:45] <maho> mixing virtualenv and system-wide package is bad idea
  65. [22:45] <tshirtman> these are build dependencies
  66. [22:45] <maho> ah :)
  67. [22:45] <maho> ok
  68. 02[22:45] * jb1123 (~Thunderbi@2a02:a03f:52dd:3100:f1:4165:8e75:15b3) Quit (Ping timeout: 240 seconds)
  69. [22:46] <tshirtman> bauerj: then using the virtualenv like maho said is fine
  70. [22:46] <bauerj> Yes
  71. 02[22:48] * xiinotulp (~q@node-5hd.pool-125-25.dynamic.totbb.net) Quit (Quit: Leaving)
  72. 03[22:51] * oktogen (c39297e1@gateway/web/freenode/ip.195.146.151.225) has joined #kivy
  73. 03[22:52] * Retrieving #kivy modes...
  74. 02[22:53] * oktogen (c39297e1@gateway/web/freenode/ip.195.146.151.225) Quit (Client Quit)
  75. 02[22:54] * henk124875 (~henk12487@541EE149.cm-5-7d.dynamic.ziggo.nl) Quit (Quit: Leaving)
  76. 01[22:54] <bndo123> installation failed .. guess i need to reinstall the whole environment
  77. 03[22:59] * jb1123 (~Thunderbi@2a02:a03f:52dd:3100:f1:4165:8e75:15b3) has joined #kivy
  78. 02[23:10] * raoul11 (raoul11@gateway/vpn/privateinternetaccess/raoul11) Quit (Ping timeout: 240 seconds)
  79. [23:16] <tshirtman> bndo123: what's the issue?
  80. 01[23:22] <bndo123> puhhh ... the console looked pretty weird and since i un-and reinstalled python 2 times and kivy already 4-5 times i just decide its better to just reinstall ubuntu i can be sure there are no errors/bugs from this side
  81. 01[23:23] <bndo123> alright, gonna install python and pytorch now it will take a while
  82. 02[23:24] * kuzeyron (~amadeusxn@host-121-25.parnet.fi) Quit (Ping timeout: 248 seconds)
  83. [23:24] <tshirtman> ok
  84. 02[23:33] * abhishekg5 (~abhishekg@223.29.223.183) Quit (Quit: ZNC 1.6.5 - http://znc.in)
  85. 03[23:34] * henk124875 (~henk12487@541EE149.cm-5-7d.dynamic.ziggo.nl) has joined #kivy
  86. [23:35] <henk124875> i'm getting a 403 forbidden error using urlrequest on one specific website, if you go there in your normal browser you just get the content but wil urlrequest in kivy i get 403 forbidden, what can cause this?
  87. [23:36] <tshirtman> henk124875: does it work with curl (or a similar tool) in a terminal?
  88. 02[23:37] * jb1123 (~Thunderbi@2a02:a03f:52dd:3100:f1:4165:8e75:15b3) Quit (Ping timeout: 260 seconds)
  89. [23:40] <henk124875> @tshirtman haven't tried but it does work with okhttpclient that i used in a android app i made a while ago in java
  90. [23:40] <henk124875> for what it's worth
  91. 03[23:40] * kuzeyron (~amadeusxn@host-121-25.parnet.fi) has joined #kivy
  92. [23:42] <tshirtman> ok, if it works with another programatic call, it should work with ours
  93. 01[23:42] <bndo123> Well it's getting late, im gonna check it out tomorrow, i hope your tips work for me :)
  94. [23:43] <tshirtman> can you share the site? (though i can't currently test myself)
  95. 01[23:43] <bndo123> thx&bye
  96. [23:43] <tshirtman> bndo123: ok, good night!
  97. 02[23:43] * Disconnected
  98. Session Close: Wed Jan 24 23:43:15 2018
  99.  
  100. Session Start: Thu Jan 25 11:01:40 2018
  101. Session Ident: #kivy
  102. 03[11:01] * Now talking in #kivy
  103. 03[11:01] * Topic is 'Kivy: https://kivy.org - stable branch: 1.10.0 - master branch: 1.10.1-dev0 - user group: https://goo.gl/EMED3x - dev group: https://goo.gl/j4stSo - dev channel: #kivy-dev. This channel is logged at https://goo.gl/c7qHJ3. Please read our community guidelines before asking for help: https://goo.gl/yRB45B. Don't download files from people on the net, even in pm.'
  104. 03[11:01] * Set by matham on Tue Jun 06 21:15:22 2017
  105. 05[11:01] -ChanServ- [#kivy] Welcome to #kivy! Please read our community guidelines before asking for help: https://goo.gl/yRB45B. Questions which follow these guidelines have a higher chance of being answered.
  106. 01[11:01] <bndo123> Hello
  107. 03[11:01] * plutoniix (~q@175.176.222.7) has joined #kivy
  108. 01[11:02] <bndo123> i have a problem installing kivy via "pip install kivy" , using ubuntu 16.04
  109. 01[11:02] <bndo123> ubuntu is running in a virtual environment, can someone help me fix this?
  110. 01[11:03] <bndo123> this is the error message:
  111. 02[11:03] * plutoniix (~q@175.176.222.7) Quit (Max SendQ exceeded)
  112. 03[11:04] * plutoniix (~q@175.176.222.7) has joined #kivy
  113. 01[11:04] <bndo123> pastebin.com/2Dce9hXy
  114. 01[11:04] <bndo123> "/tmp/pip-build-BzGUXF/kivy/kivy/graphics/svg.c:1:2: error: #error Do not use this file, it is the result of a failed Cython compilation.
  115. 01[11:04] <bndo123> #error Do not use this file, it is the result of a failed Cython compilation.
  116. 01[11:04] <bndo123> ^
  117. 01[11:04] <bndo123> error: command 'gcc' failed with exit status 1"
  118. [11:04] <kuzeyron> Try: sudo pip install --upgrade cython==0.25.2
  119. 01[11:05] <bndo123> yes, i already tried it with sudo, i can install it but i get a bug with "no module named _clock" when i try to run the program
  120. 01[11:05] <bndo123> i already talked with some guys here, yesterday evening. They said i should use pip install kivy instead
  121. [11:06] <kuzeyron> Looks like Kivy package is not fully installed
  122. 01[11:06] <bndo123> yes... but the sudo install command did not throw any error.
  123. [11:07] <kuzeyron> What if you would install from apt?
  124. 01[11:07] <bndo123> Then i tried to use the latest clock.pyx from github and replace it in my folder, but it didnt work
  125. 01[11:07] <bndo123> how do i install from apt?
  126. 01[11:08] <bndo123> is Cython also working for python2.7?
  127. [11:08] <kuzeyron> Yes
  128. [11:08] <kuzeyron> https://kivy.org/docs/installation/installation-linux.html#ubuntu-11-10-or-newer
  129. 01[11:08] <bndo123> or do i need a special version of cython
  130. 01[11:08] <bndo123> hmm
  131. 03[11:08] * Aconitin (~Aconitin@78-73-127-12-no193.tbcn.telia.com) has joined #kivy
  132. [11:08] <kuzeyron> Newest Cython doesn't run on most machines. But 0.25 does for many. And on mine: 0.25.2
  133. 01[11:09] <bndo123> "Installation in a Virtual Environment" - this means the virtual environment is running in ubuntu? right? Not like ubuntu is my virtual environment
  134. 01[11:09] <bndo123> ok
  135. 01[11:09] <bndo123> so i should actually not use the pip install cython command?
  136. 01[11:10] <bndo123> but another specific one, for installing 0.25?
  137. [11:10] <kuzeyron> If you are running the Python Virtual you should know by the names you set (muscle memory)
  138. [11:11] <kuzeyron> I don't know which version that is set in the apt list
  139. [11:12] <kuzeyron> Setting cython with pip is: pip install --upgrade cython==0.25
  140. 01[11:12] <bndo123> okay, i am gonna check that out
  141. 01[11:13] <bndo123> i am actually abit annoyed, i am doing this for some machine learning course, and i need to use the virtual environment because they say that PyTorch is so much better then Tensorflow.. and Pytorch doesnt run on windows
  142. 01[11:13] <bndo123> alright, gonna try it again
  143. 01[11:14] <bndo123> "Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-XQAhpF/kivy/"
  144. [11:15] <kuzeyron> And I have to go! So you are running Ubuntu in VirtualBox? You could also have a look at this one: https://github.com/KeyWeeUsr/KivyInstaller
  145. 01[11:15] <bndo123> okay, thanks
  146. [11:16] <kuzeyron> If there are any other logs to show. Paste the Pastebin link here
  147. [11:16] <kuzeyron> Bye :)
  148. [11:16] <cruor99> usually there is more information further up the log
  149. [11:16] <cruor99> rather than just the error code at the end
  150. 01[11:18] <bndo123> now i try it again with the sudo command
  151. 01[11:19] <bndo123> There is also some red error text during the installation, but i guess the installation still continues
  152. 01[11:19] <bndo123> the text says: "Failed building wheel for kivy"
  153. [11:19] <cruor99> you shouldn't have to use sudo, as that goes outside the virtualenv
  154. 01[11:19] <bndo123> ok, then i will remove it
  155. [11:20] <cruor99> to grab the entire install log you could do something like pip install kivy > log.txt
  156. [11:20] <cruor99> and then slap that on dpaste or a gist
  157. 01[11:21] <bndo123> alright, i am gonna upload the file
  158. 01[11:21] <bndo123> sec
  159. 01[11:24] <bndo123> doesnt work somehow, i am gonna copy the console text
  160. 01[11:25] <bndo123> https://pastebin.com/5Zn62LEY
  161. [11:25] <cruor99> ah
  162. [11:25] <cruor99> I think I've seen this before
  163. [11:25] <cruor99> try pip install git+https://github.com/kivy/kivy
  164. 01[11:26] <bndo123> alright :)
  165. [11:27] <cruor99> Another thing COULD be that you may be using python 3.6, if I recall correctly
  166. [11:27] <cruor99> 3.5 should work
  167. [11:28] <maho> 
  168. [11:28] <maho> bndo123: when you said that you're using virtualenvironment, I thought that you're using virtualenv, not virtualbox and whole ubuntu is your virtualenv
  169. 01[11:28] <bndo123> thing is, i use this neural network library PyTorch, and it only runs on python2.7 (at least thats what the guys in the video course say)
  170. [11:29] <maho> so, once again, step by step
  171. [11:29] <maho> my suggestion is to a) use regular user, not sudo,
  172. [11:29] <cruor99> gotcha
  173. [11:29] <maho> b) install virtualenvwrapper
  174. [11:30] <maho> c)as regular user, do command mkvirtualenv someenv, it will automatically switch you to that virtualenv
  175. [11:30] <maho> virtualenv is kind of python separated from system gllobal packages
  176. [11:30] <maho> d) ensure that python gives you python2.7 not python3.x
  177. 01[11:30] <bndo123> okay
  178. [11:31] <maho> if not , do "deactivate", then "rmvirtualenv someenv" then "mkvirtualenv -p /usr/bin/python2.7 someenv"
  179. [11:31] <maho> e)pip install "cython<0.26"
  180. 01[11:31] <bndo123> python gives me python 2.7.14
  181. [11:31] <maho> great
  182. [11:32] <maho> e)if it fails, then install via aptitude/apt-get libpython-all-dev
  183. 01[11:32] <bndo123> mkvirtualenv someenv does not work (syntax error)
  184. 01[11:32] <bndo123> ah sorry
  185. 01[11:32] <bndo123> still in python env.
  186. 01[11:33] <bndo123> quit
  187. [11:34] <maho> you use "deactivate" to quit from virtualenv
  188. 01[11:34] <bndo123> tried to quit from python
  189. 01[11:35] <bndo123> mkvirtualenv someenv does not work .. command not found
  190. 01[11:35] <bndo123> tried it with pip as well
  191. 01[11:36] <bndo123> pip mkvirtualenv someenv
  192. 02[11:37] * abhishekg5 (~abhishekg@223.29.223.183) Quit (Ping timeout: 260 seconds)
  193. 03[11:38] * michaelis_ (~michael@62.182.218.71) has joined #kivy
  194. [11:38] <maho> do you have virtualenvwrapper installed?
  195. 01[11:38] <bndo123> so, my state is: a) I installed virtualenvwrapper and checked the python version
  196. 01[11:38] <bndo123> yes
  197. [11:38] <maho> ok, so you have to open new terminal, to let virtualenvwrapper work
  198. 01[11:38] <bndo123> maybe restart the VirtualBox?
  199. 01[11:38] <bndo123> okay
  200. 01[11:38] <bndo123> ty
  201. [11:39] <maho> it starts when spawning new shell
  202. [11:39] <maho> no, no restarting, it's not windows
  203. [11:39] <maho> :)
  204. 03[11:40] * abhishekg5 (~abhishekg@223.29.223.183) has joined #kivy
  205. 01[11:40] <bndo123> "mkvirtualenv: command not found"
  206. 01[11:41] <bndo123> virtualenvwrapper is installed, just checked it
  207. 02[11:41] * michaelis (~michael@62.182.218.71) Quit (Ping timeout: 246 seconds)
  208. 01[11:42] <bndo123> i tried "mkvirtualenv someenv", and "pip mkvirtualenv someenv"
  209. 02[11:45] * jb1123 (~Thunderbi@2a02:a03f:52dd:3100:f1:4165:8e75:15b3) Quit (Ping timeout: 240 seconds)
  210. 02[11:48] * Kronuz (~Kronuz@unaffiliated/kronuz) Quit (Ping timeout: 240 seconds)
  211. 03[11:51] * toxync16- (~toxync16@139.215.216.12) has joined #kivy
  212. 03[11:51] * toxync16- is now known as toxync16_
  213. 02[11:53] * toxync16 (~toxync16@101.64.179.215) Quit (Ping timeout: 248 seconds)
  214. 03[11:54] * Kronuz (~Kronuz@unaffiliated/kronuz) has joined #kivy
  215. 03[11:54] * toxync16_ is now known as toxync16
  216. 03[11:59] * jb1123 (~Thunderbi@2a02:a03f:52dd:3100:f1:4165:8e75:15b3) has joined #kivy
  217. [11:59] <Fuyou> don't just pip random commands
  218. [11:59] <Fuyou> bndo123, ^
  219. 02[12:01] * listenmore (~strike@2.27.123.231) Quit (Remote host closed the connection)
  220. 03[12:01] * listenmore (~strike@2.27.123.231) has joined #kivy
  221. [12:03] <maho> bndo123: I'm back
  222. [12:04] <maho> so try to re-login to your account. If you have virtualenvwrapper installed, then you HAVE mkvirtualenv command
  223. 03[12:10] * Retrieving #kivy modes...
  224. 01[12:13] <bndo123> okay i will try it once again
  225. [12:14] <tshirtman> that's not the true error
  226. [12:15] <tshirtman> oh damn, i was in backlog
  227. 01[12:16] <bndo123> https://pastebin.com/e6DiLZ6z
  228. 01[12:16] <bndo123> this is what i get
  229. 01[12:18] <bndo123> now i tried to change the directory to ..anaconda2/lib/python2.7/ and type the command in this directory, didnt work as well
  230. 01[12:19] <bndo123> well, this try makes no sense anyway :)
  231. [12:19] <tshirtman> virtualenvwrapper requires you to set some things in your bashrc to work
  232. 02[12:19] * plutoniix (~q@175.176.222.7) Quit (Quit: Leaving)
  233. 01[12:19] <bndo123> but shouldnt he still find the command, and thorw an error then?
  234. [12:19] <Khertan2> pythonutil: Library loading error: dlopen failed: cannot locate symbol "ctermid" referenced by "/data/app/net.******.*****-2/lib/arm/libpython2.7.so" <<< this error will make me bad
  235. [12:20] <tshirtman> https://virtualenvwrapper.readthedocs.io/en/latest/install.html
  236. [12:20] <tshirtman> no, it won't find the commands until you do the "shell startup file" part of this page
  237. [12:20] <maho> bndo123: no no no no
  238. [12:20] <maho> bndo123: sudo apt-get install virtualenvwrapper
  239. [12:21] <maho> bndo123: then open new shell, and check if you have command "mkvirtualenvwrapper"
  240. [12:21] <tshirtman> ah maybe debian/ubuntu did some things for that
  241. 03[12:21] * nomic (~nomic4@host81-147-0-57.range81-147.btcentralplus.com) has joined #kivy
  242. [12:21] <maho> bndo123: "install" is command to copy files with permissions
  243. [12:21] <tshirtman> so if you install through apt, you don't have to care about it
  244. [12:22] <maho> bndo123: and you won't install virtualenvwrapper through pip, because it's not pip package but system package
  245. [12:22] <maho> tshirtman: ubuntu takes care about it. I don't need to do any bashrc magic
  246. 01[12:24] <bndo123> hmmm .. the first command i tried "install virtualenvwrapper" did not work
  247. 01[12:24] <bndo123> so i tried it with pip
  248. 01[12:25] <bndo123> missing destination file operand after virtualenvwrapper
  249. 01[12:26] <bndo123> so i need a target directory right?
  250. 01[12:29] <bndo123> doesnt work again .. :)
  251. 01[12:30] <bndo123> oh man ... i actually just wanna run the python templates .. im really angry at the installation tutorial.. i did everything exactly how they said and it doesnt work
  252. 01[12:30] <bndo123> but thanks guys .. maybe i should reinstall the virtualbox once again
  253. [12:42] <maho> bndo123: install virtualenvwrapper did not work because it's like "cp virtualenvwrapper"
  254. [12:42] <Khertan2> tshirtman: maybe did you have any advice ? which ndk and sdk api version are you using on Android ?
  255. 03[12:42] * Xav83 (~xav83@tga83-1-82-241-54-88.fbx.proxad.net) has joined #kivy
  256. [12:42] <maho> it isn't command to install anything
  257. [12:42] <maho> bndo123: use apt-get dude
  258. [12:42] <maho> or aptitude
  259. [12:42] <maho> or whatever you use to install system packages
  260. [12:43] <maho> use apt-get to virtualenvwrapper, but use pip to install cython and kivy
  261. [12:43] <maho> not vice-versa
  262. 02[12:45] * stefan_slight (~Thunderbi@HSI-KBW-095-208-058-098.hsi5.kabel-badenwuerttemberg.de) Quit (Ping timeout: 252 seconds)
  263. 02[12:47] * michaelis_ (~michael@62.182.218.71) Quit (Quit: Leaving)
  264. 03[12:47] * michaelis (~michael@62.182.218.71) has joined #kivy
  265. 03[12:51] * michaelis__ (~michael@62.182.218.71) has joined #kivy
  266. 02[12:53] * Haudegen (~quassel@178.115.237.87) Quit (Read error: Connection reset by peer)
  267. 02[12:54] * michaelis (~michael@62.182.218.71) Quit (Ping timeout: 268 seconds)
  268. 03[13:02] * kvuser1 (5f0f8d0c@gateway/web/freenode/ip.95.15.141.12) has joined #kivy
  269. 02[13:03] * kvuser1 (5f0f8d0c@gateway/web/freenode/ip.95.15.141.12) Quit (Client Quit)
  270. 01[13:12] <bndo123> @maho: thanks, i seems like u always have one more tip for me. its amazing!
  271. 01[13:12] <bndo123> *it
  272. [13:15] <maho> well, it's still the same tip since yesterday
  273. [13:15] <maho> written in many different ways
  274. 03[13:17] * michaelis_ (~michael@62.182.218.71) has joined #kivy
  275. 03[13:19] * michaelis_ is now known as michaelis
  276. 03[13:20] * madmanwithabox (~madmanwit@171.61.144.146) has joined #kivy
  277. 02[13:20] * madmanwithabox (~madmanwit@171.61.144.146) Quit (Write error: Connection reset by peer)
  278. 02[13:20] * michaelis__ (~michael@62.182.218.71) Quit (Ping timeout: 240 seconds)
  279. 02[13:25] * jb1123 (~Thunderbi@2a02:a03f:52dd:3100:f1:4165:8e75:15b3) Quit (Ping timeout: 240 seconds)
  280. 03[13:41] * michaelis_ (~michael@62.182.218.71) has joined #kivy
  281. 03[13:41] * toxync16- (~toxync16@101.64.179.215) has joined #kivy
  282. 03[13:42] * toxync16- is now known as toxync16_
  283. 02[13:44] * michaelis (~michael@62.182.218.71) Quit (Ping timeout: 240 seconds)
  284. 03[13:44] * michaelis__ (~michael@62.182.218.71) has joined #kivy
  285. 02[13:45] * toxync16 (~toxync16@139.215.216.12) Quit (Ping timeout: 268 seconds)
  286. 03[13:45] * toxync16_ is now known as toxync16
  287. 02[13:48] * michaelis_ (~michael@62.182.218.71) Quit (Ping timeout: 248 seconds)
  288. 03[13:57] * Guest97355 (~quassel@212-186-77-29.static.upcbusiness.at) has joined #kivy
  289. 03[14:03] * FrankGould (~Frank@71.47.162.47) has joined #kivy
  290. 03[14:04] * Frank_Gould (~Frank@71.47.162.47) has joined #kivy
  291. [14:05] <tshirtman> Khertan2: i don't do android myself :| (all my kivy devs target desktop)
  292. [14:11] <Khertan2> tshirtman: oh, thx anyway :)
  293. [14:12] <Khertan2> tshirtman: i target only osx/linux/iOS/Android :)
  294. 03[14:31] * michaelis__ is now known as michaelis
  295. 02[14:36] * abhishekg5 (~abhishekg@223.29.223.183) Quit (Ping timeout: 240 seconds)
  296. 02[14:39] * listenmore (~strike@2.27.123.231) Quit (Remote host closed the connection)
  297. 03[14:40] * listenmore (~strike@2.27.123.231) has joined #kivy
  298. 03[14:42] * jb1123 (~Thunderbi@2a02:a03f:52dd:3100:f1:4165:8e75:15b3) has joined #kivy
  299. 03[14:45] * Guest97355 is now known as Haudegen
  300. 02[14:47] * listenmore (~strike@2.27.123.231) Quit (Read error: Connection reset by peer)
  301. 03[14:47] * listenmore (~strike@2.27.123.231) has joined #kivy
  302. 02[14:52] * D3f0 (~d3f0@181.118.76.145) Quit (Quit: Leaving.)
  303. 02[15:01] * listenmore (~strike@2.27.123.231) Quit (Remote host closed the connection)
  304. 03[15:01] * D3f0 (~d3f0@181.118.76.145) has joined #kivy
  305. 03[15:02] * listenmore (~strike@2.27.123.231) has joined #kivy
  306. 03[15:04] * maltouzes (~maltouzes@2a01:e34:ef20:c860:60f2:bd91:b2bb:fcea) has joined #kivy
  307. 03[15:05] * stefan_slight (~Thunderbi@HSI-KBW-095-208-059-192.hsi5.kabel-badenwuerttemberg.de) has joined #kivy
  308. [15:16] <Frank_Gould> Hello everyone! I am trying to find a solution to OpenGL on RPi and haven't found an answer or heard back from my issue I posted yesterday. Is there somewhere else I should search for a solution?
  309. [15:17] <Frank_Gould> ...or just wait for a few days?
  310. 03[15:30] * michaelis_ (~michael@62.182.218.71) has joined #kivy
  311. 03[15:32] * michaelis is now known as Guest10793
  312. 03[15:32] * michaelis_ is now known as michaelis
  313. 02[15:33] * Guest10793 (~michael@62.182.218.71) Quit (Ping timeout: 252 seconds)
  314. 02[15:37] * maltouzes (~maltouzes@2a01:e34:ef20:c860:60f2:bd91:b2bb:fcea) Quit (Quit: Leaving)
  315. 02[15:52] * jb1123 (~Thunderbi@2a02:a03f:52dd:3100:f1:4165:8e75:15b3) Quit (Ping timeout: 240 seconds)
  316. 02[15:56] * D3f0 (~d3f0@181.118.76.145) Quit (Quit: Leaving.)
  317. 03[16:01] * D3f0 (~d3f0@181.118.76.145) has joined #kivy
  318. 02[16:13] * michaelis (~michael@62.182.218.71) Quit (Quit: Leaving)
  319. [16:25] <Khertan2> bye ...
  320. 03[16:25] * Khertan2 (~khertan@89.225.239.254) has left #kivy
  321. 02[16:26] * nomic (~nomic4@host81-147-0-57.range81-147.btcentralplus.com) Quit (Quit: Leaving)
  322. 02[16:30] * Xav83 (~xav83@tga83-1-82-241-54-88.fbx.proxad.net) Quit (Quit: Xav83)
  323. 03[16:31] * abhishekg5 (~abhishekg@223.29.223.183) has joined #kivy
  324. 02[16:33] * listenmore (~strike@2.27.123.231) Quit (Remote host closed the connection)
  325. 03[16:33] * Xav83 (~xav83@tga83-1-82-241-54-88.fbx.proxad.net) has joined #kivy
  326. 03[16:33] * listenmore (~strike@2.27.123.231) has joined #kivy
  327. 03[16:59] * tonyatsonya (~tony@36.139.189.46.rev.vodafone.pt) has joined #kivy
  328. 02[17:03] * listenmore (~strike@2.27.123.231) Quit (Remote host closed the connection)
  329. 03[17:04] * listenmore (~strike@2.27.123.231) has joined #kivy
  330. [17:05] <tonyatsonya> Hi, this is not really related with kivy, but with using pyinstaller to deploy a desktop app made with Kivy. Does any one confirm that that is only possible with python 3.4, since there is not pyenchant lib available for python 3.5+ witch is a dependency for pyinstaller? thks.
  331. [17:11] <tonyatsonya> Forgot to mention that is running on windows on anaconda virtual environment
  332. 03[17:16] * vstinner (~vstinner@pdpc/supporter/active/haypo) has joined #kivy
  333. [17:17] <vstinner> inclement, tshirtman: hi. i'm discussing Python on Android with pmpp. he told me that you are already using Python on Android, the Python cooked by CrystaX
  334. [17:17] <vstinner> my intent is to make Python vanilla compatible with Android
  335. 03[17:20] * maltouzes (~maltouzes@2a01:e34:ef20:c860:60f2:bd91:b2bb:fcea) has joined #kivy
  336. [17:22] <inclement> Hi vstinner, I can't talk right now but will be available later. I'm very interested in this, it would be much preferable to the crystax method!
  337. [17:23] <vstinner> inclement: my notes are online at: http://vstinner.readthedocs.io/python_android.html
  338. [17:24] <vstinner> inclement: i'm working on https://bugs.python.org/issue32637 "Android: set sys.platform to android" and https://github.com/python/cpython/pull/5305 : fix Python compilation on Google NDK with API 19
  339. 01[17:31] <bndo123> hey guys, i am back. till fighting to install virtualenvwrapper here on ubuntu
  340. 03[17:32] * pmpp_ (~toucan@ABordeaux-653-1-275-98.w90-38.abo.wanadoo.fr) has joined #kivy
  341. 02[17:32] * pmpp (~toucan@ABordeaux-653-1-312-35.w109-214.abo.wanadoo.fr) Quit (Disconnected by services)
  342. 02[17:32] * Haudegen (~quassel@212-186-77-29.static.upcbusiness.at) Quit (Remote host closed the connection)
  343. 03[17:33] * pmpp_ is now known as pmpp
  344. 02[17:33] * johanneshk (~johannes@217.25.169.42) Quit (Remote host closed the connection)
  345. 02[17:35] * listenmore (~strike@2.27.123.231) Quit (Remote host closed the connection)
  346. 03[17:35] * listenmore (~strike@2.27.123.231) has joined #kivy
  347. 03[17:36] * jb1123 (~Thunderbi@2a02:a03f:52dd:3100:f1:4165:8e75:15b3) has joined #kivy
  348. 01[17:43] <bndo123> i used sudo apt-get install virtualenvwrapper to install virtualenvwrapper
  349. 01[17:43] <bndo123> and then mkvirtualenvwrapper someenv
  350. 01[17:44] <bndo123> after i restard VirtualBox
  351. 01[17:44] <bndo123> restart^^
  352. 01[17:44] <bndo123> et voila : mkvirtualenvwrapper: command not found
  353. 02[17:44] * jb1123 (~Thunderbi@2a02:a03f:52dd:3100:f1:4165:8e75:15b3) Quit (Ping timeout: 240 seconds)
  354. 01[17:46] <bndo123> dont know whats wrong with my ubuntu :(
  355. 03[17:46] * Haudegen (~quassel@212-186-77-29.static.upcbusiness.at) has joined #kivy
  356. 01[17:49] <bndo123> https://ibb.co/ivEL1w
  357. 02[18:12] * listenmore (~strike@2.27.123.231) Quit (Read error: Connection reset by peer)
  358. 03[18:12] * listenmore (~strike@2.27.123.231) has joined #kivy
  359. [18:15] <tonyatsonya> bndo123: There is a tutorial in Portuguese in http://excript.com/python/instalacao-kivy-ubuntu.html Scroll to the middle of the page, and find "INSTALANDO O VIRTUALENV E INSTALANDO KIVY NO UBUNTU"
  360. 02[18:16] * OpenCode (~Thunderbi@213.32.211.75) Quit (Ping timeout: 240 seconds)
  361. 03[18:17] * OpenCode (~Thunderbi@213.32.211.75) has joined #kivy
  362. 03[18:21] * gopar (~gopar@2601:647:4700:205d:5848:dcd5:c56:318e) has joined #kivy
  363. 03[18:22] * jb1123 (~Thunderbi@2a02:a03f:52dd:3100:f1:4165:8e75:15b3) has joined #kivy
  364. 02[18:23] * maltouzes (~maltouzes@2a01:e34:ef20:c860:60f2:bd91:b2bb:fcea) Quit (Quit: Leaving)
  365. 02[18:24] * gopar (~gopar@2601:647:4700:205d:5848:dcd5:c56:318e) Quit (Client Quit)
  366. 02[18:37] * OpenCode (~Thunderbi@213.32.211.75) Quit (Quit: OpenCode)
  367. 02[18:50] * jb1123 (~Thunderbi@2a02:a03f:52dd:3100:f1:4165:8e75:15b3) Quit (Ping timeout: 240 seconds)
  368. 03[18:53] * jb1123 (~Thunderbi@2a02:a03f:52dd:3100:f1:4165:8e75:15b3) has joined #kivy
  369. 02[18:54] * abhishekg5 (~abhishekg@223.29.223.183) Quit (Ping timeout: 248 seconds)
  370. 03[18:56] * abhishekg5 (~abhishekg@223.29.223.183) has joined #kivy
  371. 02[19:05] * abhishekg5 (~abhishekg@223.29.223.183) Quit (Ping timeout: 256 seconds)
  372. 03[19:07] * abhishekg5 (~abhishekg@223.29.223.183) has joined #kivy
  373. 02[19:15] * dessant (~dessant@unaffiliated/dessant) Quit (Ping timeout: 260 seconds)
  374. [19:31] <maho> bndo123: you did restart virtualbox, but you didn't restart linux inside virtualbox
  375. [19:31] <maho> so it's the same bash session as you installed virtualenv
  376. [19:32] <maho> as I said, mkvirtualenv adds it's commands when bash session begins
  377. [19:32] <maho> so you should at least start new terminal, and do mkvirtualenv there
  378. [19:32] <maho> if you want to restart virtualenv - shut down underlying linux first
  379. 01[19:33] <bndo123> okay thx i'll t ry
  380. 01[19:33] <bndo123> try
  381. 01[19:38] <bndo123> still not found..
  382. 03[19:39] * Xav83_ (~xav83@tga83-1-82-241-54-88.fbx.proxad.net) has joined #kivy
  383. 01[19:39] <bndo123> i know its annoying but it's annoying me too :)
  384. [19:39] <maho> show me screenshot, I don't believe
  385. 01[19:39] <bndo123> i restarted with
  386. 02[19:40] * Xav83 (~xav83@tga83-1-82-241-54-88.fbx.proxad.net) Quit (Ping timeout: 240 seconds)
  387. 03[19:40] * Xav83_ is now known as Xav83
  388. 01[19:44] <bndo123> https://ibb.co/k8ZHWw
  389. 01[19:45] <bndo123> https://ibb.co/kAG9db
  390. [19:45] <maho> not mkvirtualenvwrapper
  391. [19:45] <maho> but mkvirtualenv
  392. [19:46] <maho> yes, it's annoying :)
  393. 01[19:49] <bndo123> okay okay now .. its not my fault someone wrote its mkvirtualenvwrapper
  394. 01[19:52] <bndo123> i tried it, failed with error code 1.. here is my last console-output
  395. 01[19:52] <bndo123> https://pastebin.com/6xY0Hwb4
  396. 01[19:52] <bndo123> well thanks you tried your best but somehow it just does'nt work, i think i'll give it up at this point and hope for an update in the online-course
  397. 03[19:53] * nomic (~nomic4@host81-147-0-57.range81-147.btcentralplus.com) has joined #kivy
  398. [19:53] <maho> ok, I would say that you have something fucked up with your python
  399. 02[19:53] * abhishekg5 (~abhishekg@223.29.223.183) Quit (Ping timeout: 240 seconds)
  400. [19:54] <maho> and if virtualenv cannot ImportError: cannot import name _remove_dead_weakref
  401. [19:54] <maho> then I would say that it's something fundamentally broken
  402. [19:54] <maho> and I would reinstall python :)
  403. [19:54] <maho> if you have snapshot of virtualenv of fresh install, I would fork from it
  404. 03[19:56] * abhishekg5 (~abhishekg@223.29.223.183) has joined #kivy
  405. 02[19:56] * doc235 (~doc235@gentoo/contributor/doc235) Quit (Ping timeout: 255 seconds)
  406. [19:57] <tonyatsonya> bndo123: why is your path to virtualenv refer to anaconda2? as in: File "/home/mattse/anaconda2/lib/python2.7/distutils/core.py"
  407. [19:58] <tonyatsonya> Are you trying to install virtualenv inside a anaconda environment?
  408. 02[19:58] * stefan_slight (~Thunderbi@HSI-KBW-095-208-059-192.hsi5.kabel-badenwuerttemberg.de) Quit (Ping timeout: 265 seconds)
  409. 02[20:05] * abhishekg5 (~abhishekg@223.29.223.183) Quit (Ping timeout: 240 seconds)
  410. 03[20:07] * abhishekg5 (~abhishekg@223.29.223.183) has joined #kivy
  411. 03[20:08] * gopar (~gopar@2603:3024:1828:b3e1:20ae:c5cb:fe3d:c4da) has joined #kivy
  412. 03[20:08] * doc235 (~doc235@71-213-11-80.mnfd.qwest.net) has joined #kivy
  413. 02[20:08] * doc235 (~doc235@71-213-11-80.mnfd.qwest.net) Quit (Changing host)
  414. 03[20:08] * doc235 (~doc235@gentoo/contributor/doc235) has joined #kivy
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement