KeyError: 'TURKEY' when importing Zipline with Python v3.7 and v3.8 #115
-
Good day, There seems to be an inexplicable key error when importing Zipline. Can someone please explain what the issue is ? The import suddenly stopped working in my project since last night. Here is the traceback: Traceback (most recent call last) 9 frames /usr/local/lib/python3.7/dist-packages/zipline/utils/run_algo.py in () /usr/local/lib/python3.7/dist-packages/zipline/pipeline/init.py in () /usr/local/lib/python3.7/dist-packages/zipline/pipeline/classifiers/init.py in () /usr/local/lib/python3.7/dist-packages/zipline/pipeline/classifiers/classifier.py in () /usr/local/lib/python3.7/dist-packages/zipline/pipeline/term.py in () /usr/local/lib/python3.7/dist-packages/zipline/pipeline/domain.py in () /usr/local/lib/python3.7/dist-packages/zipline/country.py in () /usr/local/lib/python3.7/dist-packages/zipline/country.py in CountryCode() /usr/local/lib/python3.7/dist-packages/zipline/country.py in code(name) KeyError: 'TURKEY' |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Workaround already posted for this - it's not a discussion item, so should probably be removed from "Discussions" |
Beta Was this translation helpful? Give feedback.
Workaround already posted for this - it's not a discussion item, so should probably be removed from "Discussions"