commonsense / conceptnet5

Code for building ConceptNet from raw data.
Other
2.74k stars 350 forks source link

Replace msgpack-python in favor of msgpack #300

Open annargrs opened 3 years ago

annargrs commented 3 years ago

ConceptNet5 requires msgpack-python which is obsolete. This causes problems in using some other packages, for example, for ray. Please consider replacing it with msgpack.

senisioi commented 3 years ago

It appears that it's breaking the build, since wordfreq requires msgpack>=1.0 and conceptnet5 installs msgpack-python==0.5.8