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

Fix install issues in readme #203

Closed
3 tasks done
mgkwill opened this issue Mar 1, 2022 · 2 comments · Fixed by #215 or #218
Closed
3 tasks done

Fix install issues in readme #203

mgkwill opened this issue Mar 1, 2022 · 2 comments · Fixed by #215 or #218
Assignees
Labels
1-bug Something isn't working

Comments

@mgkwill
Copy link
Contributor

mgkwill commented Mar 1, 2022

Objective of issue: Fix install issues in readme

Lava version:

  • 0.2.0 (current version)

I'm submitting a ...

  • bug report
  • documentation request

Current behavior:

  • Install docs are not up to date and do not support successful install.

Expected behavior:

  • Install docs are not up to date and do not support successful install.
@mgkwill mgkwill self-assigned this Mar 1, 2022
@mgkwill mgkwill added the 1-bug Something isn't working label Mar 1, 2022
@mgkwill mgkwill mentioned this issue Mar 1, 2022
5 tasks
@SveaMeyer13
Copy link
Contributor

Hi @mgkwill,

I think the installation instruction would also need to be updated in the first tutorial.
These are the issues I encountered when trying to install on Windows:

  • For windows we need to get rid of "source" in the command for activating the venv. I can activate the environment when running python3_venv\Scripts\activate.bat
  • When running pip install -e . PyBuilder fails and the first exception there is:
 File "C:\Users\sveamari\PycharmProjects\lava\python3_venv\lib\site-packages\pip\_vendor\pep517\in_process\_in_process.py", 
line 156, in prepare_metadata_for_build_wheel                                             
hook = backend.prepare_metadata_for_build_wheel 
AttributeError: module 'pybuilder.pep517' has no attribute 'prepare_metadata_for_build_wheel'  

@mgkwill
Copy link
Contributor Author

mgkwill commented Mar 9, 2022

Hi @SveaMeyer13. Thanks for letting me know. I was already working on the issue and solved it with the latest release.

Please try again with the updated install instructions: https://github.com/lava-nc/lava/blob/main/README.md#windows

@mgkwill mgkwill closed this as completed Mar 9, 2022
This was linked to pull requests Mar 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1-bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants