You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 satır
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`.