GithubHelp home page GithubHelp logo

Comments (3)

tobie avatar tobie commented on May 24, 2024

@elsigh there's something I don't understand that's going on here related to 3dab0b5.

from ua-parser.

elsigh avatar elsigh commented on May 24, 2024

@davidmontgom Can you give me a little more info about how your workserServer layout is?

i.e. for me:
522 ~/src/ua-parser/py (elsigh) $ python
Python 2.7.1 (r271:86832, Jun 25 2011, 05:09:01)
[GCC 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2335.15.00)] on darwin
Type "help", "copyright", "credits" or "license" for more information.

from ua_parser import user_agent_parser

aka no error

from ua-parser.

selwin avatar selwin commented on May 24, 2024

I'm getting a similar error with @davidmontgom

Python 2.7.2 (default, Jun 20 2012, 16:23:33) 
[GCC 4.2.1 Compatible Apple Clang 4.0 (tags/Apple/clang-418.0.60)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> from ua_parser import user_agent_parser
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/Users/selwin/.virtualenvs/test/src/ua-parser/py/ua_parser/user_agent_parser.py", line 399, in <module>
    yamlFile = open(yamlPath)
IOError: [Errno 2] No such file or directory: '/Users/selwin/.virtualenvs/test/src/ua-parser/py/ua_parser/../regexes.yaml'

I tried installing both the latest commit and latest stable release using pip with the commands:

pip install -e git://github.com/tobie/[email protected]#egg=ua-parser
pip install -e git://github.com/tobie/ua-parser.git#egg=ua-parser

from ua-parser.

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.