Git Product home page Git Product logo

Comments (8)

yyyyyyyan avatar yyyyyyyan commented on September 1, 2024

README specifies pip install rockstarpy, without the"-'. That will work

from rockstar-py.

stretchyboy avatar stretchyboy commented on September 1, 2024

Thank you.

But there seems to be some confusion because the - is still there on the master README now. It was those instructions I was following.

https://github.com/yanorestes/rockstar-py/blob/7525d8377eef341723cec66d4fa547565126ec17/README.rst

from rockstar-py.

stretchyboy avatar stretchyboy commented on September 1, 2024

And this is my result
pip install rockstarpy

Collecting rockstarpy
Could not find a version that satisfies the requirement rockstarpy (from versions: )
No matching distribution found for rockstarpy

pip 9.0.1 from /usr/lib/python2.7/dist-packages (python 2.7)

from rockstar-py.

yyyyyyyan avatar yyyyyyyan commented on September 1, 2024

Whoopsy, I got a bit confused, sorry. pip install rockstar-py should work perfectly. It is not a valid package name, but it is a valid pip package name. When you install it with pip, you'll have to import using import rockstarpy

from rockstar-py.

yyyyyyyan avatar yyyyyyyan commented on September 1, 2024

Also, Python 2.7 is not strictly supported by rockstar-py. There're probably multiple bugs you'll face, so I recommend using Python >= 3.4

from rockstar-py.

stretchyboy avatar stretchyboy commented on September 1, 2024

Thanks for that. I've upgraded it all to Python 3.6.7

import rockstarpy does not error, but I still can't seem to get hold of the Transpiler.

from rockstarpy.transpile import Transpiler
transpiler = Transpiler()

ModuleNotFoundError: No module named 'rockstarpy.transpile'

Any ideas?

from rockstar-py.

mfulleratlassian avatar mfulleratlassian commented on September 1, 2024

The version on pypi is older code. You can install the latest directly from GitHub "pip install -U git+https://github.com/yanorestes/rockstar-py.git"

Then your code should work.

from rockstar-py.

yyyyyyyan avatar yyyyyyyan commented on September 1, 2024

The version on PyPI is now updated, it should all br working.

from rockstar-py.

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.