-
Notifications
You must be signed in to change notification settings - Fork 10
AttributeError: 'dict' object has no attribute '__dict__' #61
Comments
Can you post the content of the project.pros inside your PROS project? |
It's the default from pros
|
It looks like this project was created with PROS 3 and you're working with it in PROS 2. Is that correct? |
I'm not sure which version the project was created with, but it's the 'template' project from the pros master branch along with pros-cli (2). |
PROS CLI 2.x.x doesn't currently have forward compatibility with projects created with PROS CLI 3.x.x. That's not something we're currently interested in implementing, but would be open to a pull request which supports this. |
It appears that this error is caused by a python syntax error, not anything directly relating to project files. I figured it should be a simple fix on line 25 of |
Expected Behavior:
Running
pros make template
in a freshly-cloned pros directory builds the template project.Actual Behavior:
The following error is shown:
running
make template
works fine.System information:
Operating System: Arch Linux
PROS Version: 2.6.1
Additional Information
This looks like a possible fix: https://stackoverflow.com/a/41672053/7112567
The text was updated successfully, but these errors were encountered: