-
Notifications
You must be signed in to change notification settings - Fork 159
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Run add_robot.py error #147
Comments
Please share how you're setting up your environment. Searching online I found references to python 3 input trying to detect the type of input. But I can't find any sold reference to ProxyFile. |
Dear Tully Foote, |
@AlliansChina The traceback is coming from a python builtin. I cannot reproduce your issue. Please explain how you setup your environment? What have you installed? What have you put onto your PYTHONPATH etc? Can you run the following and show the output typing in some short string like "asdf"?
|
@tfoote |
I also met same question AttributeError: 'ProxyFile' object has no attribute 'errors' |
Can you reproduce this in a docker container/dockerfile so that I can reproduce the problem? |
Dear Tully Foote,
When I run add_robot.py I got this error, could you tell me how to fix it:
Traceback (most recent call last):
File "add_robot.py", line 59, in
response = input("Does this look correct? [y/N]: ")
AttributeError: 'ProxyFile' object has no attribute 'errors'
The text was updated successfully, but these errors were encountered: