Giter VIP home page Giter VIP logo

Comments (8)

EloiGattet avatar EloiGattet commented on July 2, 2024 5

My bad, it my pip install needed an update.
python3.11 -m pip install --upgrade pip
and
pip3 install -r requirements.txt
solved it

from auto-gpt.

tamasbelinszky avatar tamasbelinszky commented on July 2, 2024 5

I also had this issue on my machine.

Was able to run it in docker.

FROM python:3.11

WORKDIR /app
COPY scripts/ /app
COPY requirements.txt /app
COPY .env /app

RUN pip install -r requirements.txt

CMD ["python", "main.py"]
  1. docker build -t myapp .

  2. docker run -it myapp

from auto-gpt.

taojeee avatar taojeee commented on July 2, 2024 1

Same problem on Windows 11, upgrading pip and reinstalling requirements doesn't solve it for me.
Thankful if someone can help.

from auto-gpt.

jalyper avatar jalyper commented on July 2, 2024

same problem, proposed solution didn't work for me

from auto-gpt.

taojeee avatar taojeee commented on July 2, 2024

Took me a while to get docker to run, but now it works, thanks!

from auto-gpt.

darrentmorgan avatar darrentmorgan commented on July 2, 2024

@TimarTimar

This helped alot, thankyou

from auto-gpt.

0oShaKao0 avatar 0oShaKao0 commented on July 2, 2024

When I try to run "python -m autogpt"
I get:
Traceback (most recent call last):
File "/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.9/lib/python3.9/runpy.py", line 197, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.9/lib/python3.9/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/Users/bruceyu/Auto-GPT/autogpt/main.py", line 3, in
from colorama import Fore
ModuleNotFoundError: No module named 'colorama'

Any help please?
Thanks!

from auto-gpt.

isky123 avatar isky123 commented on July 2, 2024

same question

from auto-gpt.

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.