Cake - FQ_codel the next generation
 help / color / mirror / Atom feed
* [Cake] Flent & Mac OS
@ 2018-07-21 18:40 Kevin Darbyshire-Bryant
  2018-07-21 18:42 ` Arie
  0 siblings, 1 reply; 5+ messages in thread
From: Kevin Darbyshire-Bryant @ 2018-07-21 18:40 UTC (permalink / raw)
  To: Cake List

[-- Attachment #1: Type: text/plain, Size: 256 bytes --]

Hi Chaps

Would love to help Dave with his flent run request.  Is there anyone who can hand hold me through mac os installation?  Having a battle and on the losing side :-/

Cheers,

Kevin D-B

012C ACB2 28C6 C53E 9775  9123 B3A2 389B 9DE2 334A


[-- Attachment #2: Message signed with OpenPGP --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Cake] Flent & Mac OS
  2018-07-21 18:40 [Cake] Flent & Mac OS Kevin Darbyshire-Bryant
@ 2018-07-21 18:42 ` Arie
  2018-07-21 18:58   ` Kevin Darbyshire-Bryant
  0 siblings, 1 reply; 5+ messages in thread
From: Arie @ 2018-07-21 18:42 UTC (permalink / raw)
  To: Kevin Darbyshire-Bryant; +Cc: Cake List

[-- Attachment #1: Type: text/plain, Size: 650 bytes --]

I just upgraded/reinstalled flent on OS/X, all it took was sudo pip install
flent

But that might have been easy because I've done it before.

On 21 July 2018 at 20:40, Kevin Darbyshire-Bryant <
kevin@darbyshire-bryant.me.uk> wrote:

> Hi Chaps
>
> Would love to help Dave with his flent run request.  Is there anyone who
> can hand hold me through mac os installation?  Having a battle and on the
> losing side :-/
>
> Cheers,
>
> Kevin D-B
>
> 012C ACB2 28C6 C53E 9775  9123 B3A2 389B 9DE2 334A
>
>
> _______________________________________________
> Cake mailing list
> Cake@lists.bufferbloat.net
> https://lists.bufferbloat.net/listinfo/cake
>
>

[-- Attachment #2: Type: text/html, Size: 1178 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Cake] Flent & Mac OS
  2018-07-21 18:42 ` Arie
@ 2018-07-21 18:58   ` Kevin Darbyshire-Bryant
  2018-07-21 19:12     ` Sebastian Moeller
  0 siblings, 1 reply; 5+ messages in thread
From: Kevin Darbyshire-Bryant @ 2018-07-21 18:58 UTC (permalink / raw)
  To: Arie; +Cc: Cake List

[-- Attachment #1: Type: text/plain, Size: 1989 bytes --]

sudo pip install flent
The directory '/Users/kevin/Library/Caches/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
The directory '/Users/kevin/Library/Caches/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
Collecting flent
  Downloading https://files.pythonhosted.org/packages/bd/21/c7539ce56f90a7baccbbc5b30b69d85bdd7b483b0a2946bbbf45191e10fe/flent-1.2.2-py2.py3-none-any.whl (262kB)
    100% |████████████████████████████████| 266kB 4.5MB/s
matplotlib 1.3.1 requires nose, which is not installed.
matplotlib 1.3.1 requires tornado, which is not installed.
Installing collected packages: flent
Could not install packages due to an EnvironmentError: [Errno 1] Operation not permitted: '/System/Library/Frameworks/Python.framework/Versions/2.7/share'


> On 21 Jul 2018, at 19:42, Arie <nospam@ariekanarie.nl> wrote:
> 
> I just upgraded/reinstalled flent on OS/X, all it took was sudo pip install flent
> 
> But that might have been easy because I've done it before.
> 
> On 21 July 2018 at 20:40, Kevin Darbyshire-Bryant <kevin@darbyshire-bryant.me.uk> wrote:
> Hi Chaps
> 
> Would love to help Dave with his flent run request.  Is there anyone who can hand hold me through mac os installation?  Having a battle and on the losing side :-/
> 
> Cheers,
> 
> Kevin D-B
> 
> 012C ACB2 28C6 C53E 9775  9123 B3A2 389B 9DE2 334A
> 
> 
> _______________________________________________
> Cake mailing list
> Cake@lists.bufferbloat.net
> https://lists.bufferbloat.net/listinfo/cake
> 
> 


Cheers,

Kevin D-B

012C ACB2 28C6 C53E 9775  9123 B3A2 389B 9DE2 334A


[-- Attachment #2: Message signed with OpenPGP --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Cake] Flent & Mac OS
  2018-07-21 18:58   ` Kevin Darbyshire-Bryant
@ 2018-07-21 19:12     ` Sebastian Moeller
  2018-07-21 19:19       ` Kevin Darbyshire-Bryant
  0 siblings, 1 reply; 5+ messages in thread
From: Sebastian Moeller @ 2018-07-21 19:12 UTC (permalink / raw)
  To: Kevin Darbyshire-Bryant; +Cc: Arie, Cake List

Ah, I also installed python 3.6 via macports and PyQT5, the OS supplied python is a bit dated and I am too chicken to install new packages into apple's python version.
I am pretty sure that is also doable with homebrew or any other porting system on the mac.

Best Regards





> On Jul 21, 2018, at 20:58, Kevin Darbyshire-Bryant <kevin@darbyshire-bryant.me.uk> wrote:
> 
> sudo pip install flent
> The directory '/Users/kevin/Library/Caches/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
> The directory '/Users/kevin/Library/Caches/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
> Collecting flent
>  Downloading https://files.pythonhosted.org/packages/bd/21/c7539ce56f90a7baccbbc5b30b69d85bdd7b483b0a2946bbbf45191e10fe/flent-1.2.2-py2.py3-none-any.whl (262kB)
>    100% |████████████████████████████████| 266kB 4.5MB/s
> matplotlib 1.3.1 requires nose, which is not installed.
> matplotlib 1.3.1 requires tornado, which is not installed.
> Installing collected packages: flent
> Could not install packages due to an EnvironmentError: [Errno 1] Operation not permitted: '/System/Library/Frameworks/Python.framework/Versions/2.7/share'
> 
> 
>> On 21 Jul 2018, at 19:42, Arie <nospam@ariekanarie.nl> wrote:
>> 
>> I just upgraded/reinstalled flent on OS/X, all it took was sudo pip install flent
>> 
>> But that might have been easy because I've done it before.
>> 
>> On 21 July 2018 at 20:40, Kevin Darbyshire-Bryant <kevin@darbyshire-bryant.me.uk> wrote:
>> Hi Chaps
>> 
>> Would love to help Dave with his flent run request.  Is there anyone who can hand hold me through mac os installation?  Having a battle and on the losing side :-/
>> 
>> Cheers,
>> 
>> Kevin D-B
>> 
>> 012C ACB2 28C6 C53E 9775  9123 B3A2 389B 9DE2 334A
>> 
>> 
>> _______________________________________________
>> Cake mailing list
>> Cake@lists.bufferbloat.net
>> https://lists.bufferbloat.net/listinfo/cake
>> 
>> 
> 
> 
> Cheers,
> 
> Kevin D-B
> 
> 012C ACB2 28C6 C53E 9775  9123 B3A2 389B 9DE2 334A
> 
> _______________________________________________
> Cake mailing list
> Cake@lists.bufferbloat.net
> https://lists.bufferbloat.net/listinfo/cake


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Cake] Flent & Mac OS
  2018-07-21 19:12     ` Sebastian Moeller
@ 2018-07-21 19:19       ` Kevin Darbyshire-Bryant
  0 siblings, 0 replies; 5+ messages in thread
From: Kevin Darbyshire-Bryant @ 2018-07-21 19:19 UTC (permalink / raw)
  To: Sebastian Moeller; +Cc: Arie, Cake List

[-- Attachment #1: Type: text/plain, Size: 2917 bytes --]

Right, ok.  Well I’ve no idea what/if anything is broken here on my system, so I’m going to stop.

> On 21 Jul 2018, at 20:12, Sebastian Moeller <moeller0@gmx.de> wrote:
> 
> Ah, I also installed python 3.6 via macports and PyQT5, the OS supplied python is a bit dated and I am too chicken to install new packages into apple's python version.
> I am pretty sure that is also doable with homebrew or any other porting system on the mac.
> 
> Best Regards
> 
> 
> 
> 
> 
>> On Jul 21, 2018, at 20:58, Kevin Darbyshire-Bryant <kevin@darbyshire-bryant.me.uk> wrote:
>> 
>> sudo pip install flent
>> The directory '/Users/kevin/Library/Caches/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
>> The directory '/Users/kevin/Library/Caches/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
>> Collecting flent
>> Downloading https://files.pythonhosted.org/packages/bd/21/c7539ce56f90a7baccbbc5b30b69d85bdd7b483b0a2946bbbf45191e10fe/flent-1.2.2-py2.py3-none-any.whl (262kB)
>>   100% |████████████████████████████████| 266kB 4.5MB/s
>> matplotlib 1.3.1 requires nose, which is not installed.
>> matplotlib 1.3.1 requires tornado, which is not installed.
>> Installing collected packages: flent
>> Could not install packages due to an EnvironmentError: [Errno 1] Operation not permitted: '/System/Library/Frameworks/Python.framework/Versions/2.7/share'
>> 
>> 
>>> On 21 Jul 2018, at 19:42, Arie <nospam@ariekanarie.nl> wrote:
>>> 
>>> I just upgraded/reinstalled flent on OS/X, all it took was sudo pip install flent
>>> 
>>> But that might have been easy because I've done it before.
>>> 
>>> On 21 July 2018 at 20:40, Kevin Darbyshire-Bryant <kevin@darbyshire-bryant.me.uk> wrote:
>>> Hi Chaps
>>> 
>>> Would love to help Dave with his flent run request.  Is there anyone who can hand hold me through mac os installation?  Having a battle and on the losing side :-/
>>> 
>>> Cheers,
>>> 
>>> Kevin D-B
>>> 
>>> 012C ACB2 28C6 C53E 9775  9123 B3A2 389B 9DE2 334A
>>> 
>>> 
>>> _______________________________________________
>>> Cake mailing list
>>> Cake@lists.bufferbloat.net
>>> https://lists.bufferbloat.net/listinfo/cake
>>> 
>>> 
>> 
>> 
>> Cheers,
>> 
>> Kevin D-B
>> 
>> 012C ACB2 28C6 C53E 9775  9123 B3A2 389B 9DE2 334A
>> 
>> _______________________________________________
>> Cake mailing list
>> Cake@lists.bufferbloat.net
>> https://lists.bufferbloat.net/listinfo/cake
> 


Cheers,

Kevin D-B

012C ACB2 28C6 C53E 9775  9123 B3A2 389B 9DE2 334A


[-- Attachment #2: Message signed with OpenPGP --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2018-07-21 19:19 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-21 18:40 [Cake] Flent & Mac OS Kevin Darbyshire-Bryant
2018-07-21 18:42 ` Arie
2018-07-21 18:58   ` Kevin Darbyshire-Bryant
2018-07-21 19:12     ` Sebastian Moeller
2018-07-21 19:19       ` Kevin Darbyshire-Bryant

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox