Giter Club home page Giter Club logo

Comments (19)

89Q12 avatar 89Q12 commented on May 27, 2024

Check if it got installed via this command

python3 -m pip show virtualenv

It should show you some info like the author but if it doesn't give anything out then you need to install it. Via

python3 -m pip install virtualenv

from python-ai-assistant.

ggeop avatar ggeop commented on May 27, 2024

@RAJAT-SOUL are you still facing this issue? If yes can you provide the error log and the operation system which you are running it?

from python-ai-assistant.

t60001 avatar t60001 commented on May 27, 2024

Hello, @ggeop . I have the same problem.

Entered the command as described - 11Tuvork28
It stopped there:
System dependencies installation succeeded!
Requirement already satisfied: virtualenv in /home/pc/.local/lib/python3.8/site-packages (20.0.31)
Requirement already satisfied: filelock<4,>=3.0.0 in /home/pc/.local/lib/python3.8/site-packages (from virtualenv) (3.0.12)
Requirement already satisfied: distlib<1,>=0.3.1 in /home/pc/.local/lib/python3.8/site-packages (from virtualenv) (0.3.1)
Requirement already satisfied: appdirs<2,>=1.4.3 in /home/pc/.local/lib/python3.8/site-packages (from virtualenv) (1.4.4)
Requirement already satisfied: six<2,>=1.9.0 in /usr/lib/python3/dist-packages (from virtualenv) (1.14.0)
Install virtualenv succeeded!
setup.sh: строка 63: virtualenv: команда не найдена
Jarvis virtual env creation failed

OS and parameters:
Ubuntu 20.04.1
Python 2.7.18rc1
pip 20.0.2 from /usr/lib/python3/dist-packages/pip (python 3.8)
and
python3 -m pip show virtualenv
Name: virtualenv
Version: 20.0.31
Summary: Virtual Python Environment builder
Home-page: https://virtualenv.pypa.io/
Author: Bernat Gabor
Author-email: [email protected]
License: MIT
Location: /home/pc/.local/lib/python3.8/site-packages
Requires: appdirs, six, distlib, filelock
Required-by:

from python-ai-assistant.

89Q12 avatar 89Q12 commented on May 27, 2024

Yeah I get the same error on ubuntu 20.04 based distros. So I suggest sticking to the recommended ubuntu version stated in the readme.

setup.sh: line 63: virtualenv: command not found

from python-ai-assistant.

t60001 avatar t60001 commented on May 27, 2024

@11Tuvork28
Understood, thank you, I'll try on 18.04 . Then accomplish your goal

from python-ai-assistant.

t60001 avatar t60001 commented on May 27, 2024

@11Tuvork28
Problem not solved = ( Installed 18.04 . 1 in 1 error

from python-ai-assistant.

89Q12 avatar 89Q12 commented on May 27, 2024

Okay, thats weird then idk maybe @ggeop has an idea.

from python-ai-assistant.

ggeop avatar ggeop commented on May 27, 2024

Hi @t60001, @11Tuvork28 has right this error is related with the Linux distribution. In a new Linux VM with 18.04 it works fine, I have tested many times and also job in Travis is successful.

Are you using Docker or virtual machine (VMWare or Virtual Box) and you have the same error with Ubuntu 20.04?

from python-ai-assistant.

89Q12 avatar 89Q12 commented on May 27, 2024

Hi @ggeop, I caught my error :D was using a terminal with an active conda env so thats the error on my side. Deactivating the environment fixes the issue for me, I'm running a non vm system (Ubuntu 20.04 based distro). But I run into a problem with scipy installation but this most likely related to my distro or the setup of python.

from python-ai-assistant.

t60001 avatar t60001 commented on May 27, 2024

Hi @ggeop . I use a virtual machine Virtual Box, tried to put on 18.04 and 20.04. On a clean ubuntu, before the installer, install PIP3 and bash. I think it makes sense to add this to the installation description. But then the error =(

from python-ai-assistant.

t60001 avatar t60001 commented on May 27, 2024

@ggeop any ideas?

from python-ai-assistant.

ggeop avatar ggeop commented on May 27, 2024

Hi @t60001, why you installed PIP3 and bash? In a clean Ubuntu (16.04 or 18.04) you have to only run the setup.sh.
What error are you facing ( "But then the error =(" ) ?

from python-ai-assistant.

t60001 avatar t60001 commented on May 27, 2024

@ggeop
So:

  1. Downloaded ubuntu 18.04.5-desktop-amd64 from the official website.
  2. on VirtualBox installed Ubuntu 18.04.5-desktop-for AMD64 architecture
  3. Immediately after starting, I go to the terminal and write the command: git clone https://github.com/ggeop/Jarvis.git
  4. Writes: 'git' not found, but can be installed using: sudo apt install git
  5. Enter the command: sudo apt install git and everything is fine.
  6. again prescribe the command: git clone https://github.com/ggeop/Jarvis.git and it runs successfully. A Jarvis folder is created on the computer.
  7. I Write the command: cd /home/ubnt/Jarvis
  8. I Write the command: bash setup.sh
  9. on the fifth confirmation time (y), the same error occurs as always.

P. s. Specially tried to put the English version of Ubuntu, tried to update and not to update it. I don't know what to do. Try installing it on a virtual machine like me. It can't be that the same error didn't come out.

from python-ai-assistant.

RAJAT-SOUL avatar RAJAT-SOUL commented on May 27, 2024

sorry for the late response but I was able to resolve it. I don't remember the exact procedure How I did but it was something related to environment variables that I changed .

from python-ai-assistant.

t60001 avatar t60001 commented on May 27, 2024

@RAJAT-SOUL Good afternoon. Thanks for the answer. But I didn't understand anything. What should I change and where? I haven't been able to install it for weeks =(

from python-ai-assistant.

89Q12 avatar 89Q12 commented on May 27, 2024

Hm maybe dockerinzing the application would be best as this would prevent such errors, I'm looking forward to get working dockerfile done in the next days.

from python-ai-assistant.

t60001 avatar t60001 commented on May 27, 2024

looking forward to. Thanks

from python-ai-assistant.

t60001 avatar t60001 commented on May 27, 2024

Hi, everybody. The problem has not been solved. Am I the only one who can't get Jarvis started?

from python-ai-assistant.

ggeop avatar ggeop commented on May 27, 2024

Hi guys! Thanks for your patience, the above issue resolved on commit c6629a2

from python-ai-assistant.

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.