GithubHelp home page GithubHelp logo

Comments (4)

David-OConnor avatar David-OConnor commented on June 17, 2024

What directory is the project in?

from pyflow.

daanzu avatar daanzu commented on June 17, 2024
> ll pyproject.toml
-rw-r--r-- 1 daanzu daanzu 33 Dec 20 03:46 pyproject.toml
> pwd
/home/daanzu/wav2letter

from pyflow.

David-OConnor avatar David-OConnor commented on June 17, 2024

What happens if you navigate into that directory + /__pypackages__/3.7, and type mkdir .venv ? (Without sudo)

from pyflow.

daanzu avatar daanzu commented on June 17, 2024

I can create the directory just fine. Then:

> tree -a __pypackages__/                                                                                                                                                      [25/270]
__pypackages__/
└── 3.7
    ├── lib
    └── .venv

3 directories, 0 files
> rm -rf ~/.local/share/pyflow/python-3.7.4{,-ubuntu}
> env RUST_BACKTRACE=full pyflow
Please enter the number corresponding to your Linux distro:
1: 2016 or newer (Ubuntu≥16.04, Debian≥9, SUSE≥15, Arch, Kali, etc)
2: Older (Centos, Redhat, Fedora, older versions of distros listed in option 1)
1
Installing Python 3.7.4...
🐍 Setting up Python...
thread 'main' panicked at 'Timed out waiting for venv to be created.: AliasError { details: "Timed out attempting to create a directory" }', src/libcore/result.rs:1165:5
stack backtrace:
   0:     0x55c43bc6bba4 - <unknown>
   1:     0x55c43bc9442c - core::fmt::write::h01edf6dd68a42c9c
   2:     0x55c43bc660c7 - <unknown>
   3:     0x55c43bc6e745 - <unknown>
   4:     0x55c43bc6e436 - <unknown>
   5:     0x55c43bc6ee45 - std::panicking::rust_panic_with_hook::h825f041245da8739
   6:     0x55c43bc6e9e2 - <unknown>
   7:     0x55c43bc6e8d6 - rust_begin_unwind
   8:     0x55c43bc90e9a - core::panicking::panic_fmt::h527855ce0bc891f6
   9:     0x55c43bc90f97 - core::result::unwrap_failed::ha8b77e6004f0ba38
  10:     0x55c43b8f2dc5 - <unknown>
  11:     0x55c43b8b8b7b - <unknown>
  12:     0x55c43b8da202 - <unknown>
  13:     0x55c43b90ed53 - <unknown>
  14:     0x55c43bc6e873 - <unknown>
  15:     0x55c43bc78c3a - __rust_maybe_catch_panic
  16:     0x55c43bc6f33d - std::rt::lang_start_internal::h409d4f2fe51133b0
  17:     0x55c43b8e29c2 - <unknown>
  18:     0x7fccadf822e1 - __libc_start_main
  19:     0x55c43b807dc9 - <unknown>
  20:                0x0 - <unknown>
> tree -a __pypackages__/
__pypackages__/
└── 3.7
    ├── lib
    └── .venv

3 directories, 0 files
> env RUST_BACKTRACE=full pyflow
Please enter the number corresponding to your Linux distro:
1: 2016 or newer (Ubuntu≥16.04, Debian≥9, SUSE≥15, Arch, Kali, etc)
2: Older (Centos, Redhat, Fedora, older versions of distros listed in option 1)
1
Installing Python 3.7.4...
thread 'main' panicked at 'Problem renaming extracted Python folder: Os { code: 39, kind: Other, message: "Directory not empty" }', src/libcore/result.rs:1165:5
stack backtrace:
   0:     0x562f12431ba4 - <unknown>
   1:     0x562f1245a42c - core::fmt::write::h01edf6dd68a42c9c
   2:     0x562f1242c0c7 - <unknown>
   3:     0x562f12434745 - <unknown>
   4:     0x562f12434436 - <unknown>
   5:     0x562f12434e45 - std::panicking::rust_panic_with_hook::h825f041245da8739
   6:     0x562f124349e2 - <unknown>
   7:     0x562f124348d6 - rust_begin_unwind
   8:     0x562f12456e9a - core::panicking::panic_fmt::h527855ce0bc891f6
   9:     0x562f12456f97 - core::result::unwrap_failed::ha8b77e6004f0ba38
  10:     0x562f120b8f87 - <unknown>
  11:     0x562f1207eb7b - <unknown>
  12:     0x562f120a0202 - <unknown>
  13:     0x562f120d4d53 - <unknown>
  14:     0x562f12434873 - <unknown>
  15:     0x562f1243ec3a - __rust_maybe_catch_panic
  16:     0x562f1243533d - std::rt::lang_start_internal::h409d4f2fe51133b0
  17:     0x562f120a89c2 - <unknown>
  18:     0x7fbbe15392e1 - __libc_start_main
  19:     0x562f11fcddc9 - <unknown>
  20:                0x0 - <unknown>
> rm -rf ~/.local/share/pyflow/python-3.7.4{,-ubuntu}

At the end there, there's a different error if I rerun the command. I must remove the other directories to get the original error.

from pyflow.

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.