nteract / bookstore

📚 Notebook storage and publishing workflows for the masses
https://bookstore.readthedocs.io
BSD 3-Clause "New" or "Revised" License
201 stars 23 forks source link

Requires Python 3.5.3+ #174

Closed vlbrown closed 4 years ago

vlbrown commented 4 years ago

Running

python3 -m pip install bookstore

I got an error, but I'm running Python 3.7.3.

        raise RuntimeError("aiohttp 3.x requires Python 3.5.3+")
    RuntimeError: aiohttp 3.x requires Python 3.5.3+
...
[14:19 Sat Sep 28] ~
vlb@grimoire 130 $ python --version
Python 3.7.3
mpacer commented 4 years ago

If you run python3 --version what comes up?

vlbrown commented 4 years ago

vlb@grimoire 180 $ python3 --version Python 3.5.2

WHere the heck did that come from???

(Outdated /usr/local/bin/python3 removed.)