Guest User

Untitled

a guest
Oct 17th, 2018
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.10 KB | None | 0 0
  1. python -m easy_install http://sgjp.pl/morfeusz/download/20181014/ubuntu-xenial/morfeusz2-0.4.0-py2.7-win32.egg
  2. Downloading http://sgjp.pl/morfeusz/download/20181014/ubuntu-xenial/morfeusz2-0.4.0-py2.7-win32.egg
  3. Processing morfeusz2-0.4.0-py2.7-win32.egg
  4. removing 'c:usersoemappdatalocalprogramspythonpython37-32libsite-packagesmorfeusz2-0.4.0-py2.7-win32.egg' (and everything under it)
  5. creating c:usersoemappdatalocalprogramspythonpython37-32libsite-packagesmorfeusz2-0.4.0-py2.7-win32.egg
  6. Extracting morfeusz2-0.4.0-py2.7-win32.egg to c:usersoemappdatalocalprogramspythonpython37-32libsite-packages
  7. Removing morfeusz2 0.4.0 from easy-install.pth file
  8. Adding morfeusz2 0.4.0 to easy-install.pth file
  9.  
  10. Installed c:usersoemappdatalocalprogramspythonpython37-32libsite-packagesmorfeusz2-0.4.0-py2.7-win32.egg
  11. Processing dependencies for morfeusz2==0.4.0
  12. Searching for morfeusz2==0.4.0
  13. Reading https://pypi.python.org/simple/morfeusz2/
  14. Couldn't find index page for 'morfeusz2' (maybe misspelled?)
  15. Scanning index of all packages (this may take a while)
  16. Reading https://pypi.python.org/simple/
  17. No local packages or working download links found for morfeusz2==0.4.0
  18. error: Could not find suitable distribution for Requirement.parse('morfeusz2==0.4.0')
  19.  
  20. import morfeusz2
  21. morf = morfeusz2.Morfeusz()
  22.  
  23. Traceback (most recent call last):
  24. File "D:Projects-intellijmysiteingredients.py", line 4, in <module>
  25. import morfeusz2
  26. File "C:UsersOEMAppDataLocalProgramsPythonPython37-32libsite-packagesmorfeusz2-0.4.0-py2.7-win32.eggmorfeusz2.py", line 28, in <module>
  27. _morfeusz2 = swig_import_helper()
  28. File "C:UsersOEMAppDataLocalProgramsPythonPython37-32libsite-packagesmorfeusz2-0.4.0-py2.7-win32.eggmorfeusz2.py", line 24, in swig_import_helper
  29. _mod = imp.load_module('_morfeusz2', fp, pathname, description)
  30. File "C:UsersOEMAppDataLocalProgramsPythonPython37-32libimp.py", line 243, in load_module
  31. return load_dynamic(name, filename, file)
  32. File "C:UsersOEMAppDataLocalProgramsPythonPython37-32libimp.py", line 343, in load_dynamic
  33. return _load(spec)
  34. ImportError: DLL load failed: Nie można odnaleźć określonego modułu.
Add Comment
Please, Sign In to add comment