problem when installing pyobjc in ubuntu 18.04Problem when installing “ia32-libs”Problem installing scipy...
Are all men created equal according to Hinduism? Is this predominant western belief in agreement with the Vedas?
What is the origin of the "being immortal sucks" trope?
Is there a tool to measure the "maturity" of a code in Git?
What is this WWII four-engine plane on skis?
Transit visa to Hong Kong
How to install Rasbian Stretch on Raspberry Pi 4?
Tikz: How to use multiple parameters in pic?
Where is it? - The Google Earth Challenge Ep. 4
MySQL - How to check for a value in all columns
Should I inform my future product owner that there are big chances that a team member will leave the company soon?
What if I don't know whether my program will be linked to a GPL library or not?
How does doing something together work?
What is the difference between an engine skirt and an engine nozzle?
How do we know that black holes are spinning?
Is my sink P-trap too low?
LeetCode: Top K Frequent Elements C#
Why does an orbit become hyperbolic when total orbital energy is positive?
Amortized Loans seem to benefit the bank more than the customer
What are some examples of research that does not solve a existing problem (maybe the problem is not obvious yet) but present a unique discovery?
Writing a system of Linear Equations
In Bb5 systems against the Sicilian, why does White exchange their b5 bishop without playing a6?
Delete empty subfolders, keep parent folder
Are there any “Third Order” acronyms used in space exploration?
What's the benefit of prohibiting the use of techniques/language constructs that have not been taught?
problem when installing pyobjc in ubuntu 18.04
Problem when installing “ia32-libs”Problem installing scipy on Ubuntu 15.04Problem upgrading Ubuntu to version 18.04Error while installing vuze in Ubuntu 18.04 ltsproblem with interface with ip static in ubuntu 18.04Ubuntu 18.04 LTS: Problem with dependencies installing MySQL 8.0 serverInstalling CUDA on my Ubuntu 18.04 systemInstalling/updating R 3.6 on Ubuntu 18.04ubuntu 18.04 java installation problem
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
tsheri@tsheri-Aspire-E5-576G:~/Downloads/driver-drowsiness/drowsiness-detection$ conda activate driverenv
(driverenv) tsheri@tsheri-Aspire-E5-576G:~/Downloads/driver-drowsiness/drowsiness-detection$ pip install pyobjc
DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 won't be maintained after that date. A future version of pip will drop support for Python 2.7. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support
Collecting pyobjc
Downloading https://files.pythonhosted.org/packages/9e/56/6a2ae9f35aeb04acd2b881fde77985629b1c92e2b89e112021e2580f5687/pyobjc-5.2-py2-none-any.whl
Collecting pyobjc-framework-CoreServices==5.2 (from pyobjc)
Downloading https://files.pythonhosted.org/packages/8c/e1/4637afdb254719905adbf073e3bc3843f408944d31b4e21506bf8436c712/pyobjc-framework-CoreServices-5.2.tar.gz (409kB)
|████████████████████████████████| 419kB 333kB/s
ERROR: Command errored out with exit status 1:
command: /usr/bin/python2 -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-vLRgWU/pyobjc-framework-CoreServices/setup.py'"'"'; __file__='"'"'/tmp/pip-install-vLRgWU/pyobjc-framework-CoreServices/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'rn'"'"', '"'"'n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base pip-egg-info
cwd: /tmp/pip-install-vLRgWU/pyobjc-framework-CoreServices/
Complete output (11 lines):
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/tmp/pip-install-vLRgWU/pyobjc-framework-CoreServices/setup.py", line 23, in <module>
extra_link_args=['-framework', 'CoreServices']),
File "pyobjc_setup.py", line 392, in Extension
os_level = get_os_level()
File "pyobjc_setup.py", line 206, in get_os_level
pl = plistlib.readPlist('/System/Library/CoreServices/SystemVersion.plist')
File "/usr/lib/python2.7/plistlib.py", line 75, in readPlist
pathOrFile = open(pathOrFile)
IOError: [Errno 2] No such file or directory: '/System/Library/CoreServices/SystemVersion.plist'
ubuntu python
add a comment
|
tsheri@tsheri-Aspire-E5-576G:~/Downloads/driver-drowsiness/drowsiness-detection$ conda activate driverenv
(driverenv) tsheri@tsheri-Aspire-E5-576G:~/Downloads/driver-drowsiness/drowsiness-detection$ pip install pyobjc
DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 won't be maintained after that date. A future version of pip will drop support for Python 2.7. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support
Collecting pyobjc
Downloading https://files.pythonhosted.org/packages/9e/56/6a2ae9f35aeb04acd2b881fde77985629b1c92e2b89e112021e2580f5687/pyobjc-5.2-py2-none-any.whl
Collecting pyobjc-framework-CoreServices==5.2 (from pyobjc)
Downloading https://files.pythonhosted.org/packages/8c/e1/4637afdb254719905adbf073e3bc3843f408944d31b4e21506bf8436c712/pyobjc-framework-CoreServices-5.2.tar.gz (409kB)
|████████████████████████████████| 419kB 333kB/s
ERROR: Command errored out with exit status 1:
command: /usr/bin/python2 -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-vLRgWU/pyobjc-framework-CoreServices/setup.py'"'"'; __file__='"'"'/tmp/pip-install-vLRgWU/pyobjc-framework-CoreServices/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'rn'"'"', '"'"'n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base pip-egg-info
cwd: /tmp/pip-install-vLRgWU/pyobjc-framework-CoreServices/
Complete output (11 lines):
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/tmp/pip-install-vLRgWU/pyobjc-framework-CoreServices/setup.py", line 23, in <module>
extra_link_args=['-framework', 'CoreServices']),
File "pyobjc_setup.py", line 392, in Extension
os_level = get_os_level()
File "pyobjc_setup.py", line 206, in get_os_level
pl = plistlib.readPlist('/System/Library/CoreServices/SystemVersion.plist')
File "/usr/lib/python2.7/plistlib.py", line 75, in readPlist
pathOrFile = open(pathOrFile)
IOError: [Errno 2] No such file or directory: '/System/Library/CoreServices/SystemVersion.plist'
ubuntu python
add a comment
|
tsheri@tsheri-Aspire-E5-576G:~/Downloads/driver-drowsiness/drowsiness-detection$ conda activate driverenv
(driverenv) tsheri@tsheri-Aspire-E5-576G:~/Downloads/driver-drowsiness/drowsiness-detection$ pip install pyobjc
DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 won't be maintained after that date. A future version of pip will drop support for Python 2.7. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support
Collecting pyobjc
Downloading https://files.pythonhosted.org/packages/9e/56/6a2ae9f35aeb04acd2b881fde77985629b1c92e2b89e112021e2580f5687/pyobjc-5.2-py2-none-any.whl
Collecting pyobjc-framework-CoreServices==5.2 (from pyobjc)
Downloading https://files.pythonhosted.org/packages/8c/e1/4637afdb254719905adbf073e3bc3843f408944d31b4e21506bf8436c712/pyobjc-framework-CoreServices-5.2.tar.gz (409kB)
|████████████████████████████████| 419kB 333kB/s
ERROR: Command errored out with exit status 1:
command: /usr/bin/python2 -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-vLRgWU/pyobjc-framework-CoreServices/setup.py'"'"'; __file__='"'"'/tmp/pip-install-vLRgWU/pyobjc-framework-CoreServices/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'rn'"'"', '"'"'n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base pip-egg-info
cwd: /tmp/pip-install-vLRgWU/pyobjc-framework-CoreServices/
Complete output (11 lines):
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/tmp/pip-install-vLRgWU/pyobjc-framework-CoreServices/setup.py", line 23, in <module>
extra_link_args=['-framework', 'CoreServices']),
File "pyobjc_setup.py", line 392, in Extension
os_level = get_os_level()
File "pyobjc_setup.py", line 206, in get_os_level
pl = plistlib.readPlist('/System/Library/CoreServices/SystemVersion.plist')
File "/usr/lib/python2.7/plistlib.py", line 75, in readPlist
pathOrFile = open(pathOrFile)
IOError: [Errno 2] No such file or directory: '/System/Library/CoreServices/SystemVersion.plist'
ubuntu python
tsheri@tsheri-Aspire-E5-576G:~/Downloads/driver-drowsiness/drowsiness-detection$ conda activate driverenv
(driverenv) tsheri@tsheri-Aspire-E5-576G:~/Downloads/driver-drowsiness/drowsiness-detection$ pip install pyobjc
DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 won't be maintained after that date. A future version of pip will drop support for Python 2.7. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support
Collecting pyobjc
Downloading https://files.pythonhosted.org/packages/9e/56/6a2ae9f35aeb04acd2b881fde77985629b1c92e2b89e112021e2580f5687/pyobjc-5.2-py2-none-any.whl
Collecting pyobjc-framework-CoreServices==5.2 (from pyobjc)
Downloading https://files.pythonhosted.org/packages/8c/e1/4637afdb254719905adbf073e3bc3843f408944d31b4e21506bf8436c712/pyobjc-framework-CoreServices-5.2.tar.gz (409kB)
|████████████████████████████████| 419kB 333kB/s
ERROR: Command errored out with exit status 1:
command: /usr/bin/python2 -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-vLRgWU/pyobjc-framework-CoreServices/setup.py'"'"'; __file__='"'"'/tmp/pip-install-vLRgWU/pyobjc-framework-CoreServices/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'rn'"'"', '"'"'n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base pip-egg-info
cwd: /tmp/pip-install-vLRgWU/pyobjc-framework-CoreServices/
Complete output (11 lines):
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/tmp/pip-install-vLRgWU/pyobjc-framework-CoreServices/setup.py", line 23, in <module>
extra_link_args=['-framework', 'CoreServices']),
File "pyobjc_setup.py", line 392, in Extension
os_level = get_os_level()
File "pyobjc_setup.py", line 206, in get_os_level
pl = plistlib.readPlist('/System/Library/CoreServices/SystemVersion.plist')
File "/usr/lib/python2.7/plistlib.py", line 75, in readPlist
pathOrFile = open(pathOrFile)
IOError: [Errno 2] No such file or directory: '/System/Library/CoreServices/SystemVersion.plist'
ubuntu python
ubuntu python
asked 5 mins ago
tsheri sherpatsheri sherpa
61 bronze badge
61 bronze badge
add a comment
|
add a comment
|
0
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "106"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/4.0/"u003ecc by-sa 4.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f541963%2fproblem-when-installing-pyobjc-in-ubuntu-18-04%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f541963%2fproblem-when-installing-pyobjc-in-ubuntu-18-04%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown