Coder Social home page Coder Social logo

Comments (5)

kwilliams147 avatar kwilliams147 commented on August 18, 2024

I got it to build but now I am getting this error about the aircrafts.json file.

Roboto-Regular.ttf does not exist downloading now
Successfully got Roboto-Regular.ttf
airports.csv does not exist downloading now
Successfully got airports.csv
regions.csv does not exist downloading now
Successfully got regions.csv
Mictronics_db.zip does not exist downloading now
Successfully got Mictronics_db.zip
Traceback (most recent call last):
  File "/plane-notify/__main__.py", line 49, in <module>
    if os.path.isfile("./dependencies/" + required_files[4][0]) and not os.path.isfile("./dependencies/aircrafts.json"):
IndexError: list index out of range

from plane-notify.

dcopso avatar dcopso commented on August 18, 2024

#0 0.826 Warning: Python 3.9 was not found on your system...
#0 0.828 Neither 'pyenv' nor 'asdf' could be found to install Python.
#0 0.828 You can specify specific versions of Python with:
#0 0.828 $ pipenv --python path/to/python

The fix for the "3.9 was not found" error is to modify the Dockerfile: change FROM python:3 to FROM python:3.9. Unfortunately, this workaround does not fix the rest of the problems.

from plane-notify.

kwilliams147 avatar kwilliams147 commented on August 18, 2024

#0 0.826 Warning: Python 3.9 was not found on your system...
#0 0.828 Neither 'pyenv' nor 'asdf' could be found to install Python.
#0 0.828 You can specify specific versions of Python with:
#0 0.828 $ pipenv --python path/to/python

The fix for the "3.9 was not found" error is to modify the Dockerfile: change FROM python:3 to FROM python:3.9. Unfortunately, this workaround does not fix the rest of the problems.

Correct I was able to get it to finally build and run but it would never work.

from plane-notify.

N47H4N avatar N47H4N commented on August 18, 2024

#0 0.826 Warning: Python 3.9 was not found on your system...
#0 0.828 Neither 'pyenv' nor 'asdf' could be found to install Python.
#0 0.828 You can specify specific versions of Python with:
#0 0.828 $ pipenv --python path/to/python

The fix for the "3.9 was not found" error is to modify the Dockerfile: change FROM python:3 to FROM python:3.9. Unfortunately, this workaround does not fix the rest of the problems.

Correct I was able to get it to finally build and run but it would never work.

Same problem here, I managed to start the docker by editing main.py line 49 & 52.

From required_files[4][0] to required_files[3][0]

from plane-notify.

kwilliams147 avatar kwilliams147 commented on August 18, 2024

from plane-notify.

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.