Guest User

Untitled

a guest
Dec 16th, 2018
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.87 KB | None | 0 0
  1. An error occurred while installing -e .! Will try again.
  2. An error occurred while installing umbral==0.1.1a3! Will try again.
  3. An error occurred while installing constant-sorrow! Will try again.
  4. An error occurred while installing bytestringsplitter! Will try again.
  5. An error occurred while installing hendrix>=3.1.0! Will try again.
  6. An error occurred while installing pysha3! Will try again.
  7. An error occurred while installing eth-hash[pysha3]==0.2.0! Will try again.
  8. An error occurred while installing eth-utils==1.2.1! Will try again.
  9. An error occurred while installing eth-keys! Will try again.
  10. An error occurred while installing eth-tester>=0.1.0b33! Will try again.
  11. An error occurred while installing py-evm==0.2.0a33! Will try again.
  12. An error occurred while installing web3! Will try again.
  13. ================================ 34/34 - 00:02:43
  14. Installing initially failed dependencies…
  15. ================================ 14/14 - 00:04:41
  16. To activate this project's virtualenv, run pipenv shell.
  17. Alternatively, run a command inside the virtualenv with pipenv run.
  18.  
  19. C:\projects\nucypher>pipenv shell
  20. Launching subshell in virtual environment…
  21. Microsoft Windows [Version 10.0.17134.407]
  22. (c) 2018 Microsoft Corporation. All rights reserved.
  23.  
  24. C:\projects\nucypher>cd examples
  25.  
  26. C:\projects\nucypher\examples>cd finnegans_wake_demo
  27.  
  28. C:\projects\nucypher\examples\finnegans_wake_demo>python finnegans-wake-concise-demo.py
  29. Traceback (most recent call last):
  30. File "finnegans-wake-concise-demo.py", line 6, in <module>
  31. from twisted.logger import globalLogPublisher
  32. ModuleNotFoundError: No module named 'twisted.logger'
  33.  
  34. C:\projects\nucypher\examples\finnegans_wake_demo>python finnegans-wake-concise-demo.py
  35. Traceback (most recent call last):
  36. File "finnegans-wake-concise-demo.py", line 8, in <module>
  37. from nucypher.characters.lawful import Alice, Bob, Ursula
  38. ModuleNotFoundError: No module named 'nucypher'
Add Comment
Please, Sign In to add comment