GithubHelp home page GithubHelp logo

Comments (9)

jpic avatar jpic commented on May 29, 2024 1

Did you try installing pbr ?

from pylxd.

alexk307 avatar alexk307 commented on May 29, 2024

Ran using python3 and it seemed to work fine. Is this lib compatible with python 2.7?

from pylxd.

zulcss avatar zulcss commented on May 29, 2024

Are you trying use pylxd on trusty?

from pylxd.

alexk307 avatar alexk307 commented on May 29, 2024

Yes, is that not supported?

from pylxd.

rockstar avatar rockstar commented on May 29, 2024

I think this is fixed in #85, as a drive-by change. I tested on multiple platforms, which uncovered some issues in the logic of two if statements.

from pylxd.

alexk307 avatar alexk307 commented on May 29, 2024

OK I'll try that @rockstar, thanks

from pylxd.

alexk307 avatar alexk307 commented on May 29, 2024

@rockstar getting a new error when I try the latest version on a fresh env...

Python 2.7.10 (default, Oct 23 2015, 18:05:06)
[GCC 4.2.1 Compatible Apple LLVM 7.0.0 (clang-700.0.59.5)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import pylxd
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "pylxd/__init__.py", line 15, in <module>
    import pbr.version
ImportError: No module named pbr.version

from pylxd.

alexk307 avatar alexk307 commented on May 29, 2024

Sorry, I installed using setup.py which usually has a list or reqs, but in this case it does not install them. Thanks.

from pylxd.

jpic avatar jpic commented on May 29, 2024

Yeah pbr powers setup.py so you need pbr prior to using setup.py. pbr is a bit hard to get started with, but it's really good, all openstack python packages use it, it does a lot of awesome stuff ootb such as hash-based version numbers.

from pylxd.

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.