Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Running on Windows without a VirtualBox #156

@ebaad11

Description

@ebaad11
  • ATM version:
  • Python version:3.6
  • Operating System:windows

Description

Describe what you were trying to get done.
Tell us what happened, what went wrong, and what you expected to happen.

What I Did

I am trying to use the atm Cli to get a data file and train it

Paste the command(s) you ran and the output.
If there was a crash, please include the traceback here.

command: 
atm enter_data --train-path path/toTheFile
result:
    import pwd
ModuleNotFoundError: No module named 'pwd'

So i can't run Atm using a virtual machine, so i have to run it purely on windows, pwd is a python module used for Unix like systems,so windows goes crazy, i tried importing winpwd but still to no effect, maybe i am importing winpwd at a non optimum location

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions