0

I getting this error while running this project https://github.com/victordibia/skyfall

Traceback (most recent call last): File "app.py", line 19, in from utils import web_socket_client File "C:\Users\anurag\Downloads\skyfall-master\utils\web_socket_client.py", line 8, in from websocket import WebSocketException, WebSocketConnectionClosedException ImportError: cannot import name 'WebSocketException'

Shayki Abramczyk
  • 36,824
  • 16
  • 89
  • 114
  • Did you install the project requirements via pip install -r requirements.txt? – BoboDarph Oct 18 '18 at 11:52
  • Please first try updating your pip version (pip install --upgrade pip), then re-run the requirements install. If that fails, install websocket-server manually by following the instructions on their documentation page https://github.com/dpallot/simple-websocket-server Manually removing requirements is never a good practice. – BoboDarph Oct 18 '18 at 12:02
  • sir , im getting this could not detect requirement name for 'git+https://github.com/dpallot/simple-websocket-server.git', please specify one with #egg=your_package_name – Ånűrağ Ýadųvãnshï Oct 18 '18 at 12:08
  • The fix for that is to either update your pip or install the requirement manually. I gave you the resources to perform any of those actions. Did you try any of them? – BoboDarph Oct 18 '18 at 12:30
  • yes,sir still that error...plz help me..my school project is tomorrow – Ånűrağ Ýadųvãnshï Oct 18 '18 at 12:33

0 Answers0