amosjyng / langchain-visualizer

Visualization and debugging tool for LangChain workflows
MIT License
723 stars 52 forks source link

Error installing #1

Closed tshrjn closed 1 year ago

tshrjn commented 1 year ago

pip install langchain-visualizer leads no distribution match. Im currently using python 3.11.0


ERROR: Ignored the following versions that require a different python version: 0.0.1 Requires-Python >=3.10,<3.11; 0.0.10 Requires-Python >=3.10,<3.11; 0.0.2 Requires-Python >=3.10,<3.11; 0.0.3 Requires-Python >=3.10,<3.11; 0.0.4 Requires-Python >=3.10,<3.11; 0.0.5 Requires-Python >=3.10,<3.11; 0.0.6 Requires-Python >=3.10,<3.11; 0.0.7 Requires-Python >=3.10,<3.11; 0.0.8 Requires-Python >=3.10,<3.11; 0.0.9 Requires-Python >=3.10,<3.11
ERROR: Could not find a version that satisfies the requirement langchain-visualizer (from versions: none)
ERROR: No matching distribution found for langchain-visualizer
amosjyng commented 1 year ago

Sorry about that, it's because the package ought-ice, which this depends on for visualization, only works with Python 3.10 for its current version. However, they've recently implemented support for Python 3.11 as well. I've created a new issue asking if they're going to make a​ new release for that soon.

In the meantime, would it be possible for you to try this out with Python 3.10 instead? I've found asdf to be an easy way to switch between versions :)

amosjyng commented 1 year ago

Ok it should work with 3.11 now! Please let me know if you still encounter problems