8000 Windows error: Error: cannot instantiate 'PosixPath' on your system · Issue #86 · machine-shop/mothra · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Windows error: Error: cannot instantiate 'PosixPath' on your system #86
Open
@bwprice

Description

@bwprice

Not a new issue, but thought I would flag here.

Current solution for windows add this to the pipeline script:
import pathlib
temp = pathlib.PosixPath
pathlib.PosixPath = pathlib.WindowsPath

For a longer term solution perhaps this could be in the script already, with some sort of OS awareness in the script to "turn this on" when needed?

Metadata

Metadata

Assignees

No one assigned

    Labels

    🐛 bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0