I'm trying to get some conda packages installed in my environment. These packges are being pip installed by python. We're upgrading from py36 to py37 and the following output is occurring. Has anyone seen this before? What's the remedy for this?
“An unexpected error has occurred. Conda has prepared the above report.", "", "Upload did not complete."], "stdout": "Collecting package metadata (current_repodata.json): ...working... done\nSolving environment: ...working... failed with initial frozen solve. Retrying with flexible solve.\nSolving environment: ...working... failed with repodata from current_repodata.json, will retry with next repodata source.\nCollecting package metadata (repodata.json): ...working... done\nSolving environment: ...working... failed with initial frozen solve. Retrying with flexible solve.\nSolving environment: ...working... \nFound conflicts! Looking for incompatible packages.\nThis can take several minutes. Press CTRL-C to abort.\nfailed", "stdout_lines": ["Collecting package metadata (current_repodata.json): ...working... done", "Solving environment: ...working... failed with initial frozen solve. Retrying with flexible solve.", "Solving environment: ...working... failed with repodata from current_repodata.json, will retry with next repodata source.", "Collecting package metadata (repodata.json): ...working... done", "Solving environment: ...working... failed with initial frozen solve. Retrying with flexible solve.", "Solving environment: ...working... ", "Found conflicts! Looking for incompatible packages.", "This can take several minutes. Press CTRL-C to abort.", "failed"]}