Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Setup does not support python3 #3

Open
danielguardicore opened this issue Dec 31, 2017 · 3 comments
Open

Setup does not support python3 #3

danielguardicore opened this issue Dec 31, 2017 · 3 comments

Comments

@danielguardicore
Copy link

When installing with Python 3.6.2 on Windows, pip version 9.0.1, I receive the following error message.

Collecting pastebin_python
  Using cached pastebin_python-1.2.tar.gz
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):ed 'pastebin'
      File "<string>", line 1, in <module>
      File "C:\Users\\AppData\Local\Temp\pip-build-_6tbxdhh\pastebin-python\setup.py", line 1, in <module>python setup.py egg_info" failed with error code 1 in C:\Users\\AppData\Local\Temp\pip-b
        import pastebin_python
      File "C:\Users\\AppData\Local\Temp\pip-build-_6tbxdhh\pastebin-python\pastebin_python\__init__.py", line 6, in <module>
        from pastebin import PastebinPython
    ModuleNotFoundError: No module named 'pastebin'

    ----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in C:\Users\\AppData\Local\Temp\pip-build-_6tbxdhh\pastebin-python\

Python 2 pip works

@six519
Copy link
Owner

six519 commented Jan 3, 2018

Hello Daniel,

Currently, Python 3 is not supported.

@JazulatorEmu
Copy link

Hu

@kiraware
Copy link

Hello everyone, i just want to tell you that i create an asynchronous Pastebin.com API wrapper called paspybin. The code is well written, fully tested, and has good documentation. If you are interested with the new Pastebin API wrapper that i create, you can check it out at https://github.com/kiraware/paspybin.

Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants