Issues in installing wheel on windows 10 machine. Python version 3.7.2 setuptool version 40.6.3 pip version...
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}
C:WINDOWSsystem32>pip install -U wheel
Requirement already up-to-date: wheel in c:program filespython37libsite-packages (0.32.3)
Error checking for conflicts.
Traceback (most recent call last):
File "c:program filespython37libsite-packagespip_vendorpkg_resources__init__.py", line 2897, in _dep_map
return self.dep_map
File "c:program filespython37libsite-packagespip_vendorpkg_resources__init.py", line 2691, in getattr
raise AttributeError(attr)
AttributeError: _DistInfoDistribution__dep_map
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "c:program filespython37libsite-packagespip_vendorpkg_resources__init__.py", line 2888, in _parsed_pkg_info
return self._pkg_info
File "c:program filespython37libsite-packagespip_vendorpkg_resources__init__.py", line 2691, in getattr
raise AttributeError(attr)
AttributeError: _pkg_info
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "c:program filespython37libsite-packagespip_internalcommandsinstall.py", line 503, in _warn_about_conflicts
package_set, _dep_info = check_install_conflicts(to_install)
File "c:program filespython37libsite-packagespip_internaloperationscheck.py", line 108, in check_install_conflicts
package_set, _ = create_package_set_from_installed()
File "c:program filespython37libsite-packagespip_internaloperationscheck.py", line 47, in create_package_set_from_installed
package_set[name] = PackageDetails(dist.version, dist.requires())
File "c:program filespython37libsite-packagespip_vendorpkg_resources__init__.py", line 2635, in requires
dm = self._dep_map
File "c:program filespython37libsite-packagespip_vendorpkg_resources__init__.py", line 2899, in _dep_map
self.dep_map = self._compute_dependencies()
File "c:program filespython37libsite-packagespip_vendorpkg_resources__init.py", line 2908, in _compute_dependencies
for req in self._parsed_pkg_info.get_all('Requires-Dist') or :
File "c:program filespython37libsite-packagespip_vendorpkg_resources__init__.py", line 2890, in _parsed_pkg_info
metadata = self.get_metadata(self.PKG_INFO)
File "c:program filespython37libsite-packagespip_vendorpkg_resources__init__.py", line 1410, in get_metadata
value = self._get(self._fn(self.egg_info, name))
File "c:program filespython37libsite-packagespip_vendorpkg_resources__init__.py", line 1522, in _get
with open(path, 'rb') as stream:
FileNotFoundError: [Errno 2] No such file or directory: 'c:program filespython37libsite-packagespyarrow-0.12.0.dist-infoMETADATA'
windows-10 python
add a comment |
C:WINDOWSsystem32>pip install -U wheel
Requirement already up-to-date: wheel in c:program filespython37libsite-packages (0.32.3)
Error checking for conflicts.
Traceback (most recent call last):
File "c:program filespython37libsite-packagespip_vendorpkg_resources__init__.py", line 2897, in _dep_map
return self.dep_map
File "c:program filespython37libsite-packagespip_vendorpkg_resources__init.py", line 2691, in getattr
raise AttributeError(attr)
AttributeError: _DistInfoDistribution__dep_map
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "c:program filespython37libsite-packagespip_vendorpkg_resources__init__.py", line 2888, in _parsed_pkg_info
return self._pkg_info
File "c:program filespython37libsite-packagespip_vendorpkg_resources__init__.py", line 2691, in getattr
raise AttributeError(attr)
AttributeError: _pkg_info
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "c:program filespython37libsite-packagespip_internalcommandsinstall.py", line 503, in _warn_about_conflicts
package_set, _dep_info = check_install_conflicts(to_install)
File "c:program filespython37libsite-packagespip_internaloperationscheck.py", line 108, in check_install_conflicts
package_set, _ = create_package_set_from_installed()
File "c:program filespython37libsite-packagespip_internaloperationscheck.py", line 47, in create_package_set_from_installed
package_set[name] = PackageDetails(dist.version, dist.requires())
File "c:program filespython37libsite-packagespip_vendorpkg_resources__init__.py", line 2635, in requires
dm = self._dep_map
File "c:program filespython37libsite-packagespip_vendorpkg_resources__init__.py", line 2899, in _dep_map
self.dep_map = self._compute_dependencies()
File "c:program filespython37libsite-packagespip_vendorpkg_resources__init.py", line 2908, in _compute_dependencies
for req in self._parsed_pkg_info.get_all('Requires-Dist') or :
File "c:program filespython37libsite-packagespip_vendorpkg_resources__init__.py", line 2890, in _parsed_pkg_info
metadata = self.get_metadata(self.PKG_INFO)
File "c:program filespython37libsite-packagespip_vendorpkg_resources__init__.py", line 1410, in get_metadata
value = self._get(self._fn(self.egg_info, name))
File "c:program filespython37libsite-packagespip_vendorpkg_resources__init__.py", line 1522, in _get
with open(path, 'rb') as stream:
FileNotFoundError: [Errno 2] No such file or directory: 'c:program filespython37libsite-packagespyarrow-0.12.0.dist-infoMETADATA'
windows-10 python
Requirement already up-to-date: wheel in c:program filespython37libsite-packages (0.32.3)
?
– Anaksunaman
Feb 8 at 13:53
add a comment |
C:WINDOWSsystem32>pip install -U wheel
Requirement already up-to-date: wheel in c:program filespython37libsite-packages (0.32.3)
Error checking for conflicts.
Traceback (most recent call last):
File "c:program filespython37libsite-packagespip_vendorpkg_resources__init__.py", line 2897, in _dep_map
return self.dep_map
File "c:program filespython37libsite-packagespip_vendorpkg_resources__init.py", line 2691, in getattr
raise AttributeError(attr)
AttributeError: _DistInfoDistribution__dep_map
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "c:program filespython37libsite-packagespip_vendorpkg_resources__init__.py", line 2888, in _parsed_pkg_info
return self._pkg_info
File "c:program filespython37libsite-packagespip_vendorpkg_resources__init__.py", line 2691, in getattr
raise AttributeError(attr)
AttributeError: _pkg_info
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "c:program filespython37libsite-packagespip_internalcommandsinstall.py", line 503, in _warn_about_conflicts
package_set, _dep_info = check_install_conflicts(to_install)
File "c:program filespython37libsite-packagespip_internaloperationscheck.py", line 108, in check_install_conflicts
package_set, _ = create_package_set_from_installed()
File "c:program filespython37libsite-packagespip_internaloperationscheck.py", line 47, in create_package_set_from_installed
package_set[name] = PackageDetails(dist.version, dist.requires())
File "c:program filespython37libsite-packagespip_vendorpkg_resources__init__.py", line 2635, in requires
dm = self._dep_map
File "c:program filespython37libsite-packagespip_vendorpkg_resources__init__.py", line 2899, in _dep_map
self.dep_map = self._compute_dependencies()
File "c:program filespython37libsite-packagespip_vendorpkg_resources__init.py", line 2908, in _compute_dependencies
for req in self._parsed_pkg_info.get_all('Requires-Dist') or :
File "c:program filespython37libsite-packagespip_vendorpkg_resources__init__.py", line 2890, in _parsed_pkg_info
metadata = self.get_metadata(self.PKG_INFO)
File "c:program filespython37libsite-packagespip_vendorpkg_resources__init__.py", line 1410, in get_metadata
value = self._get(self._fn(self.egg_info, name))
File "c:program filespython37libsite-packagespip_vendorpkg_resources__init__.py", line 1522, in _get
with open(path, 'rb') as stream:
FileNotFoundError: [Errno 2] No such file or directory: 'c:program filespython37libsite-packagespyarrow-0.12.0.dist-infoMETADATA'
windows-10 python
C:WINDOWSsystem32>pip install -U wheel
Requirement already up-to-date: wheel in c:program filespython37libsite-packages (0.32.3)
Error checking for conflicts.
Traceback (most recent call last):
File "c:program filespython37libsite-packagespip_vendorpkg_resources__init__.py", line 2897, in _dep_map
return self.dep_map
File "c:program filespython37libsite-packagespip_vendorpkg_resources__init.py", line 2691, in getattr
raise AttributeError(attr)
AttributeError: _DistInfoDistribution__dep_map
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "c:program filespython37libsite-packagespip_vendorpkg_resources__init__.py", line 2888, in _parsed_pkg_info
return self._pkg_info
File "c:program filespython37libsite-packagespip_vendorpkg_resources__init__.py", line 2691, in getattr
raise AttributeError(attr)
AttributeError: _pkg_info
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "c:program filespython37libsite-packagespip_internalcommandsinstall.py", line 503, in _warn_about_conflicts
package_set, _dep_info = check_install_conflicts(to_install)
File "c:program filespython37libsite-packagespip_internaloperationscheck.py", line 108, in check_install_conflicts
package_set, _ = create_package_set_from_installed()
File "c:program filespython37libsite-packagespip_internaloperationscheck.py", line 47, in create_package_set_from_installed
package_set[name] = PackageDetails(dist.version, dist.requires())
File "c:program filespython37libsite-packagespip_vendorpkg_resources__init__.py", line 2635, in requires
dm = self._dep_map
File "c:program filespython37libsite-packagespip_vendorpkg_resources__init__.py", line 2899, in _dep_map
self.dep_map = self._compute_dependencies()
File "c:program filespython37libsite-packagespip_vendorpkg_resources__init.py", line 2908, in _compute_dependencies
for req in self._parsed_pkg_info.get_all('Requires-Dist') or :
File "c:program filespython37libsite-packagespip_vendorpkg_resources__init__.py", line 2890, in _parsed_pkg_info
metadata = self.get_metadata(self.PKG_INFO)
File "c:program filespython37libsite-packagespip_vendorpkg_resources__init__.py", line 1410, in get_metadata
value = self._get(self._fn(self.egg_info, name))
File "c:program filespython37libsite-packagespip_vendorpkg_resources__init__.py", line 1522, in _get
with open(path, 'rb') as stream:
FileNotFoundError: [Errno 2] No such file or directory: 'c:program filespython37libsite-packagespyarrow-0.12.0.dist-infoMETADATA'
windows-10 python
windows-10 python
edited Feb 8 at 13:54
Anaksunaman
5,72321423
5,72321423
asked Feb 8 at 11:34
Kalpesh RawalKalpesh Rawal
1
1
Requirement already up-to-date: wheel in c:program filespython37libsite-packages (0.32.3)
?
– Anaksunaman
Feb 8 at 13:53
add a comment |
Requirement already up-to-date: wheel in c:program filespython37libsite-packages (0.32.3)
?
– Anaksunaman
Feb 8 at 13:53
Requirement already up-to-date: wheel in c:program filespython37libsite-packages (0.32.3)
?– Anaksunaman
Feb 8 at 13:53
Requirement already up-to-date: wheel in c:program filespython37libsite-packages (0.32.3)
?– Anaksunaman
Feb 8 at 13:53
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
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: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
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/3.0/"u003ecc by-sa 3.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%2fsuperuser.com%2fquestions%2f1403502%2fissues-in-installing-wheel-on-windows-10-machine-python-version-3-7-2-setuptool%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 Super User!
- 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%2fsuperuser.com%2fquestions%2f1403502%2fissues-in-installing-wheel-on-windows-10-machine-python-version-3-7-2-setuptool%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
Requirement already up-to-date: wheel in c:program filespython37libsite-packages (0.32.3)
?– Anaksunaman
Feb 8 at 13:53