Re: Error installing "Note to Reviewers" extension.

2016-01-06 Thread Christian Hammond
Hi Carel,

You'll want to find the .egg file that matches your Python version. You can
then either download that locally and pass the filename to easy_install, or
pass the URL to that .egg to easy_install. It should then install. After
that, you should be able to rescan for extensions, and it should show up in
the list.

Let me know if you hit any issues there.

Christian

-- 
Christian Hammond - christ...@beanbaginc.com
Review Board - https://www.reviewboard.org
Beanbag, Inc. - https://www.beanbaginc.com

On Wed, Jan 6, 2016 at 12:23 AM, Carel Combrink 
wrote:

> Hi Christian,
>
>
>> You can download the builds manually at
>> http://downloads.reviewboard.org/releases/
>>
>
> I have no issue with downloading it manually, can you please provide me
> with some information on how to install it manually.
> Do I download the tar.gz or the egg and then how do I install them?
>
>

-- 
Supercharge your Review Board with Power Pack: 
https://www.reviewboard.org/powerpack/
Want us to host Review Board for you? Check out RBCommons: 
https://rbcommons.com/
Happy user? Let us know! https://www.reviewboard.org/users/
--- 
You received this message because you are subscribed to the Google Groups 
"reviewboard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Error installing "Note to Reviewers" extension.

2016-01-06 Thread Christian Hammond
Hi Carel,

Over the Christmas break, PyPI removed the ability to install packages that
aren't uploaded directly to PyPI. We've made use of this ability in the
past in order to have better control over builds and to get better
analytics on our downloads. However, with that change, we're forced to
upload everything to PyPI.

I started this operation yesterday, once I found out (through a similar
report) that this change went into effect. However, PyPI was mostly broken
yesterday, and uploads were failing. I decided to give them a day to sort
through whatever was going on.

I'm going to try to resume those uploads right now. Give this a try in 10
minutes.

Christian

-- 
Christian Hammond - christ...@beanbaginc.com
Review Board - https://www.reviewboard.org
Beanbag, Inc. - https://www.beanbaginc.com

On Wed, Jan 6, 2016 at 12:11 AM, Carel Combrink 
wrote:

> Hi,
>
> When running the command "sudo easy_install -U rbnotefield" as suggested
> on the Review Board Package Store
>  page I get the
> following:
> $ sudo easy_install -U rbnotefield
> Searching for rbnotefield
> Reading https://pypi.python.org/simple/rbnotefield/
> No local packages or download links found for rbnotefield
> error: Could not find suitable distribution for Requirement.parse(
> 'rbnotefield')
>
> I see that there are no packages for the extension:
> https://pypi.python.org/simple/rbnotefield/
>
> Is this extension deprecated?
>
> I am using RB 2.5.2.
>
> Regards,
>
> --
> Supercharge your Review Board with Power Pack:
> https://www.reviewboard.org/powerpack/
> Want us to host Review Board for you? Check out RBCommons:
> https://rbcommons.com/
> Happy user? Let us know! https://www.reviewboard.org/users/
> ---
> You received this message because you are subscribed to the Google Groups
> "reviewboard" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to reviewboard+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
Supercharge your Review Board with Power Pack: 
https://www.reviewboard.org/powerpack/
Want us to host Review Board for you? Check out RBCommons: 
https://rbcommons.com/
Happy user? Let us know! https://www.reviewboard.org/users/
--- 
You received this message because you are subscribed to the Google Groups 
"reviewboard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Error installing "Note to Reviewers" extension.

2016-01-06 Thread Carel Combrink
Hi,

When running the command "sudo easy_install -U rbnotefield" as suggested on 
the Review Board Package Store 
 page I get the 
following:
$ sudo easy_install -U rbnotefield
Searching for rbnotefield
Reading https://pypi.python.org/simple/rbnotefield/
No local packages or download links found for rbnotefield
error: Could not find suitable distribution for Requirement.parse(
'rbnotefield')

I see that there are no packages for the 
extension: https://pypi.python.org/simple/rbnotefield/

Is this extension deprecated?

I am using RB 2.5.2.

Regards,

-- 
Supercharge your Review Board with Power Pack: 
https://www.reviewboard.org/powerpack/
Want us to host Review Board for you? Check out RBCommons: 
https://rbcommons.com/
Happy user? Let us know! https://www.reviewboard.org/users/
--- 
You received this message because you are subscribed to the Google Groups 
"reviewboard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Error installing "Note to Reviewers" extension.

2016-01-06 Thread Christian Hammond
PyPI is still busted, and unfortunately, due to its design, a failed upload
can sometimes never be re-attempted by us. So, we're not going to risk it
until next week at the earliest.

You can download the builds manually at
http://downloads.reviewboard.org/releases/

Christian

-- 
Christian Hammond - christ...@beanbaginc.com
Review Board - https://www.reviewboard.org
Beanbag, Inc. - https://www.beanbaginc.com

On Wed, Jan 6, 2016 at 12:13 AM, Christian Hammond  wrote:

> Hi Carel,
>
> Over the Christmas break, PyPI removed the ability to install packages
> that aren't uploaded directly to PyPI. We've made use of this ability in
> the past in order to have better control over builds and to get better
> analytics on our downloads. However, with that change, we're forced to
> upload everything to PyPI.
>
> I started this operation yesterday, once I found out (through a similar
> report) that this change went into effect. However, PyPI was mostly broken
> yesterday, and uploads were failing. I decided to give them a day to sort
> through whatever was going on.
>
> I'm going to try to resume those uploads right now. Give this a try in 10
> minutes.
>
> Christian
>
> --
> Christian Hammond - christ...@beanbaginc.com
> Review Board - https://www.reviewboard.org
> Beanbag, Inc. - https://www.beanbaginc.com
>
> On Wed, Jan 6, 2016 at 12:11 AM, Carel Combrink 
> wrote:
>
>> Hi,
>>
>> When running the command "sudo easy_install -U rbnotefield" as suggested
>> on the Review Board Package Store
>>  page I get the
>> following:
>> $ sudo easy_install -U rbnotefield
>> Searching for rbnotefield
>> Reading https://pypi.python.org/simple/rbnotefield/
>> No local packages or download links found for rbnotefield
>> error: Could not find suitable distribution for Requirement.parse(
>> 'rbnotefield')
>>
>> I see that there are no packages for the extension:
>> https://pypi.python.org/simple/rbnotefield/
>>
>> Is this extension deprecated?
>>
>> I am using RB 2.5.2.
>>
>> Regards,
>>
>> --
>> Supercharge your Review Board with Power Pack:
>> https://www.reviewboard.org/powerpack/
>> Want us to host Review Board for you? Check out RBCommons:
>> https://rbcommons.com/
>> Happy user? Let us know! https://www.reviewboard.org/users/
>> ---
>> You received this message because you are subscribed to the Google Groups
>> "reviewboard" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to reviewboard+unsubscr...@googlegroups.com.
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>

-- 
Supercharge your Review Board with Power Pack: 
https://www.reviewboard.org/powerpack/
Want us to host Review Board for you? Check out RBCommons: 
https://rbcommons.com/
Happy user? Let us know! https://www.reviewboard.org/users/
--- 
You received this message because you are subscribed to the Google Groups 
"reviewboard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Error installing "Note to Reviewers" extension.

2016-01-06 Thread Carel Combrink
Hi Christian,
 

> You can download the builds manually at 
> http://downloads.reviewboard.org/releases/
>

I have no issue with downloading it manually, can you please provide me 
with some information on how to install it manually. 
Do I download the tar.gz or the egg and then how do I install them?

-- 
Supercharge your Review Board with Power Pack: 
https://www.reviewboard.org/powerpack/
Want us to host Review Board for you? Check out RBCommons: 
https://rbcommons.com/
Happy user? Let us know! https://www.reviewboard.org/users/
--- 
You received this message because you are subscribed to the Google Groups 
"reviewboard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.