You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
Objective of issue: Fix install issues in readme
Lava version:
I'm submitting a ...
Current behavior:
Expected behavior:
The text was updated successfully, but these errors were encountered: