drivecom
drivecom copied to clipboard
OSError: [Errno 25] Inappropriate ioctl for device
OSError: [Errno 25] Inappropriate ioctl for device
I'm getting this error when I try to run the code on a mac. Can anyone please help?
Are you running the script with python3?
python --version
I am getting the same issue.
Hi, guys, Do you solve the problem? I got the same exception when I run the following code: `
code line in script
width = os.get_terminal_size().columns
run
../bin/normalizer.py input.tsv out.tsv 1> log 2> error `
I have same problem.
Hi guys, I have a way to salve it, try use python3 xxx.py to run your app, don't use python, because it default python2. That why it will have error.