opencog / asmoses

MOSES Machine Learning: Meta-Optimizing Semantic Evolutionary Search for the AtomSpace (https://github.com/opencog/atomspace)
https://wiki.opencog.org/w/Meta-Optimizing_Semantic_Evolutionary_Search
Other
39 stars 31 forks source link

pymoses.so -> pyasmoses.so? #59

Closed mhatta closed 2 years ago

mhatta commented 5 years ago

I'm packaging asmoses for Debian. It looks moses and asmoses basically can co-exist (things are renamed with prefix "as" in asmoses), but pymoses is still pymoses, not pyasmoses. Since 2 Debian packages can't have files of the same name, I have to set Conflicts: to them. Is it possible to rename pymoses or any reason we can't?

linas commented 5 years ago

there's no reason; you should send a pull request

linas commented 2 years ago

Closing; There is now a pyasmoses.so and it works for python3 (fixed in pull req #96)