Code Monkey home page Code Monkey logo

Comments (2)

sdispater avatar sdispater commented on June 11, 2024

Could you execute the command again with the -v/--verbose option to get the full stack trace to see exactly where it is raised?

from poet.

sametmax avatar sametmax commented on June 11, 2024

Here you are:


Exception trace:
 /home/user/.local/share/virtualenvs/dyspatch/lib/python3.4/site-packages/cleo/application.py in run() at line 95
   status_code = self.do_run(input_, output_)
 /home/user/.local/share/virtualenvs/dyspatch/lib/python3.4/site-packages/cleo/application.py in do_run() at line 188
   status_code = command.run(input_, output_)
 /home/user/.local/share/virtualenvs/dyspatch/lib/python3.4/site-packages/cleo/commands/command.py in run() at line 99
   return super(Command, self).run(i, o)
 /home/user/.local/share/virtualenvs/dyspatch/lib/python3.4/site-packages/cleo/commands/base_command.py in run() at line 146
   status_code = self.execute(input_, output_)
 /home/user/.local/share/virtualenvs/dyspatch/lib/python3.4/site-packages/poet/console/commands/index_command.py in execute() at line 28
   super(IndexCommand, self).execute(i, o)
 /home/user/.local/share/virtualenvs/dyspatch/lib/python3.4/site-packages/poet/console/commands/command.py in execute() at line 63
   return super(Command, self).execute(i, o)
 /home/user/.local/share/virtualenvs/dyspatch/lib/python3.4/site-packages/cleo/commands/command.py in execute() at line 108
   return self.handle()
 /home/user/.local/share/virtualenvs/dyspatch/lib/python3.4/site-packages/poet/console/commands/init.py in handle() at line 154
   self._determine_requirements(self.option('dev-dependency'))
 /home/user/.local/share/virtualenvs/dyspatch/lib/python3.4/site-packages/poet/console/commands/init.py in _determine_requirements() at line 258
   constraint = self._find_best_version_for_package(package)
 /home/user/.local/share/virtualenvs/dyspatch/lib/python3.4/site-packages/poet/console/commands/init.py in _find_best_version_for_package() at line 294
   package = selector.find_best_candidate(package)
 /home/user/.local/share/virtualenvs/dyspatch/lib/python3.4/site-packages/poet/version_selector.py in find_best_candidate() at line 19
   candidates = self._repository.find_packages(package_name, constraint)
 /home/user/.local/share/virtualenvs/dyspatch/lib/python3.4/site-packages/poet/repositories/pypi_repository.py in find_packages() at line 34
   with ServerProxy(self._url) as client:

init [-i|--index INDEX] [--name NAME] [--description DESCRIPTION] [--author AUTHOR] [--dependency DEPENDENCY] [--dev-dependency DEV-DEPENDENCY] [-l|--license LICENSE] [--] [<template>]


from poet.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.