ironpython-stubs icon indicating copy to clipboard operation
ironpython-stubs copied to clipboard

Dependencies

Open RusteyBucket opened this issue 1 year ago • 1 comments

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

RusteyBucket avatar Feb 18 '24 15:02 RusteyBucket

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?

sanzoghenzo avatar Apr 15 '24 07:04 sanzoghenzo