File "/home/pranav/anaconda3/envs/my_lab/lib/python3.6/site-packages/pymobility-0.1.0-py3.6.egg/pymobility/models/__init__.py", line 1, in <module> ModuleNotFoundError: No module named 'mobility'
This is the error I get whenever I try to import any mobility model, say running the command:
from pymobility.models.mobility import random_waypoint
But import pymobility doesn't give any errors. I've followed the installation steps exactly as in readme file. Is it due to python setup.py install ? I've used this repo before and it worked fine.
File "/home/pranav/anaconda3/envs/my_lab/lib/python3.6/site-packages/pymobility-0.1.0-py3.6.egg/pymobility/models/__init__.py", line 1, in <module> ModuleNotFoundError: No module named 'mobility'This is the error I get whenever I try to import any mobility model, say running the command:
from pymobility.models.mobility import random_waypointBut
import pymobilitydoesn't give any errors. I've followed the installation steps exactly as in readme file. Is it due topython setup.py install? I've used this repo before and it worked fine.