Skip to content
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

Libraries? #1

Open
alvarodecastro74 opened this issue Jun 8, 2016 · 4 comments
Open

Libraries? #1

alvarodecastro74 opened this issue Jun 8, 2016 · 4 comments

Comments

@alvarodecastro74
Copy link

It does not say if it runs on python 2 or 3. If I run it on python 2 it says:
python main.py
Traceback (most recent call last):
File "main.py", line 1, in
from neural_network import NeuralNetwork
File "/home/al/neural-network-animation/neural_network.py", line 3, in
from matplotlib import pyplot
File "/home/al/neural-network-animation/matplotlib/pyplot.py", line 27, in
import matplotlib.colorbar
File "/home/al/neural-network-animation/matplotlib/colorbar.py", line 32, in
import matplotlib.artist as martist
File "/home/al/neural-network-animation/matplotlib/artist.py", line 12, in
from .transforms import Bbox, IdentityTransform, TransformedBbox,
File "/home/al/neural-network-animation/matplotlib/transforms.py", line 39, in
from matplotlib._path import (affine_transform, count_bboxes_overlapping_bbox,
ImportError: No module named _path

And if I run it under python 3 it says:
Traceback (most recent call last):
File "main.py", line 1, in
from neural_network import NeuralNetwork
File "/home/al/neural-network-animation/neural_network.py", line 3, in
from matplotlib import pyplot
File "/home/al/neural-network-animation/matplotlib/pyplot.py", line 27, in
import matplotlib.colorbar
File "/home/al/neural-network-animation/matplotlib/colorbar.py", line 32, in
import matplotlib.artist as martist
File "/home/al/neural-network-animation/matplotlib/artist.py", line 12, in
from .transforms import Bbox, IdentityTransform, TransformedBbox,
File "/home/al/neural-network-animation/matplotlib/transforms.py", line 39, in
from matplotlib._path import (affine_transform, count_bboxes_overlapping_bbox,
ImportError: No module named 'matplotlib._path'

Apparently it requires some modules? I am running it under lubuntu 14.2

@YanzhongSu
Copy link

Did you solve this problem?

@Thoughtyness
Copy link

Since it has been over half a year I will ask again. Does anyone have a solution to this? I have the same issue.

@joaquindev
Copy link

By the way, I'm getting this error when I run python main.py:

ImportError: No module named _path

Any help? Thank you very much!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants
@joaquindev @alvarodecastro74 @YanzhongSu @Thoughtyness and others