myint / yolk

Command-line tool for querying PyPI and Python packages installed on your system (with Python 3 support)
https://pypi.python.org/pypi/yolk3k
BSD 3-Clause "New" or "Revised" License
66 stars 12 forks source link

Using yolk with python3 clashes with something cached in ~/.yolk #1

Closed Fiedzia closed 10 years ago

Fiedzia commented 10 years ago

I've been using yolk with python2. Today for the first time i tried to move my project to python3. I've set up virtualenv to use it, installed yolk and got bizarre syntax errors related to python ast module. rm -rf ~/.yolk solved the problem. I guess there is something cached there related to python version, so mixing 2.x with 3 causes problems.

myint commented 10 years ago

Thanks.