Advertisement
Md_Zahid_Hassan

ModuleNotFoundError: No module named 'Type'

Oct 1st, 2019
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1. (venv) C:\Users\Md Zahid Hassan\PycharmProjects\PermutateProject>pip install pyDNS
  2. Collecting pyDNS
  3. Using cached https://files.pythonhosted.org/packages/4b/9e/be4f6bbe72c2a12bb83f8a91e027fe58507afe7325dcd08b914f2bf0f1f0/pydns-2.3.6.tar.gz
  4. Complete output from command python setup.py egg_info:
  5. Traceback (most recent call last):
  6. File "<string>", line 1, in <module>
  7. File "C:\Users\MDZAHI~1\AppData\Local\Temp\pip-install-jel40o_w\pyDNS\setup.py", line 12, in <module>
  8. import DNS
  9. File "C:\Users\MDZAHI~1\AppData\Local\Temp\pip-install-jel40o_w\pyDNS\DNS\__init__.py", line 14, in <module>
  10. import Type,Opcode,Status,Class
  11. ModuleNotFoundError: No module named 'Type'
  12.  
  13. ----------------------------------------
  14. Command "python setup.py egg_info" failed with error code 1 in C:\Users\MDZAHI~1\AppData\Local\Temp\pip-install-jel40o_w\pyDNS\
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement