Closed KyCodeHuynh closed 9 years ago
@KyCodeHuynh Okay, this is a problem we ran into ourselves, and has to do with the distribution of the Python wrapper for the StackExchange API.
We're working on a gist or something to explain the fix (which should be in our README sooner than later). Basically, you have to clone the wrapper repo, modify some of the source, and run python setup.py install
yourself.
@vickiniu can you explain the change? Also, we should open an issue with them.
I have same issue
same issue
@KyCodeHuynh @sota0805 @MahdiHatami I've summarized the changes and linked a gist that should solve the problem below––this is what we did at SB Hacks to solve the problem when we encountered it.
version = '2.2.1',
. Remove line 27: 'Programming Language :: Python :: 2.6',
. Alternatively, copy-paste or download the gist that contains the solved version of setup.pypython setup.py install
.Let me know if this works//doesn't for you––even if it does, I'm leaving this issue open as a reminder to myself to report the bug to the Py-StackExchange creators.
Update: created issue in the Py-StackExchange repo.
Amazing work at SB Hacks, y'all. Sadly, it appears dependency hell has hit again, as when I try
stackit -s "How do I create a bash alias?"
, I see this: