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

Jawa / Solum doesn't exist #14

Closed
Matsv opened this issue May 5, 2016 · 4 comments
Closed

Jawa / Solum doesn't exist #14

Matsv opened this issue May 5, 2016 · 4 comments

Comments

@Matsv
Copy link

Matsv commented May 5, 2016

Hey,

I tried to use this program, however I couldn't get it working. I'm not a Python expert so this might be my problem.

First I tried
python setup.py install
Output:

running install
running build
running build_py
error: package directory 'solum' does not exist

After that I tried to run the munch.py
python munch.py --download
Output:

Traceback (most recent call last):
  File "munch.py", line 134, in <module>
    all_toppings = import_toppings()
  File "munch.py", line 68, in import_toppings
    __import__("burger.toppings.%s" % topping)
  File "/home/adr/mc/burger/Burger-mc18/Burger/burger/toppings/packetinstructions.py", line 31, in <module>
    from jawa.util.descriptor import method_descriptor
ImportError: No module named jawa.util.descriptor

I looked inside the setup.py file, that uses a dependency 'solum' with a link to a non-existing github repository: http://github.com/TkTech/Solum

Could this be the issue?

Python version: Python 2.7.10
Also tried it with 'python3': Python 3.4.3+

Thanks

@Pokechu22
Copy link
Collaborator

I think the setup.py is from when solum was packaged within this repo and shouldn't actually be used anymore. (Solum is an older library that's been replaced with jawa).

Download Jawa here; alternatively you should be able to use pip install git+https://github.com/TkTech/Jawa.git if you have Pip installed.

@Matsv
Copy link
Author

Matsv commented May 5, 2016

@Pokechu22 Thanks! That worked 😄

@Matsv Matsv closed this as completed May 5, 2016
@TkTech TkTech reopened this May 5, 2016
@TkTech
Copy link
Owner

TkTech commented May 5, 2016

Reopening, because I do actually have to fix the setup.py :)

@TkTech TkTech closed this as completed in 73b7f3d May 5, 2016
@Matsv
Copy link
Author

Matsv commented May 5, 2016

👍

Pokechu22 added a commit that referenced this issue Nov 12, 2020
identify was failing in 1.13.2 due to buble being ambiguous, and the topping name hadn't been changed.
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

3 participants