Open graik opened 5 years ago
Have you solved this question? I face the same challenge.
I didn't get it to work, no.
I don't have a mac for testing, maybe another maintainer can have a look
This issue still persists. However, partial workaround:
(1) git clone https://github.com/biggles-plot/biggles.git
(2) Edit setup.py ... comment out use_2to3=True,
(3) pip install .
The installation succeeds but import fails because of a missing geometry package (next issue).
The setup instructions for OSX are now out of date. homebrew has been modified and the
brew install plotutils
does not any longer accept the--with-x11
option. Possibly because of this, my biggles installation stopped working and also re-installation of plotutils or biggles doesn't seem to fix it:Any ideas how to fix this? Forcing recompilation didn't fix the issue either (
pip install --no-binary :all: biggles
)Thanks