Coder Social home page Coder Social logo

pymobility's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

pymobility's Issues

python 3

This package errors in python 3, to make it work I had to make the following changes:

  • in src/pymobility/models/__init__.py:
    replace from mobility import * by from .mobility import *
  • in src/pymobility/simulation.py replace xrange by range

Unresolved reference pymobility

Hi,
Even after installing the pymobility model, I am not able to import mobility model.
I used "pip install pymobility" Installation is successfully completed but still not able to import mobile.

I am not used to gitHub repository, How can I use random waypoint model?

No module named mobility

I cloned and changed the directory, but when it came to writing the code in python shell i get that error, how can i run

No module found error, Improper installation?

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.

nothing plotted

I just run the simulation.py example but nothing is plotted.
The figure showed is blank but the simulation is running, I can can see the steps are accumulated in printed messages.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.