From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-20.smtp.github.com (out-20.smtp.github.com [192.30.252.203]) by mail.toke.dk (Postfix) with ESMTPS id 9C1417B4242 for ; Tue, 8 Dec 2020 14:11:30 +0100 (CET) Authentication-Results: mail.toke.dk; dkim=pass (1024-bit key) header.d=github.com header.i=@github.com header.b=NF0ctnBD Received: from github.com (hubbernetes-node-b3877d0.va3-iad.github.net [10.48.111.32]) by smtp.github.com (Postfix) with ESMTPA id 1DDF3E0C0C for ; Tue, 8 Dec 2020 05:11:29 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1607433089; bh=PjLjAoWi3g/dEUARgFea/WrMwYtMeB7J5HlqfmWonIU=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=NF0ctnBDw4FGEJ8hn7AZ3Uz3wS530azU/BpcoyfHC+GnslkuJo3b/XWBm5A0e+9sW y6RCd2W1NlnF0JpQ1e3wSr2V8/c6nvy8rjJbV0rzP8UmThroWnZQjcA57PK4tlcuh6 eRaN9ced8qbpboQWYkMoySdl0SIolYnHltklhBYY= Date: Tue, 08 Dec 2020 05:11:29 -0800 From: =?UTF-8?B?VG9rZSBIw7hpbGFuZC1Kw7hyZ2Vuc2Vu?= To: tohojo/flent Message-ID: In-Reply-To: References: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_5fcf7b811a09e_4819b41154af"; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: list X-GitHub-Sender: tohojo X-GitHub-Recipient: flent-users X-GitHub-Reason: subscribed X-Auto-Response-Suppress: All X-GitHub-Recipient-Address: flent-users@flent.org Message-ID-Hash: YUD7YBKIINGJBV5UW4WWUH6YTR7RBXN2 X-Message-ID-Hash: YUD7YBKIINGJBV5UW4WWUH6YTR7RBXN2 X-MailFrom: noreply@github.com X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; suspicious-header CC: Subscribed X-Mailman-Version: 3.3.2 Reply-To: tohojo/flent Subject: [Flent-users] Re: [tohojo/flent] Question about custom symbolic diffserv marking names feature (#215) List-Id: Flent discussion list Archived-At: List-Archive: List-Help: List-Post: List-Subscribe: List-Unsubscribe: ----==_mimepart_5fcf7b811a09e_4819b41154af Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit olg33 writes: > I did clone flent: > > `git clone https://github.com/tohojo/flent` > > Then installed it: > > `sudo python3 setup.py install` > > It is he following release: > > `Started Flent 1.9.9-git-0024eb9 using Python 3.6.9.` > > Hopefully this is the right one. > > However, when I run flent with any test, I get the following error: Ah, that's a bug! Seems I accidentally broke support for old versions of Python, my apologies. Pushed a fix, so try doing another 'git pull' and see if that helps :) -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/tohojo/flent/issues/215#issuecomment-740610277 ----==_mimepart_5fcf7b811a09e_4819b41154af Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

olg33 <notifications@github.com> writes:

> I did clone flent:
>
> `git clone https://github.com/tohojo/flent`
>
> Then installed it:
>
> `sudo python3 setup.py install`
>
> It is he following release:
>
> `Started Flent 1.9.9-git-0024eb9 using Python 3.6.9.`
>
> Hopefully this is the right one.
>
> However, when I run flent with any test, I get the following error:

Ah, that's a bug! Seems I accidentally broke support for old versions of
Python, my apologies. Pushed a fix, so try doing another 'git pull' and
see if that helps :)


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.

----==_mimepart_5fcf7b811a09e_4819b41154af--