cberri edited a comment on issue #18657: URL: https://github.com/apache/incubator-mxnet/issues/18657#issuecomment-808362326
@Igg, Excellent point, I get the same error message when I do : ```bash $ pip install mxnet-cu102 ``` I also tried: ```bash $ pip -v install mxnet-cu102 ``` And this is the output: ``` Using pip 21.0.1 from C:\Users\CarloBeretta\anaconda3\envs\cellpose\lib\site-packages\pip (python 3.7) Non-user install because site-packages writeable Created temporary directory: C:\Users\CARLOB~1\AppData\Local\Temp\pip-ephem-wheel-cache-sd6o9034 Created temporary directory: C:\Users\CARLOB~1\AppData\Local\Temp\pip-req-tracker-ypjed3bp Initialized build tracking at C:\Users\CARLOB~1\AppData\Local\Temp\pip-req-tracker-ypjed3bp Created build tracker: C:\Users\CARLOB~1\AppData\Local\Temp\pip-req-tracker-ypjed3bp Entered build tracker: C:\Users\CARLOB~1\AppData\Local\Temp\pip-req-tracker-ypjed3bp Created temporary directory: C:\Users\CARLOB~1\AppData\Local\Temp\pip-install-x7f8mpk8 1 location(s) to search for versions of mxnet-cu102: * https://pypi.org/simple/mxnet-cu102/ Fetching project page and analyzing links: https://pypi.org/simple/mxnet-cu102/ Getting page https://pypi.org/simple/mxnet-cu102/ Found index url https://pypi.org/simple Looking up "https://pypi.org/simple/mxnet-cu102/" in the cache Request header has "max_age" as 0, cache bypassed Starting new HTTPS connection (1): pypi.org:443 https://pypi.org:443 "GET /simple/mxnet-cu102/ HTTP/1.1" 304 0 Skipping link: none of the wheel's tags match: py2-none-manylinux1_x86_64, py3-none-manylinux1_x86_64: https://files.pythonhosted.org/packages/5f/d9/05d00c8f148af5a5cfd3f905419b5dc1cd43aeb0b91e26c00941d0cd9f98/mxnet_cu102-1.6.0.post0-py2.py3-none-manylinux1_x86_64.whl#sha256=b7f3284f28b40e3ad5c098e385dab4f4a2baccf25795d6ec97d33ee2e2d5fe93 (from https://pypi.org/simple/mxnet-cu102/) Skipping link: none of the wheel's tags match: py2-none-manylinux2014_x86_64, py3-none-manylinux2014_x86_64: https://files.pythonhosted.org/packages/46/a4/7c81a3ddd2d406bd1e13aa9f2b7a1dc8480eacb7f92a43484d7866ba8b89/mxnet_cu102-1.7.0-py2.py3-none-manylinux2014_x86_64.whl#sha256=6dac6f3d758d3991e4a6b188e994c1deed1c01ba158d830ed24b4737a2311334 (from https://pypi.org/simple/mxnet-cu102/) Skipping link: none of the wheel's tags match: py2-none-manylinux2014_x86_64, py3-none-manylinux2014_x86_64: https://files.pythonhosted.org/packages/20/18/f8d1f2ca0433ed37c140315426a97e4537a9e13e6071bdd387081ea1a1a3/mxnet_cu102-1.7.0.post0-py2.py3-none-manylinux2014_x86_64.whl#sha256=35c402c3886b15a22c1c459670bb34f5bb423caac9c46a76fa4a1be24167c3dc (from https://pypi.org/simple/mxnet-cu102/) Skipping link: none of the wheel's tags match: py2-none-manylinux2014_x86_64, py3-none-manylinux2014_x86_64: https://files.pythonhosted.org/packages/95/56/92b23233314ac91fa25c7198772d54f2b099a7dddd7fcc117c83eb2817a8/mxnet_cu102-1.7.0.post1-py2.py3-none-manylinux2014_x86_64.whl#sha256=98a791bd9a3bb008af95abe2e0586abef1b9491da67c24944a433007160e0e54 (from https://pypi.org/simple/mxnet-cu102/) Skipping link: none of the wheel's tags match: py2-none-manylinux2014_x86_64, py3-none-manylinux2014_x86_64: https://files.pythonhosted.org/packages/d1/0f/675a35918b9538d1a51fb27de897c3c277d512bb946b059248a360e26401/mxnet_cu102-1.8.0-py2.py3-none-manylinux2014_x86_64.whl#sha256=9ac48084ccd0673ca657eca787141212cde8d8b28501b273cdd102e9d0489db2 (from https://pypi.org/simple/mxnet-cu102/) Given no hashes to check 0 links for project 'mxnet-cu102': discarding no candidates ERROR: Could not find a version that satisfies the requirement mxnet-cu102 ERROR: No matching distribution found for mxnet-cu102 Exception information: Traceback (most recent call last): File "C:\Users\CarloBeretta\anaconda3\envs\cellpose\lib\site-packages\pip\_vendor\resolvelib\resolvers.py", line 171, in _merge_into_criterion crit = self.state.criteria[name] KeyError: 'mxnet-cu102' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "C:\Users\CarloBeretta\anaconda3\envs\cellpose\lib\site-packages\pip\_vendor\resolvelib\resolvers.py", line 318, in resolve name, crit = self._merge_into_criterion(r, parent=None) File "C:\Users\CarloBeretta\anaconda3\envs\cellpose\lib\site-packages\pip\_vendor\resolvelib\resolvers.py", line 173, in _merge_into_criterion crit = Criterion.from_requirement(self._p, requirement, parent) File "C:\Users\CarloBeretta\anaconda3\envs\cellpose\lib\site-packages\pip\_vendor\resolvelib\resolvers.py", line 83, in from_requirement raise RequirementsConflicted(criterion) pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('mxnet-cu102') During handling of the above exception, another exception occurred: Traceback (most recent call last): File "C:\Users\CarloBeretta\anaconda3\envs\cellpose\lib\site-packages\pip\_internal\resolution\resolvelib\resolver.py", line 122, in resolve requirements, max_rounds=try_to_avoid_resolution_too_deep, File "C:\Users\CarloBeretta\anaconda3\envs\cellpose\lib\site-packages\pip\_vendor\resolvelib\resolvers.py", line 453, in resolve state = resolution.resolve(requirements, max_rounds=max_rounds) File "C:\Users\CarloBeretta\anaconda3\envs\cellpose\lib\site-packages\pip\_vendor\resolvelib\resolvers.py", line 320, in resolve raise ResolutionImpossible(e.criterion.information) pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('mxnet-cu102'), parent=None)] The above exception was the direct cause of the following exception: Traceback (most recent call last): File "C:\Users\CarloBeretta\anaconda3\envs\cellpose\lib\site-packages\pip\_internal\cli\base_command.py", line 189, in _main status = self.run(options, args) File "C:\Users\CarloBeretta\anaconda3\envs\cellpose\lib\site-packages\pip\_internal\cli\req_command.py", line 178, in wrapper return func(self, options, args) File "C:\Users\CarloBeretta\anaconda3\envs\cellpose\lib\site-packages\pip\_internal\commands\install.py", line 317, in run reqs, check_supported_wheels=not options.target_dir File "C:\Users\CarloBeretta\anaconda3\envs\cellpose\lib\site-packages\pip\_internal\resolution\resolvelib\resolver.py", line 127, in resolve six.raise_from(error, e) File "<string>", line 3, in raise_from pip._internal.exceptions.DistributionNotFound: No matching distribution found for mxnet-cu102 Removed build tracker: 'C:\\Users\\CARLOB~1\\AppData\\Local\\Temp\\pip-req-tracker-ypjed3bp' ``` Maybe It helps to find the issue. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
