Incomplete Windows Support #751
Labels
backlog
For items that would be nice to have, but aren't any priority
help wanted
Extra attention is needed
Milestone
At the moment Mephisto has only been tested on unix and linux systems. Some packages (like
fcntl
) are in our dependencies, but should be supportable if we were to build windows-friendly versions of ourabstractions
modules.For the
fcntl
case, I'm not sure which package specifically is asking forfcntl
(appears to be one of our dependents), but I imagine it's due to our dependence on thesqlite
python package. One could implement a windows-friendly version of theMephistoDB
interface to get things working on windows.For other packages, we haven't yet enumerated what other incompatibilities there are.
cc #680 #750
The text was updated successfully, but these errors were encountered: