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

Error on initial usage of MSK #59

Closed
CodeCanna opened this issue Aug 21, 2021 · 3 comments
Closed

Error on initial usage of MSK #59

CodeCanna opened this issue Aug 21, 2021 · 3 comments
Labels
bug Something isn't working

Comments

@CodeCanna
Copy link

CodeCanna commented Aug 21, 2021

Describe the bug
I installed the program using pip3 install msk

I try to run the program using msk create

I get the output:

Traceback (most recent call last):
  File "/home/codecanna/.local/bin/msk", line 8, in <module>
    sys.exit(main())
  File "/home/codecanna/.local/lib/python3.9/site-packages/msk/__main__.py", line 57, in main
    skills_dir=args.skills_dir, repo=SkillRepo(url=args.repo_url, 
TypeError: __init__() got an unexpected keyword argument 'path'

To Reproduce
Run msk create and I get that error, no guarantee that you will get this same error.

Expected behavior
It should prompt for info about the skill, then create the base skill.

Log files
bus.log:
My-croft itself works great, the only issue I'm having is with msk.

Environment (please complete the following information):
Pop!_OS (Ubuntu 21.04)
Python 3.9.5

Additional context
I installed the program using the instructions and tried running it a normal,
msk create.

I get the above error, I haven't found much online about this problem.

@CodeCanna CodeCanna added the bug Something isn't working label Aug 21, 2021
@forslund
Copy link
Collaborator

Looks like msk hasn't been updated to the 0.9 version range of msm. (0.9 hasn't quite been adopted in the mycroft ecosystem yet). I propose a quick version lock in #60 until 0.9 of msm starts getting used

@PureTryOut
Copy link
Contributor

This is fixed in #63

@forslund
Copy link
Collaborator

forslund commented Jun 2, 2022

As this has been both temporarily and permanently fixed I'll close the issue. feel free to reopen the issue if the problem persists.

@forslund forslund closed this as completed Jun 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants