Hi there,
I noticed that I have the same error for several dependency. I expect a single problem leading to this behaviour.
Error installing tool dependency libpng version 1.6.7: coercing to Unicode: need string or buffer, NoneType found Error installing tool dependency pixman version 0.32.4: coercing to Unicode: need string or buffer, NoneType found
Here is the complete log for libpng for example :
tool_shed.galaxy_install.install_manager ERROR 2015-10-26 13:27:38,068 Error installing tool dependency libpng version 1.6.7: coercing to Unicode: need string or buffer, NoneType found Traceback (most recent call last): File "/home/galaxy/diag_19102015/galaxy/lib/tool_shed/galaxy_install/install_manager.py", line 217, in install_specified_tool_dependencies from_tool_migration_manager=from_tool_migration_manager ) File "/home/galaxy/diag_19102015/galaxy/lib/tool_shed/galaxy_install/install_manager.py", line 317, in install_package tool_dependency_db_records=None ) File "/home/galaxy/diag_19102015/galaxy/lib/tool_shed/galaxy_install/tool_dependencies/recipe/recipe_manager.py", line 96, in process_tag_set tool_dependency_db_records=tool_dependency_db_records ) File "/home/galaxy/diag_19102015/galaxy/lib/tool_shed/galaxy_install/tool_dependencies/recipe/tag_handler.py", line 520, in process_tag_set from_tool_migration_manager=from_tool_migration_manager ) File "/home/galaxy/diag_19102015/galaxy/lib/tool_shed/galaxy_install/tool_dependencies/recipe/tag_handler.py", line 472, in handle_complex_repository_dependency_for_package tool_dependencies_config = suc.get_absolute_path_to_file_in_repository( repo_files_dir, 'tool_dependencies.xml' ) File "/home/galaxy/diag_19102015/galaxy/lib/tool_shed/util/shed_util_common.py", line 210, in get_absolute_path_to_file_in_repository for root, dirs, files in os.walk( repo_files_dir ): File "/usr/lib/python2.7/os.py", line 276, in walk names = listdir(top) TypeError: coercing to Unicode: need string or buffer, NoneType found
I am looking for your guidance to solve this problem.
Thank you
Christ
I noticed as well that I have dissonant informations about the packages status. For example if I go on package_cairo I see that there are missing package.
http://img11.hostingpics.net/pics/236587packagecairo.png
But if I click on "package_freetype_2_5_2" I can see this :
http://www.hostingpics.net/viewer.php?id=800032packagelibpng.png
So I can see first than package libpng 1.6.7 has "installed" status, but then the very same package has "Uninstalled" status. How can this be possible? Did I misunderstood something here?
package_libpng_1_6_7 repository dependency is "Installed" in both the pictures you posted.
In the second picture libpng appear in the missing tool dependencies as well right after the installed status..