python-actors
python-actors copied to clipboard
import failed as actors.internal package not found
I had installed with pip, but failed on the import actors package.
There is no actors.internal module or sub package on the installed directory.
Could you guide me how to solve this case?
Thanks!
This is a bug in packages
— it must list all subpackes too:
packages=['actors', 'actors.internal', 'actors.utils'],