pwin / owlready2

GNU Lesser General Public License v3.0
132 stars 22 forks source link

Change to multiprocessing prevents use in some contexts. #11

Open UnquietCode opened 2 years ago

UnquietCode commented 2 years ago

Hello. The recent change to use the multiprocessing instead of threading package for certain things like locks has prevented installation in certain virtualized environments that do not support multithreading. Would it be possible to scope these changes to a feature flag or maybe using a shim?