Giter Club home page Giter Club logo

Comments (12)

fancycode avatar fancycode commented on August 22, 2024

Yes, support for Python3 is not available in the latest released version. I'll try to tag a release sometime the next days and upload it to PyPI.

from pylzma.

fake-name avatar fake-name commented on August 22, 2024

Cool! That makes my install scripts a lot simpler.

from pylzma.

fancycode avatar fancycode commented on August 22, 2024

New version available on PyPI: https://pypi.python.org/pypi/pylzma

from pylzma.

fake-name avatar fake-name commented on August 22, 2024

This is not fixed. See travis-ci build-logs here:

Downloading/unpacking pylzma (from UniversalArchiveInterface==0.0.1)
  Downloading pylzma-0.4.5.tar.gz (109kB): 109kB downloaded
  Running setup.py (path:/home/travis/virtualenv/python3.4.2/build/pylzma/setup.py) egg_info for package pylzma
    Traceback (most recent call last):
      File "<string>", line 17, in <module>
      File "/home/travis/virtualenv/python3.4.2/build/pylzma/setup.py", line 144, in <module>
        version = get_git_version().decode('utf-8'),
    AttributeError: 'str' object has no attribute 'decode'
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):
  File "<string>", line 17, in <module>
  File "/home/travis/virtualenv/python3.4.2/build/pylzma/setup.py", line 144, in <module>
    version = get_git_version().decode('utf-8'),
AttributeError: 'str' object has no attribute 'decode'
----------------------------------------
Cleaning up...
Command python setup.py egg_info failed with error code 1 in /home/travis/virtualenv/python3.4.2/build/pylzma
Storing debug log for failure in /home/travis/.pip/pip.log
The command "pip install ." failed and exited with 1 during .

pip install pylzma fails. pip install git+https://github.com/fancycode/pylzma does not. It appears the version that was uploaded to pip was not the current one?

Successful build by pulling directly from git here.

from pylzma.

fancycode avatar fancycode commented on August 22, 2024

This should be fixed with latest master, could you somehow test a source tarball from current master (create using python setup.py sdist)? If you confirm it's working, I will create a new release and upload to PyPI.

from pylzma.

fake-name avatar fake-name commented on August 22, 2024

I packed up a current tarball, and stuck it in my project's repo, and it also failed.

At this point, I'm thoroughly confused.


I'm not doing something horridly stupid, like building the wrong branch, am I? I'm just using the master branch.

Edit: Running a passing build (git+https) with --verbose here.

from pylzma.

fancycode avatar fancycode commented on August 22, 2024

No, looks like I missed some case in the Python 3 case. Should hopefully be fixed now...

from pylzma.

fake-name avatar fake-name commented on August 22, 2024

Testing now, one minute.

from pylzma.

fake-name avatar fake-name commented on August 22, 2024

Yep, that fixed it.

Should I close, or do you want to when the new package is up on Pypi?

from pylzma.

fancycode avatar fancycode commented on August 22, 2024

Great, thanks for testing! I'll close the issue when I release the new version. Should hopefully be sometime tomorrow.

from pylzma.

fake-name avatar fake-name commented on August 22, 2024

Cool. I'm just glad to have an excuse to play with TravisCI.

from pylzma.

fancycode avatar fancycode commented on August 22, 2024

Released as 0.4.6: https://pypi.python.org/pypi/pylzma

from pylzma.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.