Seite 1 von 1

I have problem on vps with Webinterface

Verfasst: Mo 4. Mär 2019, 12:24
von Stasiu13
Hello,
when i try install web interface on my vps i have error.
SPOILER
# pip install -r requirements.txt
Collecting pandas>=0.23.0 (from -r requirements.txt (line 1))
Using cached https://files.pythonhosted.org/packages ... x86_64.whl
Collecting plotly>=2.7.0 (from -r requirements.txt (line 2))
Using cached https://files.pythonhosted.org/packages ... ne-any.whl
Collecting dash==0.21.1 (from -r requirements.txt (line 3))
Using cached https://files.pythonhosted.org/packages ... 1.1.tar.gz
Collecting dash_core_components>=0.23.0 (from -r requirements.txt (line 4))
Using cached https://files.pythonhosted.org/packages ... 3.1.tar.gz
Collecting dash_html_components==0.11.0 (from -r requirements.txt (line 5))
Using cached https://files.pythonhosted.org/packages ... 1.0.tar.gz
Collecting dash_table_experiments==0.6.0 (from -r requirements.txt (line 6))
Using cached https://files.pythonhosted.org/packages ... 6.0.tar.gz
Collecting dash_renderer==0.13.0 (from -r requirements.txt (line 7))
Using cached https://files.pythonhosted.org/packages ... 3.0.tar.gz
Collecting pycurl==7.43.0.2 (from -r requirements.txt (line 8))
Using cached https://files.pythonhosted.org/packages ... 0.2.tar.gz
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/tmp/pip-build-NTaOGj/pycurl/setup.py", line 913, in <module>
ext = get_extension(sys.argv, split_extension_source=split_extension_source)
File "/tmp/pip-build-NTaOGj/pycurl/setup.py", line 582, in get_extension
ext_config = ExtensionConfiguration(argv)
File "/tmp/pip-build-NTaOGj/pycurl/setup.py", line 99, in __init__
self.configure()
File "/tmp/pip-build-NTaOGj/pycurl/setup.py", line 227, in configure_unix
raise ConfigurationError(msg)
__main__.ConfigurationError: Could not run curl-config: [Errno 2] No such file or directory

----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-NTaOGj/pycurl/

Re: I have problem on vps with Webinterface

Verfasst: Sa 9. Mär 2019, 16:57
von UnknownDeveloper
are you sure executing pip results in executing Python 3 Pip and not a parallel installed python 2 pip?

Greets