Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

app is not starting #278

Open
HERMESBLACQK opened this issue Jul 4, 2024 · 5 comments
Open

app is not starting #278

HERMESBLACQK opened this issue Jul 4, 2024 · 5 comments

Comments

@HERMESBLACQK
Copy link

the application is not running despite installing all dependencies it keep displaying blanks

@Tejas-Sharma-dev
Copy link

atleast you have installed all the dependencies. In my case bunch of dependencies are getting failed to install.
tried in powershell and WSL(ubuntu)

powershell

image

WSL (Ubuntu)

image

@srbhr
Copy link
Owner

srbhr commented Nov 3, 2024

Do you have gcc build tools installed on your system?

@Tejas-Sharma-dev
Copy link

Nope, gcc builds are not present in both environment

@nooriaali9
Copy link

I'm facing an issue with installing too -
image

@s4kh
Copy link

s4kh commented Dec 16, 2024

@srbhr still failing on cytoolz. Using python -m venv env
Installed:

sudo dnf install @development-tools
sudo dnf install gcc gcc-c++ make python3-devel
Collecting cytoolz==0.12.1 (from -r requirements.txt (line 15))
  Using cached cytoolz-0.12.1.tar.gz (503 kB)
  Installing build dependencies ... done
  Getting requirements to build wheel ... error
  error: subprocess-exited-with-error
  
  × Getting requirements to build wheel did not run successfully.
  │ exit code: 1
  ╰─> [97 lines of output]
      
      Error compiling Cython file:
      ------------------------------------------------------------
      ...
          cdef readonly object func
          cdef readonly tuple args
          cdef readonly dict keywords
          cdef public object __doc__
          cdef public object __name__
          cdef public object __module__
                             ^
      ------------------------------------------------------------
      
      cytoolz/functoolz.pxd:18:23: '__module__' redeclared
      
      Error compiling Cython file:
      ------------------------------------------------------------
      ...
          cdef readonly object func
          cdef readonly tuple args
          cdef readonly dict keywords
          cdef public object __doc__
          cdef public object __name__
          cdef public object __module__
               ^
      ------------------------------------------------------------
      
      cytoolz/functoolz.pxd:18:9: Compiler crash in AnalyseDeclarationsTransform
      
      File 'ModuleNode.py', line 203, in analyse_declarations: ModuleNode(functoolz.pxd:1:0,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants