quolc / neural-collage

Collaging on Internal Representations: An Intuitive Approach for Semantic Transfiguration
MIT License
566 stars 89 forks source link

ImportError: No module named 'secrets' #2

Closed zychen2016 closed 5 years ago

zychen2016 commented 5 years ago

python 3.5

File "demo_feature_blending.py", line 6, in import secrets ImportError: No module named 'secrets'

quolc commented 5 years ago

Thank you for reporting. 'secrets' is a standard library introduced in Python 3.6, so please use Python >= 3.6.

safeEnvironment commented 4 years ago

Thanks