Git Product home page Git Product logo

Comments (6)

raedle avatar raedle commented on July 23, 2024 1

@thePegasusai, can you help us narrow down the root cause? Please verify that the Python environment is able to install all dependencies and export (i.e., make) the models! The following steps must succeed, and if they don't, please report the error message:

Navigate to the models directory of your initialized PyTorch Live project:

cd MyFirstProject/models

Set up a Python3 virtual environment:

python3 -m venv venv

Activate the virtual environtment:

source venv/bin/activate

Install dependencies:

pip install -r requirements.txt

Export (make) models:

python make_models.py

For context: these steps are executed as part of the npx torchlive-cli init MyFirstProject command, but based on your report, one of these steps failed on your machine

from playtorch.

aaronespasa avatar aaronespasa commented on July 23, 2024

Hi @thePegasusai ,

Could you share what's the output when you execute on terminal the command python3 -V?

from playtorch.

thePegasusai avatar thePegasusai commented on July 23, 2024

@aaronespasa imanjefferson@Imans-Air ~ % python3 - v
Python 3.9.9 (v3.9.9:ccb0e6a345, Nov 15 2021, 13:06:05)
[Clang 13.0.0 (clang-1300.0.29.3)] on darwin
Type "help", "copyright", "credits" or "license" for more information.

from playtorch.

thePegasusai avatar thePegasusai commented on July 23, 2024

(venv) imanjeffersonImans-Air models % pip install -r requirements.txt
ERROR: Could not find a version that satisfies the requirement torch==1.10.0 (from versions: none)
ERROR: No matching distribution found for torch==1.10.0

from playtorch.

thePegasusai avatar thePegasusai commented on July 23, 2024

Hello / I am still receiving said error after retiring to pytorch live for the first time in awhile -- any updates ?

from playtorch.

chrisklaiber avatar chrisklaiber commented on July 23, 2024

Hello @thePegasusai, I'm closing out this issue because the CLI has been removed from PlayTorch. Feel free to re-open if you need additional support.

With the latest PlayTorch, you should not need to build the models any longer as part of setup, and the CLI is not required to set up a development environment.

We have released the PlayTorch app and a local development environment is no longer necessary. See https://playtorch.dev/docs/tutorials/get-started/

If you do want to set up a local development environment, we recommend the default approach from React Native or Expo, applied to PlayTorch. See https://playtorch.dev/docs/tutorials/get-started-manually/

from playtorch.

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.