I am having some trouble with people installing atomium from pip (It seems to be a Blender related issue) so I was hoping to try and bundle a version of atomium inside of the addon itself.
I know atomium requires a couple of other packages etc for fetching - would you have advice on how to go about doing this? Do you have the ability to build a standalone version of atomium that I could include, rather than having to install using pip? I'm still early on my python journey (die-hard R fan) so package management inside of python is still new territory for me.
I am having some trouble with people installing atomium from pip (It seems to be a Blender related issue) so I was hoping to try and bundle a version of
atomiuminside of the addon itself.I know atomium requires a couple of other packages etc for fetching - would you have advice on how to go about doing this? Do you have the ability to build a standalone version of atomium that I could include, rather than having to install using
pip? I'm still early on my python journey (die-hardRfan) so package management inside of python is still new territory for me.