You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
conda index
Traceback (most recent call last):
File "/opt/anaconda/bin/conda-index", line 11, in <module>
sys.exit(main())
File "/opt/anaconda/lib/python3.7/site-packages/conda_build/cli/main_index.py", line 91, in main
return execute(sys.argv[1:])
File "/opt/anaconda/lib/python3.7/site-packages/conda_build/cli/main_index.py", line 87, in execute
current_index_versions=args.current_index_versions_file)
File "/opt/anaconda/lib/python3.7/site-packages/conda_build/api.py", line 401, in update_index
subdirs=ensure_list(subdir), current_index_versions=current_index_versions)
File "/opt/anaconda/lib/python3.7/site-packages/conda_build/index.py", line 312, in update_index
current_index_versions=current_index_versions)
File "/opt/anaconda/lib/python3.7/site-packages/conda_build/index.py", line 857, in index
self._update_channeldata(channel_data, patched_repodata, subdir)
File "/opt/anaconda/lib/python3.7/site-packages/conda_build/index.py", line 1258, in _update_channeldata
for pkg_name, pkg_tuples in package_groups.items()]
File "/opt/anaconda/lib/python3.7/site-packages/conda_build/index.py", line 1258, in <listcomp>
for pkg_name, pkg_tuples in package_groups.items()]
File "/opt/anaconda/lib/python3.7/site-packages/conda_build/index.py", line 1257, in <lambda>
package_groups = [next(iter(sorted(pkg_tuples, key=lambda x: x[1]['timestamp'])))
KeyError: 'timestamp'
Expected Behavior
Successful conda index.
Steps to Reproduce
Run conda index with conda-build v3.18.3.
No problem with conda-build v3.18.2. Could be related to #3528?
Actual Behavior
conda index
gives aKeyError
:Expected Behavior
Successful conda index.
Steps to Reproduce
Run
conda index
with conda-build v3.18.3.No problem with conda-build v3.18.2. Could be related to #3528?
Output of conda info
The text was updated successfully, but these errors were encountered: