loadams changed the title Fille not found error with pip install File not found error with pip install on Aug 5 ...
5 arc_one = tikz.arc((3, 0), 0, 180, x_radius=3, y_radius=1.5, options="dashed") 6 arc_two = tikz.arc((-3, 0), 180, 360, x_radius=3, y_radius=1.5) FileNotFoundError ...
Couple more things to check: make sure the library is readable by the user, and probably executable, just in case, although I don't know if that's actually required for libraries. Then maybe try ...