GithubHelp home page GithubHelp logo

Comments (5)

BarelyOutOfTuesday avatar BarelyOutOfTuesday commented on May 12, 2024

Hi. I could only install all the dependencies using a linux os (I used lubuntu on virtualbox). In your case, try:
pip3 install flask

Also - because I used a VM (virtual machine) I didn't worry about the virtual environment (using pyenv), and just installed everything locally.

___ Some Steps ____

  1. git clone "https://github.com/kevinjycui/DesmosBezierRenderer.git"
  2. cd DesmosBezierRenderer
  3. Make your frames folder and add an image (see instructions on main site) [make sure the image is a small one - otherwise the browser will likely crash or take ages]
  4. pip3 install -r requirements.txt
  5. python3 backend.py
  6. open the .html file in a browser (I found chromium worked faster than firefox)
  7. Move the slidy thing to one and after a while the image should appear or the frame download....

from desmosbezierrenderer.

HyperTNT avatar HyperTNT commented on May 12, 2024

The problem occurs when I run the
python3 backend.py
I did every step before correctly and it still fails. Should I just get a virtualbox or something else.

from desmosbezierrenderer.

BarelyOutOfTuesday avatar BarelyOutOfTuesday commented on May 12, 2024

What Operating System are you using? - If linux (eg ubuntu/linux mint etc....) then it should be fine.
If not linux - download virtual box and follow an online guide to install a linux distro (eg. lubuntu)

If you have python installed you should be able to run:
python3 install flask
And it should install flask. To check then run
python3 -m flask
If that works (aka it doesn't say no module named flask) - you have flask and something else is the problem.

Another suggestion is to include the '3' on python3 - otherwise you could be using python2.

I could only get all the modules to install using virtualbox - so I'd suggest using that.....

You could also try:
sudo apt install python3-flask
or
sudo apt install flask-python3

from desmosbezierrenderer.

HyperTNT avatar HyperTNT commented on May 12, 2024

Um, so I just got this line
python3: can't open file 'install': [Errno 2] No such file or directory
What does this mean

from desmosbezierrenderer.

HyperTNT avatar HyperTNT commented on May 12, 2024

I got it to work once and now I used a different filetype after changing the FILE_EXT it doesn't work. I don't even know how it worked in the first place.

from desmosbezierrenderer.

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.