HarisIqbal88 / PlotNeuralNet

Latex code for making neural networks diagrams
MIT License
21.74k stars 2.84k forks source link

ModuleNotFoundError: No module named 'pycore.tikzeng' #34

Closed amirubin87 closed 4 years ago

amirubin87 commented 5 years ago

After running pip install pycore when I try to run in python: from pycore.tikzeng import * I got: ModuleNotFoundError: No module named 'pycore.tikzeng'

Version: pycore==17.4.17

JackKenney commented 5 years ago

pip uninstall pycore

The pycore package referred to is the local one not from a remote repository

veonua commented 5 years ago

maybe it's worth to rename the package and publish it to Python Package Index ?

decoli commented 4 years ago

I got ModuleNotFoundError: No module named 'pycore' after pip uninstall pycore...What am I doing wrong?

decoli commented 4 years ago

I got ModuleNotFoundError: No module named 'pycore' after pip uninstall pycore...What am I doing wrong?

Just forgot the code cd pyexamples/. My too low-level mistake.