app is not starting
the application is not running despite installing all dependencies it keep displaying blanks
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
WSL (Ubuntu)
Do you have gcc build tools installed on your system?
Nope, gcc builds are not present in both environment
I'm facing an issue with installing too -
@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,
cytoolz/functoolz.pxd:18:23: '__module__' redeclared
I managed to fix this by bumping the cytoolz version to 0.12.3 in requirements.txt, per the recommendations here
Additionally, if you run Python 3.12 numpy needs to be bumped up to 1.26.2 to account for distutils being removed. Documented on the release page here
@srbhr
Thanks @turtletowerz
having the same problem on pip install requirements. bumped cytoolz to 0.12.3 and numpy to 1.26.2 and now i'm facing a hault on PyYAML. i tried installing PyYAML alone and still got
`pip install PyYAML==6.0 Collecting PyYAML==6.0 Using cached PyYAML-6.0.tar.gz (124 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
╰─> [54 lines of output]
running egg_info
writing lib/PyYAML.egg-info/PKG-INFO
writing dependency_links to lib/PyYAML.egg-info/dependency_links.txt
writing top-level names to lib/PyYAML.egg-info/top_level.txt
Traceback (most recent call last):
File "/home/edward/Resume-Matcher/env/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 353, in