gtalarico / ironpython-stubs

Autocomplete stubs for common IronPython/.NET libraries
Other
248 stars 80 forks source link

Dependencies #39

Open RusteyBucket opened 6 months ago

RusteyBucket commented 6 months ago

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

sanzoghenzo commented 4 months ago

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?