About 342,000 results
Open links in new tab
  1. is missing mods.toml file - Support & Bug Reports - Forge Forums

    Using Mod File: [23Jan2025 06:58:45.329] [main/WARN] [net.minecraftforge.jarjar.selection.JarSelector/]: Attempted to select a dependency jar for JarJar …

  2. my log main warning says something about missing mods.toml file

    May 4, 2025 · this was the main warning: [13:19:12] [main/WARN]:Mod file C:\\Users\\****\\curseforge\\minecraft\\Install\\libraries\\net\\minecraftforge\\fmlcore\\1.20.1-47.4.0 ...

  3. setuptools - How to write a minimally working pyproject.toml file that ...

    Oct 1, 2020 · The pyproject.toml file is always " human-writable ", it was designed to be written by humans first. Also, it is important to know that in this context setuptools and Poetry take the role of …

  4. Download dependencies declared in pyproject.toml using Pip

    Jun 16, 2020 · But it has a pyproject.toml file. How can I download packages (dependencies) required by this Python project and declared in pyproject.toml using the Pip package manager (instead of the …

  5. Specifying local relative dependency in pyproject.toml

    Jan 18, 2023 · Installation of dependencies comes after the toml file modification. For deployment, this can be done in the very same post-receive hook with pip install /path/to/pyproject.toml/directory or …

  6. python - What is pyproject.toml file for? - Stack Overflow

    pyproject.toml can declare the files in your python package and all the metadata for it that will show in PyPi. A tool like flit can process the pyproject.toml file into a package that can be uploaded to PyPi or …

  7. How to load toml file in python - Stack Overflow

    Jan 14, 2023 · How to load toml file into a python file that my code python file:

  8. How do I install Python dev-dependencies using uv?

    Aug 22, 2024 · 40 I'm trying out uv to manage my Python project's dependencies and virtualenv, but I can't see how to install all my dependencies for local development, including the development …

  9. How to set an index URL for 'uv'-like pip configurations

    May 2, 2025 · When using pip to install Python packages, we can set the configurations, so that it can refer to some private repository to install packages. The use case is, for example, for big companies …

  10. python - Specify dependencies in pyproject.toml with install URL or ...

    Sep 19, 2023 · I like to have my package installable with pip install ... and to use the pyproject.toml standard. I can specify dependencies to install from git, with: dependencies = [ 'numpy>=1.21', '