cberri commented 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:
```
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]