Log file Viewer
Help
|
Karma
| Search:
#pypa logs for Wednesday the 31st of August, 2016
(
Back to #pypa overview
) (
Back to channel listing
) (
Animate logs
)
[
05:28:30
] <
Agafnd
> I'm having trouble installing doc2text on win7
[
05:28:44
] <
Agafnd
> log: http://pastebin.com/2WZm4jCS
[
05:32:32
] <
Agafnd
> any idea what the problem is?
[
05:39:00
] <
Agafnd1
> sorry, gon disconnected
[
05:39:23
] <
Agafnd1
> and now my other username is stuck in the user list
[
05:39:40
] <
Agafnd1
> oh, there it goes
[
05:41:04
] <
Agafnd
> recap: I can't install doc2text.
[
05:41:14
] <
Agafnd
> here is the pip log: http://pastebin.com/2WZm4jCS
[
05:43:44
] <
tdsmith
> Agafnd: what version of pip is that?
[
05:44:02
] <
Agafnd
> pip 8.1.2
[
05:44:26
] <
tdsmith
> i thought scipy published wheels for windows
[
05:45:34
] <
tdsmith
> heh, nope. os x and manylinux
[
05:47:58
] <
Agafnd
> hm... https://github.com/jlsutherland/doc2text#doc2text-is-super-duper-alpha-atm
[
05:48:09
] <
Agafnd
> "We do not pretend to serve all operating systems at the moment because that would be irresponsible"
[
05:48:30
] <
tdsmith
> the proximal problem is that you need to install scipy one way or another
[
05:48:48
] <
tdsmith
> the failure you're having is building scipy from source, not anything to do with doc2txt
[
05:48:52
] <
tdsmith
> doc2text
[
05:50:00
] <
Agafnd
> would one of these prebuilt things work? http://www.scipy.org/install.html#windows-packages
[
05:50:14
] <
Agafnd
> pip barfs on scipy as well
[
05:53:01
] <
tdsmith
> probs
[
06:03:52
] <
Agafnd
> ok, I've installed scipy from the .whl
[
06:04:07
] <
Agafnd
> I'll try doc2text again
[
06:04:41
] <
Agafnd
> ah, it worked
[
06:07:23
] <
Agafnd
> apparently I need PythonMagick
[
06:07:55
] <
Agafnd
> but pip can't find it
[
06:09:19
] <
Agafnd
> "No matching distribution found for PythonMagick"
[
06:09:29
] <
Agafnd
> though it's in the ppi
[
06:14:41
] <
Agafnd
> i guess i'll get the .whl
[
06:17:39
] <
Agafnd
> ...but now I'm getting a DLL load error
[
06:18:38
] <
Agafnd
> http://pastebin.com/fxtEZstg
[
13:22:27
] <
Ediz
> Hi, I installed an app using pip but when I try to run it I get ":command not found" running on ubuntu 16.04
[
13:23:59
] <
Ediz
> what am I missing?
[
13:24:55
] <
ronny
> Ediz: its not clear what command you did execute, and as what yuser you did it
[
13:25:10
] <
ronny
> Ediz: ubuntu patches pip, so also it breaks things
[
13:25:38
] <
Ediz
> my normal user, not sudo, the command is spotify-ripper -v
[
13:25:54
] <
Ediz
> https://github.com/jrnewell/spotify-ripper
[
13:26:01
] <
Ediz
> this is what I'm trying to run
[
13:26:24
] <
ronny
> Ediz: is ~/.local/bin in your PATH
[
13:26:49
] <
ronny
> if not please try ~/.local/bin/spotify-ripper -h
[
13:27:26
] <
Ediz
> yes that worked
[
13:27:31
] <
ronny
> also bbl
[
13:28:34
] <
Ediz
> ronny thanks