Trilarion / imperialism-remake

Imperialism remake
https://remake.twelvepm.de/
GNU General Public License v3.0
53 stars 19 forks source link

Make PyYaml using the CLoader via libyaml #15

Closed Trilarion closed 3 years ago

Trilarion commented 6 years ago

This is probably a Windows only problem. PyYaml will use the CLoader if it finds libyaml. However, at least the conda package does not include libyaml. So how to include it? How to include it with packaging with pynsist?

Reason: Using the CLoader is much faster

amtyurin commented 3 years ago

Not relevant anymore due to using pickle/python configs instead of Yaml

Trilarion commented 3 years ago

True.