Code Monkey home page Code Monkey logo

Comments (6)

sdispater avatar sdispater commented on June 5, 2024

Thanks for reporting this. I will look into it.

from poet.

kootenpv avatar kootenpv commented on June 5, 2024

python 3.5.0 on OSX in case you're wondering.

As an aside, I was expecting this to work:

import poet
poet.__version__

but that just might be a personal preference.

from poet.

sdispater avatar sdispater commented on June 5, 2024

Can you launch the command with the -v option to get the full stack trace?

from poet.

kootenpv avatar kootenpv commented on June 5, 2024
pascal@MBP:~/egoroot/newnew $ poet init -v


  Welcome to the Poet config generator



This command will guide you through creating your poetry.toml config.



  [FileNotFoundError]
  [Errno 2] No such file or directory: '/Users/pascal/newnew/poetry.toml'


Exception trace:
 /Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/cleo/application.py in run() at line 96
   status_code = self.do_run(input_, output_)
 /Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/cleo/application.py in do_run() at line 188
   status_code = command.run(input_, output_)
 /Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/cleo/commands/command.py in run() at line 90
   return super(Command, self).run(i, o)
 /Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/cleo/commands/base_command.py in run() at line 144
   status_code = self.execute(input_, output_)
 /Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/poet/console/commands/command.py in execute() at line 74
   return super(Command, self).execute(i, o)
 /Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/cleo/commands/command.py in execute() at line 99
   return self.handle()
 /Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/poet/console/commands/init.py in handle() at line 59
   git_config = self.git_config()
 /Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/poet/console/commands/init.py in git_config() at line 317
   return self.poet.git_config
 /Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/poet/console/commands/command.py in poet() at line 35
   self._poet = Poet(self.poet_file)
 /Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/poet/poet.py in __init__() at line 51
   with open(self._path) as f:

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

from poet.

sdispater avatar sdispater commented on June 5, 2024

I just released the 0.3.2 version which fixes the init command.

from poet.

kootenpv avatar kootenpv commented on June 5, 2024

Thanks, that solved it.

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.