You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to pypubsub_dev
I tried to install PyPubSub on my Ubuntu14.04 for Python3.4 with pib.
But doesn'T work.
user@MONSTER:~$ sudo pip3 install pypubsub
Downloading/unpacking pypubsub
Could not find any downloads that satisfy the requirement pypubsub
Some externally hosted files were ignored (use --allow-external
pypubsub to allow). Cleaning up...
No distributions at all found for pypubsub
Storing debug log for failure in /home/user/.pip/pip.log
It is the same with "pip" (without the '3'). But I have to use pip3
because I am using Python3.
Oliver
unread,
Feb 20, 2015, 9:38:54 PM2/20/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to pypubs...@googlegroups.com
Try --allow-external since for now the files are actually stored on SourceForge.net.
Stuart Axon
unread,
May 3, 2015, 10:20:57 AM5/3/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to pypubs...@googlegroups.com
Hi,
Is there any chance this will get sorted for a future release ?
S
Oliver
unread,
May 3, 2015, 10:41:41 AM5/3/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to pypubs...@googlegroups.com
The download stats on SF.net are much better than on pypi. I am planning on updating the docs shortly to clarify this and the --allow-external so unless there are other issues you have that warrant this, I don't see moving pypubsub releases to be hosted on pypi. Have you tried with latest pip (6.1.1 -- which is really 1.6.1.1)? Many improvements since 1.5.6.
Stuart Axon
unread,
May 21, 2015, 11:21:12 AM5/21/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to pypubs...@googlegroups.com
That does seem better with 1.6.1, at least I only need
$ pip install pypubsub --allow-external pypubsub
Kyle Pittman
unread,
Dec 10, 2015, 12:23:36 PM12/10/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to pypubsub_dev
Can you please add this to the docs? The instructions you give in the installation docs are clear: "pip install pypubsub" - but it doesn't work... maybe at least add a clause mentioning --allow-external? It's a shame this is going ignored for so long.