ZENALC / algobot

Cryptocurrency trading bot with a graphical user interface with support for simulations, backtests, optimizations, and running live bots.
GNU General Public License v3.0
905 stars 171 forks source link

Algobot Issue #175

Closed Avnshrai closed 2 years ago

Avnshrai commented 2 years ago

while running "pipenv install" getting an error on windows--> seems like it is not able to install pyqt5. so, I have installed every Qt dependecies manually but still not working

An error occurred while installing pyqt5==5.15.4 --hash=sha256:2a69597e0dd11caabe75fae133feca66387819fc9bc050f547e5551bce97e5be 
--hash=sha256:883a549382fc22d29a0568f3ef20b38c8e7ab633a59498ac4eb63a3bf36d3fd3 --hash=sha256:a88526a271e846e44779bb9ad7a738c6d3c4a9d01e15a128ecfc6dd4696393b7 --hash=sha256:213bebd51821ed89b4d5b35bb10dbe67564228b3568f463a351a08e8b1677025 --hash=sha256:8c0848ba790a895801d5bfd171da31cad3e551dbcc4e59677a3b622de2ceca98! Will try again.
Ignoring ta-lib: markers 'sys_platform == "linux" or sys_platform == "darwin"' don't match your environment
Installing initially failed dependencies...
     ================================ 1/1 - 00:00:04
Failed to install some dependency or packages.  The following have failed installation and attempted retry: [Requirement(_name='pyqt5', vcs=None, req=NamedRequirement(name='pyqt5', version='==5.15.4', req=Requirement.parse('pyqt5==5.15.4'), extras=[], editable=False, _parsed_line=<Line (editable=False, name=pyqt5, path=None, uri=None, extras=(), markers=None, vcs=None, specifier===5.15.4, pyproject=None, pyproject_requires=None, pyproject_backend=None, ireq=pyqt5==5.15.4)>), markers=None, _specifiers='==5.15.4', index='pypi', editable=False, hashes=frozenset({'sha256:2a69597e0dd11caabe75fae133feca66387819fc9bc050f547e5551bce97e5be', 'sha256:883a549382fc22d29a0568f3ef20b38c8e7ab633a59498ac4eb63a3bf36d3fd3', 'sha256:a88526a271e846e44779bb9ad7a738c6d3c4a9d01e15a128ecfc6dd4696393b7', 'sha256:213bebd51821ed89b4d5b35bb10dbe67564228b3568f463a351a08e8b1677025', 'sha256:8c0848ba790a895801d5bfd171da31cad3e551dbcc4e59677a3b622de2ceca98'}), extras=(), abstract_dep=None, _line_instance=<Line (editable=False, name=pyqt5, path=None, uri=None, extras=(), markers=None, vcs=None, specifier===5.15.4, pyproject=None, pyproject_requires=None, pyproject_backend=None, ireq=pyqt5==5.15.4)>, _ireq=None)]
ZENALC commented 2 years ago

Have you installed Visual Studio?

Avnshrai commented 2 years ago

yes, I have installed visual studio 2022, is there any version or something we need to install? maybe you can give me some link like whatever vsc version I have to download it will be helpful

ZENALC commented 2 years ago

Sorry the late response. Have you figured it out? The visual studio IDE doesn't really matter; what we need is the build tools. It's usually in the extra settings when installing visual studio.

ZENALC commented 2 years ago

Closing issue due to no response. Feel free to open again.