-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ImportError: No module named tracking (OS: 10.11.6 "El Capitan", Python 2.7.12) #348
Comments
This error seems to be from an error in how moviepy was installed |
try the following: from moviepy.editor import VideoFileClip note that the second from .. import contains video |
@Earney Slightly off-topic, but as I've noticed this more than once now: code is better readable if it's formatted as such. Helps differentiate between e.g. instructions on how to do things and actual commands. In case the Markdown formatting is unknown: this can be achieved with backticks (french accents) – single ones for individual words |
@bwagner closing this issue. please reopen if you need additional help. |
FYI, this somehow worked:
This generated a file track.txt (as an intermediate result to check):
It might make sense to update the documentation: |
I'm still struggling with something when capturing the trajectory: The video that is being played for capturing seems to finish before I got a chance to do all my tracking, even when setting |
I did
pip install -U scikit-image
resulting in
Successfully installed dask-0.11.1 decorator-4.0.10 networkx-1.11 pillow-3.4.2 scikit-image-0.12.3 toolz-0.8.0
However, when running this code:
I get this error:
The text was updated successfully, but these errors were encountered: