Closed GANDALF-THEGREY closed 4 years ago
Same error here.
I think this issue can be safely closed. The error has been fixed some time in the 4 years since it was opened.
conda skeleton cran r-rattle
The command for me works!
Hi there, thank you for your contribution!
This issue has been automatically locked because it has not had recent activity after being closed.
Please open a new issue if needed.
Thanks!
Hi I get the following error when i run
conda skeleton cran r-rattle
Traceback (most recent call last): File "/home/X/anaconda3/bin/conda-skeleton", line 5, in
sys.exit(main())
File "/home/X/anaconda3/lib/python3.5/site-packages/conda_build/main_skeleton.py", line 272, in main
args_func(args, p)
File "/home/X/anaconda3/lib/python3.5/site-packages/conda_build/main_build.py", line 486, in args_func
args.func(args, p)
File "/home/X/anaconda3/lib/python3.5/site-packages/conda_build/main_skeleton.py", line 290, in execute
cran.main(args, parser)
File "/home/X/anaconda3/lib/python3.5/site-packages/conda_build/cran.py", line 574, in main
d = {k:unicodedata.normalize("NFKD", compat.text_type(v)).encode('ascii', 'ignore') for k, v in d.iteritems()}
AttributeError: 'dict' object has no attribute 'iteritems'
This happens whenever I run conda skeleton cran for any package. I remember the skeleton cran command working a few days back, I have installed some packages before this way