Hi Lokesh,

Is the server disconnected fully from the Internet, then? How do you
maintain Review Board upgrades?

You can install the extension packages manually. If you downloaded the
*.egg file, you can do:

    easy_install <filename>.egg

If you downloaded the *.whl, you can do:

    pip install <filename>.whl

You may need to run those as root, depending on your setup. Note that while
these are simple extensions, more complex ones may require additional
packages as dependencies, which you'd also have to get by hand. Those could
in turn require others.

Christian

On Thu, Jan 11, 2018 at 9:22 PM, Lokesh Rajoria <lokesh.rajo...@gmail.com>
wrote:

> Hi Christian,
>
> we are not behind an HTTP(S) proxy server on the computer due to some
> constraint. is there any way do it offline. I mean we have download all the
> packages from https://pypi.python.org/simple/rbcommenttype/ manually. can
> we do it locally?
>
> Thanks & Regards,
> Lokesh
>
>
> On Friday, 12 January 2018 02:42:53 UTC+5:30, Christian Hammond wrote:
>
>> Hi Lokesh,
>>
>> Looks like you’re having trouble connecting to PyPI itself. Are you
>> behind an HTTP(S) proxy server on that computer? If so, you may need to set
>> the http_proxy and https_proxy environment variables.
>>
>> Christian
>>
>>
>> On Thu, Jan 11, 2018 at 02:44 Lokesh Rajoria <lokesh....@gmail.com>
>> wrote:
>>
>>> Hi Reviewboard,
>>>
>>> I am trying to install comment category extension on my fedora21 release.
>>>
>>> $> sudo easy_install -U rbcommenttype
>>> Searching for rbcommenttype
>>> Reading https://pypi.python.org/simple/rbcommenttype/
>>> Download error on https://pypi.python.org/simple/rbcommenttype/: [Errno
>>> -2] Name or service not known -- Some packages may not be found!
>>> Couldn't find index page for 'rbcommenttype' (maybe misspelled?)
>>> Scanning index of all packages (this may take a while)
>>> Reading https://pypi.python.org/simple/
>>> Download error on https://pypi.python.org/simple/: [Errno -2] Name or
>>> service not known -- Some packages may not be found!
>>> No local packages or download links found for rbcommenttype
>>> error: Could not find suitable distribution for
>>> Requirement.parse('rbcommenttype')
>>>
>>> could you please help me on this.
>>>
>>> Thanks & Regards,
>>> Lokesh
>>>
>>>
>>> --
>>> 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 "Review Board Community" group.
>>> To unsubscribe from this group and stop receiving emails from it, send
>>> an email to reviewboard...@googlegroups.com.
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>> --
>> --
>> Christian Hammond
>> President/CEO of Beanbag
>> Makers of Review Board
>>
> --
> 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
> "Review Board Community" 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.
>



-- 
Christian Hammond
President/CEO of Beanbag <https://www.beanbaginc.com/>
Makers of Review Board <https://www.reviewboard.org/>

-- 
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 
"Review Board Community" 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.

Reply via email to