Description
The following error was show wne running ./install.sh
:
`Installing dependencies...
==> Downloading https://formulae.brew.sh/api/formula.jws.json
########################################################################################################################################################################### 100.0%
==> Downloading https://formulae.brew.sh/api/cask.jws.json
########################################################################################################################################################################### 100.0%
Warning: ffmpeg 6.0_2 is already installed and up-to-date.
To reinstall 6.0_2, run:
brew reinstall ffmpeg
Warning: libtool 2.4.7 is already installed and up-to-date.
To reinstall 2.4.7, run:
brew reinstall libtool
Warning: automake 1.16.5 is already installed and up-to-date.
To reinstall 1.16.5, run:
brew reinstall automake
Warning: autoconf 2.71 is already installed and up-to-date.
To reinstall 2.71, run:
brew reinstall autoconf
Warning: wget 1.21.4 is already installed and up-to-date.
To reinstall 1.21.4, run:
brew reinstall wget
Warning: python@3.11 3.11.6_1 is already installed and up-to-date.
To reinstall 3.11.6_1, run:
brew reinstall python@3.11
Password:
/opt/homebrew/lib/python3.11/site-packages/setuptools/_distutils/dist.py:265: UserWarning: Unknown distribution option: 'app'
warnings.warn(msg)
running develop
/opt/homebrew/lib/python3.11/site-packages/setuptools/command/develop.py:40: EasyInstallDeprecationWarning: easy_install command is deprecated.
!!
********************************************************************************
Please avoid running ``setup.py`` and ``easy_install``.
Instead, use pypa/build, pypa/installer or other
standards-based tools.
See https://github.com/pypa/setuptools/issues/917 for details.
********************************************************************************
!!
easy_install.initialize_options(self)
/opt/homebrew/lib/python3.11/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated.
!!
********************************************************************************
Please avoid running ``setup.py`` directly.
Instead, use pypa/build, pypa/installer or other
standards-based tools.
See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details.
********************************************************************************
!!
self.initialize_options()
running egg_info
writing gentle.egg-info/PKG-INFO
writing dependency_links to gentle.egg-info/dependency_links.txt
writing requirements to gentle.egg-info/requires.txt
writing top-level names to gentle.egg-info/top_level.txt
reading manifest file 'gentle.egg-info/SOURCES.txt'
adding license file 'COPYING'
writing manifest file 'gentle.egg-info/SOURCES.txt'
running build_ext
Creating /opt/homebrew/lib/python3.11/site-packages/gentle.egg-link (link to .)
Adding gentle 0.11.0 to easy-install.pth file
Installed /Users/eemanmajumder/code_shit/sih23/Bakar_Bakar/gentle
Processing dependencies for gentle==0.11.0
Searching for twisted
Reading https://pypi.org/simple/twisted/
Downloading https://files.pythonhosted.org/packages/24/83/8d34d264c72d5450cd3d3ef31c885bb36b94635aa8e9e223581793d9d6c8/twisted-23.10.0-py3-none-any.whl#sha256=4ae8bce12999a35f7fe6443e7f1893e6fe09588c8d2bed9c35cdce8ff2d5b444
Best match: twisted 23.10.0
Processing twisted-23.10.0-py3-none-any.whl
Installing twisted-23.10.0-py3-none-any.whl to /opt/homebrew/lib/python3.11/site-packages
Adding twisted 23.10.0 to easy-install.pth file
Installing cftp script to /opt/homebrew/bin
Installing ckeygen script to /opt/homebrew/bin
Installing conch script to /opt/homebrew/bin
Installing mailmail script to /opt/homebrew/bin
Installing pyhtmlizer script to /opt/homebrew/bin
Installing tkconch script to /opt/homebrew/bin
Installing trial script to /opt/homebrew/bin
Installing twist script to /opt/homebrew/bin
Installing twistd script to /opt/homebrew/bin
Installed /opt/homebrew/lib/python3.11/site-packages/twisted-23.10.0-py3.11.egg
Searching for zope-interface>=5
Reading https://pypi.org/simple/zope-interface/
No local packages or working download links found for zope-interface>=5
error: Could not find suitable distribution for Requirement.parse('zope-interface>=5')`