Closed patrick-brian-mooney closed 6 years ago
@patrick-brian-mooney Thanks for letting me know. I just released a new version of PyBeerXML. I believe that should fix these issues. Do you mind testing again?
Works for me now, @hotzenklotz ! Thanks!
Excited to have Python3 compatibility, too. :)
@patrick-brian-mooney That's good to know :-) Have you tried both Python 2 & 3?
I have! Sorry, I could have been more specific originally. Both installed and a cursory test shows I can import and examine them from an interactive shell.
Dunno if you have any interest in tracking what people do with your code, but I use pybeerxml in a script that automates some of the dull work involved in maintaining my brewing log: https://github.com/patrick-brian-mooney/beerxml-to-hrecipe
Thanks for a great bit of code! I appreciate it.
I've tried installing with
pip install pybeerxml
,pip install -U pybeerxml
, andsudo pip install pybeerxml
, plus tried replacingpip
withpip3
in all of those; I've also tried purging the pip cache between each attempt. All of these attempts give me some close variation on:It looks to me like the code is trying to run itself during the install (
from recipe import Recipe
) but before it's fully installed, preventing the installation from completing. No?I'm running 64-bit Python 2.7.9 and Python 3.4.2 under Crunchbang++ Linux, a Debian derivative.