Return-Path: <noreply@github.com>
X-Original-To: mathiasb@m9s.biz
Delivered-To: mathiasb@m9s.biz
Received: from localhost (localhost [127.0.0.1])
	by mail.mbehrle.de (Postfix) with ESMTP id 560A61E2
	for <mathiasb@m9s.biz>; Wed, 29 Jul 2020 00:00:19 +0000 (UTC)
X-Virus-Scanned: by amavisd-new using ClamAV at mbehrle.de
X-Spam-Flag: NO
X-Spam-Score: -0.987
X-Spam-Level:
X-Spam-Status: No, score=-0.987 tagged_above=-9999 required=0.9
	tests=[BAYES_00=-1.5, HTML_IMAGE_ONLY_28=1.512, HTML_MESSAGE=0.001,
	MAILING_LIST_MULTI=-1] autolearn=no autolearn_force=no
Received: from mail.mbehrle.de ([127.0.0.1])
	by localhost (mail.mbehrle.de [127.0.0.1]) (amavisd-new, port 10024)
	with LMTP id dmDz8mFq3kTE for <mathiasb@m9s.biz>;
	Wed, 29 Jul 2020 00:00:18 +0000 (UTC)
Received: from out-18.smtp.github.com (out-18.smtp.github.com [192.30.252.201])
	(using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by mail.mbehrle.de (Postfix) with ESMTPS id 26F9C9D
	for <mathiasb@m9s.biz>; Wed, 29 Jul 2020 00:00:17 +0000 (UTC)
Received: from github-lowworker-1ac52d7.ash1-iad.github.net (github-lowworker-1ac52d7.ash1-iad.github.net [10.56.25.52])
	by smtp.github.com (Postfix) with ESMTP id 74262340E6F
	for <mathiasb@m9s.biz>; Tue, 28 Jul 2020 17:00:16 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com;
	s=pf2014; t=1595980816;
	bh=bQSQ9I2i5phX5ftCKVKF0sCuXZcPzAMtUF4FFr8q7nQ=;
	h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post:
	 List-Unsubscribe:From;
	b=Wlu8MhkW+UvYyzwQJtbg59HZ8wp/dOnCWR8G0Ggd5w4H4Q4H9PZ+tPacRwpEx6y1C
	 Wk36vAUQsn/fO9giysYjXxgpQY8QJ3+SEBmc8WXapGTGY60xzjLkgEdTDrUZ/IgvMO
	 6EizaW08YhUyKF65eJJyXn0aKG0X7JAg12d+InNE=
Date: Tue, 28 Jul 2020 17:00:16 -0700
From: cupsman <notifications@github.com>
Reply-To: OpenPrinting/pycups <reply+AACKMXEAXML2BGBXBZHXGON5FSORBEVBNHHCPSELIE@reply.github.com>
To: OpenPrinting/pycups <pycups@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <OpenPrinting/pycups/issues/25@github.com>
Subject: [OpenPrinting/pycups] Error install pycups module with Python3.8
 (#25)
Mime-Version: 1.0
Content-Type: multipart/alternative;
 boundary="--==_mimepart_5f20bc1063c55_544c16f826042d";
 charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: cupsman
X-GitHub-Recipient: mbehrle
X-GitHub-Reason: subscribed
List-ID: OpenPrinting/pycups <pycups.OpenPrinting.github.com>
List-Archive: https://github.com/OpenPrinting/pycups
List-Post: <mailto:reply+AACKMXEAXML2BGBXBZHXGON5FSORBEVBNHHCPSELIE@reply.github.com>
List-Unsubscribe: <mailto:unsub+AACKMXEAXML2BGBXBZHXGON5FSORBEVBNHHCPSELIE@reply.github.com>,
 <https://github.com/notifications/unsubscribe/AACKMXGR3QCNZEQOD5DWD43R55RBBANCNFSM4PLBACYQ>
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: mathiasb@m9s.biz


----==_mimepart_5f20bc1063c55_544c16f826042d
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I'm getting this error installing on Python 3.8.  Not for sure what is wrong here.

./pip3 install pycups
Collecting pycups
  Using cached pycups-2.0.1.tar.gz (62 kB)
    ERROR: Command errored out with exit status 1:
     command: /apps/python/bin/python3.8 -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-wn6y10a7/pycups/setup.py'"'"'; __file__='"'"'/tmp/pip-install-wn6y10a7/pycups/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /tmp/pip-pip-egg-info-3vm9a9ku
         cwd: /tmp/pip-install-wn6y10a7/pycups/
    Complete output (11 lines):
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/apps/python/lib/python3.8/site-packages/setuptools/__init__.py", line 23, in <module>
        from setuptools.dist import Distribution
      File "/apps/python/lib/python3.8/site-packages/setuptools/dist.py", line 34, in <module>
        from setuptools import windows_support
      File "/apps/python/lib/python3.8/site-packages/setuptools/windows_support.py", line 2, in <module>
        import ctypes
      File "/apps/python/lib/python3.8/ctypes/__init__.py", line 7, in <module>
        from _ctypes import Union, Structure, Array
    ModuleNotFoundError: No module named '_ctypes'
    ----------------------------------------
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/OpenPrinting/pycups/issues/25
----==_mimepart_5f20bc1063c55_544c16f826042d
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p></p>
<p>I'm getting this error installing on Python 3.8.  Not for sure what is wrong here.</p>
<p>./pip3 install pycups<br>
Collecting pycups<br>
Using cached pycups-2.0.1.tar.gz (62 kB)<br>
ERROR: Command errored out with exit status 1:<br>
command: /apps/python/bin/python3.8 -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-wn6y10a7/pycups/setup.py'"'"'; <strong>file</strong>='"'"'/tmp/pip-install-wn6y10a7/pycups/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(<strong>file</strong>);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, <strong>file</strong>, '"'"'exec'"'"'))' egg_info --egg-base /tmp/pip-pip-egg-info-3vm9a9ku<br>
cwd: /tmp/pip-install-wn6y10a7/pycups/<br>
Complete output (11 lines):<br>
Traceback (most recent call last):<br>
File "", line 1, in <br>
File "/apps/python/lib/python3.8/site-packages/setuptools/<strong>init</strong>.py", line 23, in <br>
from setuptools.dist import Distribution<br>
File "/apps/python/lib/python3.8/site-packages/setuptools/dist.py", line 34, in <br>
from setuptools import windows_support<br>
File "/apps/python/lib/python3.8/site-packages/setuptools/windows_support.py", line 2, in <br>
import ctypes<br>
File "/apps/python/lib/python3.8/ctypes/<strong>init</strong>.py", line 7, in <br>
from _ctypes import Union, Structure, Array<br>
ModuleNotFoundError: No module named '_ctypes'<br>
----------------------------------------<br>
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/OpenPrinting/pycups/issues/25">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AACKMXEXE66K356HDYQQF4TR55RBBANCNFSM4PLBACYQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AACKMXGKTNMZUPXZHTQBSZ3R55RBBA5CNFSM4PLBACY2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4J6IRNAQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/OpenPrinting/pycups/issues/25",
"url": "https://github.com/OpenPrinting/pycups/issues/25",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5f20bc1063c55_544c16f826042d--
