Python configuration setup and run once in Visual Studio code.

  • 状态: Closed
  • 奖金: $36
  • 参赛作品已收到: 12
  • 获胜者: SatyamVyas00

竞赛简介

I am looking for a Python user to help me with the configuration setup and package installation in Visual Studio code. 1st Person that submits the correct steps and states in their text message to me that they agree to VNC/remote into my laptop to quickly install, wins the contest. I had to figure out the steps all on my own. Some of the entires were not correct. Here is the correct steps: Here is what I have done so far

1. Install Visual Studio Code

2. Install python from https://www.python.org/ftp/python/3.11.5/python-3.11.5-amd64.exe

3. Install git

4. Install miniconda to “C:\ProgramData\miniconda3\Scripts”

5. Restart the computer

6. run from command line = git clone https://gist.github.com/mberman84/c95d69263d9c2ceb7d56cf336f13ae02

7. conda create -n automemgpt python=3.11.5

8. Select Y at the option prompt

9. conda activate automemgpt (once this is done then the cursor line changes from (base) (base) -> autogen_yt CHANGES to (automemgpt) (base) -> autogen_yt

10. do a pip install of by using the conda environment that was created. C:\ProgramData\miniconda3\python.exe - m pip install pymemgpt pyautogen

11. Run the script

12. If succesful, the output should say “Let’s go Mario!”

I am stuck at step "8." I can't get step "9." to work. I suspect its something to do with the path. Or could be configuration of the conda environment.
Here is the git https://gist.github.com/mberman84/c95d69263d9c2ceb7d56cf336f13ae02 Here is a video of it https://www.youtube.com/watch?v=VJ6bK81meu8
To win the contest you must state "step by step" how I install the git to work with a open source llm and 2nd option is to use with with ChatGPT 3.5, Then the winner will VNC into my HP laptop and compete the install and successfully run the code once.
Specific requirements include:
- Package Installation: I need assistance with installing specific Python packages.
- Python Packages: I have a rough idea of the packages I need, but I am open to suggestions.
- Required Packages: I specifically need the following packages installed - AutoGen, MemGPT, and a short git script.

Ideal skills and experience for this project include:
- Proficiency in Python and Visual Studio code
- Experience with package installation and configuration setup
- Familiarity with AutoGen, MemGPT, and git scripting
The install and apps are based on this video. https://www.youtube.com/watch?v=VJ6bK81meu8

您还可能感兴趣的技能

雇主反馈

“Working with Python developer Satyam was truly a pleasure on freelancer.com. He has been an absolute game-changer! With a solid background in Python programming, and ChatGPT4 api knowledge he demonstrated an exceptional level of expertise and professionalism in completing my project. Throughout the collaboration, he showcased immense dedication, ensuring seamless communication and understanding of my requirements. One of the standout achievements of Satyam was the development of a complex memGPT application that fixed the errors someone else had first composed the code critical to my business operations. Their coding skills and attention to detail were evident in the flawless functionality of the application, which exceeded my expectations. Not only did he deliver ahead of schedule, but his commitment to quality was remarkable, resulting in a highly efficient and user-friendly platform. Overall, I am immensely satisfied with Satyam's work and would highly recommend them to anyone looking for a top-notch Python developer on freelancer.com. Their ability to meet deadlines, exceptional communication skills, and consistent delivery of outstanding results truly set them apart. With their expertise, he can tackle any Python project with ease and precision, making them an invaluable asset for any client. I recommend him to you. ”

个人主页照片 fastaslightening, United States.

公共说明面板

  • fastaslightening
    竞赛主办者
    • 6 个月 之前

    I have selected the winner, he1 fixed the code and 2 he vnc'd into my PC. Like scalpel and sutures fixed me up. He installed the app.py activated a conda environment it's up and running. That's my workspace setup. I suggest you do the same. It is live with Chatgpt4.

    • 6 个月 之前
  • fastaslightening
    竞赛主办者
    • 6 个月 之前

    UPDATE: I am testing the code but it appears that #14
    @SatyamVyas00 has won.

    • 6 个月 之前
    1. MagedAtya
      MagedAtya
      • 6 个月 之前

      Congratulations

      • 6 个月 之前
  • Ihsanbaser440136
    Ihsanbaser440136
    • 6 个月 之前

    1. Install Visual Studio Code
    In2. stall Python from Python Website
    Install Git
    Install Miniconda to “C:\ProgramData\miniconda3\Scripts”
    Restart the computer
    Run from the command line: git clone

    • 6 个月 之前
  • fastaslightening
    竞赛主办者
    • 6 个月 之前

    Here are some of the configurations and paths: Anaconda paths

    Application
    C:\Users\krumt\anaconda3

    C:\Users\krumt\AppData\Local\Programs\Microsoft VS Code

    C:\ProgramData\anaconda3\Scripts

    Python paths


    C:\ProgramData\anaconda3\python.exe

    C:\Users\krumt\miniconda3\Scripts

    • 6 个月 之前
    1. fastaslightening
      竞赛主办者
      • 6 个月 之前

      1523152943

      • 6 个月 之前
    2. SatyamVyas00
      SatyamVyas00
      • 6 个月 之前

      accept the session request and allow remote control

      • 6 个月 之前
  • fastaslightening
    竞赛主办者
    • 6 个月 之前

    UPDATE: I am stuck at #7. It just fails to compute. Here is what I type and what the response states: "conda create -n automemgpt python=3.11.5
    conda : The term 'conda' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the
    spelling of the name, or if a path was included, verify that the path is correct and try again.
    At line:1 char:1
    + conda create -n automemgpt python=3.11.5
    + ~~~~~
    + CategoryInfo : ObjectNotFound: (conda:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException" 1. Install Visual Studio Code

    2. Install python from https://www.python.org/ftp/python/3.11.5/python-3.11.5-amd64.exe

    3. Install git

    4. Install miniconda to “C:\ProgramData\miniconda3\Scripts”

    5. Restart the computer

    6. run from command line = git clone https://gist.github.com/mberman84/c95d69263d9c2ceb7d56cf336f13ae02

    7. conda create -n automemgpt python=3.11.5

    • 6 个月 之前
    1. SatyamVyas00
      SatyamVyas00
      • 6 个月 之前

      Either conda is not installed in your system or conda is not added to environment variable in your system if conda is installed you can sinply use anaconda prompt to use conda command

      • 6 个月 之前
    2. fastaslightening
      竞赛主办者
      • 6 个月 之前

      Thanks Satyam V. What are my options to do that? 1. ? Temporarily Add Conda to the PATH in the Current Session

      In your VSCode terminal, you can temporarily update the PATH variable for the current session. This change will only last until the terminal is closed.

      Execute the following command (assuming Anaconda is installed):

      powershell

      $env:Path += ";C:\Users\krumt\Anaconda3\Scripts"

      2. Hard code it into script? 3. CD at prompts? 4. Other?

      • 6 个月 之前
  • fastaslightening
    竞赛主办者
    • 6 个月 之前

    I am adding a 20.00 tip as soon as @xSomoy #15 entry is withdrawn or deleted. That is a total of $56.00.

    • 6 个月 之前
  • fastaslightening
    竞赛主办者
    • 6 个月 之前

    One newbie Issue. I think I have chatgpt 4 api but you will have to test that. Some old accounts have not been updated? Anyways I will buy a new account for ChatGPT4 if needed. See Continuous model upgrades
    gpt-3.5-turbo, gpt-4, and gpt-4-32k point to the latest model version. You can verify this by looking at the response object after sending a request. The response will include the specific model version used (e.g. gpt-3.5-turbo-0613). Making requests



    This request queries the gpt-3.5-turbo model (which under the hood points to the latest gpt-3.5-turbo model variant) to complete the text starting with a prompt of "Say this is a test". You should get a response back that resembles the following:

    • 6 个月 之前
  • fastaslightening
    竞赛主办者
    • 6 个月 之前

    UPDATE: Scammer wrecked my setup So I have a sandbox setup now and the Contest is reset. Admin Freelancer is fully aware. Please advise how you can login and help me. Scammers welcome to destroy my sandbox. I will just delete and reboot

    • 6 个月 之前
  • fastaslightening
    竞赛主办者
    • 6 个月 之前

    Looks like the contest has been won by #3. And a 10.00 bonus.

    • 6 个月 之前
    1. xSomoy
      xSomoy
      • 6 个月 之前

      I am working on a POC. ?

      • 6 个月 之前
    2. xSomoy
      xSomoy
      • 6 个月 之前

      Ahh... I am late :(

      • 6 个月 之前
  • fastaslightening
    竞赛主办者
    • 6 个月 之前

    ok looks like the first error I made was that Git was not installed. So I have the VS code install, the git install and now I will see what other steps work or don't work.

    • 6 个月 之前
    1. solutionslanguag
      solutionslanguag
      • 6 个月 之前

      You copy the code without git install, open a python file in your vscode and paste the code. For this you must have Python and Anaconda installed. Then create an Anaconda virtual environment then active, install the packages. Now run the file.

      • 6 个月 之前
    2. solutionslanguag
      solutionslanguag
      • 6 个月 之前

      Sir I am confident I can run the codes on your computer. Please give me a chance. You will select me after the codes are successfully setup on your computer.

      • 6 个月 之前
  • solutionslanguag
    solutionslanguag
    • 6 个月 之前

    Dear contest holder please check entry #12

    • 6 个月 之前
  • solutionslanguag
    solutionslanguag
    • 6 个月 之前

    Thanks for sharing your valuable comments. This code you provided uses the chatgpt-4 api. For chatgpt-4 api paid can't run it now.

    • 6 个月 之前
    1. fastaslightening
      竞赛主办者
      • 6 个月 之前

      use chatgpt 3.5

      • 6 个月 之前
    2. solutionslanguag
      solutionslanguag
      • 6 个月 之前

      Oky, Thanks

      • 6 个月 之前
  • ashikmohann
    ashikmohann
    • 6 个月 之前

    is it completed?

    • 6 个月 之前
  • solutionslanguag
    solutionslanguag
    • 6 个月 之前

    Let's go finish the job

    • 6 个月 之前

显示更多评论

如何以竞赛开始

  • 发布您的竞赛

    发起您的竞赛 快速简单

  • 获取众多参赛作品

    获取大量参赛作品 来自世界各地

  • 悬赏最佳参赛作品

    悬赏最佳参赛作品 下载文件-简单!

立即发布竞赛 或者立即加入我们!