Error trying to install watson_developer_cloud

Asked

Viewed 25 times

1

I am trying to install watson_developer_cloud using pip. After some time and after some dependencies to be installed I get the following error:

Command "c: users i appdata local Programs python python35 python.exe -u -c "import setuptools, tokenize;file='C: Users Eu Appdata Local Temp Pip-install-0vfs931s Twisted setup.py';f=getattr(tokenize, 'open', open)(file);code=f. read(). replace(' r n', ' n');f. close();exec(Compile(code, file, 'exec'))" install --record C: Users Eu Appdata Local Temp Pip-record-e3oae4j3 install-record.txt --single-version-externally-Managed --Compile" failed with error code 1 in C: Users Eu Appdata Local Temp Pip-install-0vfs931s Twisted\

I already installed visual studio 2017 to try to solve the problem, but without success.

1 answer

0


Try to execute this command

Pip install --upgrade "Watson-Developer-cloud>=2.6.0"

If it does not work, check if there is not already installed with

Pip Freeze

Browser other questions tagged

You are not signed in. Login or sign up in order to post.