Git Product home page Git Product logo

Comments (6)

soraxas avatar soraxas commented on July 17, 2024

Hi @angeleyes01 thanks for your issue! :)

After seeing you are using the correct shell, I suspect it might be because of the incorrect shebang that I included in the first line.
Can you try to change the first line of run.sh from

#!/bin/sh

to

#!/bin/bash

and see how it goes? Thanks for letting me know!

from echo360.

angeleyes01 avatar angeleyes01 commented on July 17, 2024

thank you for your quick reply :)
I did it and now I get:

tester@test ./run.sh https://echo360......
./run.sh: line 43: _echo360venv/bin/activate: No such file or directory
Failed to source virtual environment

from echo360.

soraxas avatar soraxas commented on July 17, 2024

Does that folder contain a folder that named as _echo360venv? If so, try to delete that folder and try again

from echo360.

angeleyes01 avatar angeleyes01 commented on July 17, 2024

it works now !!!! Thank you!
Could you explain me what happend?
Did it create it in a wrong way first time because I was missing some envirements?

from echo360.

soraxas avatar soraxas commented on July 17, 2024

Yes you are right!
When the script first run, it will creates a virtual environment in _echo360venv. But since there were error when you first ran, the folder exists but the virtual environment in fact did not create successfully.

On second (and thereafter) execution the run.sh will detect the folder exists and will not try to re-create the virtual environment again.

Hence, deleting the _echo360venv forces the script to re-create the environment again. I probably would add a helpful hint of informing people try to delete the folder when fail happens.

from echo360.

soraxas avatar soraxas commented on July 17, 2024

Commit b431a7a should have fixed the issue. Let me know if there's anything else!

from echo360.

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.