Coder Social home page Coder Social logo

Comments (12)

Chandrahas-B avatar Chandrahas-B commented on May 17, 2024 1

Hey @KillianLucas, I was able to run the interpreter with python 3.9 by modifying the poetry dependencies, is it fine if I raise an issue and PR for the same?

Also, would it be benficial to create a docker image for the project?

from open-interpreter.

KillianLucas avatar KillianLucas commented on May 17, 2024

Hi @kitianFresh! It looks like your Python version is below 3.10, which is the minimum version supported by Open Interpreter.

To be honest, it might work with Python 3.9, I just haven't tested it. If you're up for it, would you be willing to try it? If it works, we could change the supported versions to include 3.9.

If you'd be willing to test it, this code should work:

# Clone the repository and navigate to the directory
git clone https://github.com/KillianLucas/open-interpreter.git
cd open-interpreter

# Modify the Python version constraint in pyproject.toml
sed -i 's/python = "^3.10"/python = "^3.9"/' pyproject.toml

# Install using Poetry (this will automatically create a virtual environment)
poetry install

# Activate the virtual environment
poetry shell

Then run $: interpreter and if it works, let me know. If it doesn't, you'll have to upgrade to Python 3.10.

from open-interpreter.

KillianLucas avatar KillianLucas commented on May 17, 2024

Hey @kitianFresh, any luck installing?

from open-interpreter.

Kamibaloch342 avatar Kamibaloch342 commented on May 17, 2024

Hello @KillianLucas

I was on Python 3.9 and attempted to install it, but it didn't work. I then installed the latest version, 3.11.5, but it still failed. I did not use a virtual environment in this case.

What do you suggest?
2023-09-03_16-50_1
2023-09-03_16-50

from open-interpreter.

Parv3sh avatar Parv3sh commented on May 17, 2024

Updating python version worked for me. MacOS

from open-interpreter.

Hussseinkizz avatar Hussseinkizz commented on May 17, 2024

interpreter not installing with pip
Am facing a simillar issue here, can't install the interpreter via pip!

from open-interpreter.

iamsuperzb avatar iamsuperzb commented on May 17, 2024

+1

from open-interpreter.

Hussseinkizz avatar Hussseinkizz commented on May 17, 2024

+1

what do you mean +1 ??

from open-interpreter.

Chandrahas-B avatar Chandrahas-B commented on May 17, 2024

@Hussseinkizz To use the interpreter, a minimum Python version of 3.10 is required.
It appears that you are using python 3.8.10

from open-interpreter.

Hussseinkizz avatar Hussseinkizz commented on May 17, 2024

@Hussseinkizz To use the interpreter, a minimum Python version of 3.10 is required. It appears that you are using python 3.8.10

Ok will update and try again, thanks!

from open-interpreter.

NA-Wen avatar NA-Wen commented on May 17, 2024

Hi @kitianFresh
I met the same problem, just do not change channels when using pip install and update python into 3.11 version (maybe 3.10 is also ok) instead of using python 3.9.

from open-interpreter.

jordanbtucker avatar jordanbtucker commented on May 17, 2024

This is now a duplicate of #170. If you still need help, please leave a comment on that issue.

from open-interpreter.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.