Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

18 lines
877B

  1. Error: No such package in the catalog
  2. #####################################
  3. This error will occur when one attempts to obtain a package from the package
  4. catalog by its specific ``name@version`` pair, but no such entry exists
  5. in the catalog.
  6. It is possible that the intended package *does exist* but that the spelling of
  7. the package name or version number is incorrect. Firstly, check your spelling
  8. and that the version number you have requested is correct.
  9. In another case, it is possible that the package *exists somewhere*, but has
  10. not been loaded into the local catalog. As of this writing, ``dds`` does not
  11. automatically maintain the catalog against a central package repository, so
  12. package entries must be loaded and imported manually. If you believe this to be
  13. the case, refer to the section on the :doc:`/guide/catalog`, especially the
  14. section :ref:`catalog.adding`.