ironpython-stubs
ironpython-stubs copied to clipboard
Dependencies
Where can I find the required Package dependencies?
I'm specifically having the issue that "There is no module named docopt" -> installed docopt from pip -> "There is no module named utils.docopt" and I can't find where to get utils.docopt
Maye you figured out already, but utils.docopt is a module of this project.
Just took a look at the source code, there's no dependencies involved, only the python built-in library.
How were you running this? Which python version are you using?