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
Describe the bug
Can't setup the code after following contributing.md steps.
Steps to Reproduce
Following the instructions in the readme , after running the python setup.py frontend. I was getting issue around running the next command in line.
Expected behavior
Expected the repository to work correctly.
Environment
OS: MacOS
Python version: 3.9.6
Browser: Chrome
The text was updated successfully, but these errors were encountered:
So i found the error here. It should be python3 in the command. And not just python.
python3 -m build
Also another issue with the readme is that the example scripts are at hello.py in the application so was getting script 'examples/earthquakes.py' not found as well.
Describe the bug
Can't setup the code after following contributing.md steps.
Steps to Reproduce
Following the instructions in the readme , after running the python setup.py frontend. I was getting issue around running the next command in line.
Expected behavior
Expected the repository to work correctly.
Environment
The text was updated successfully, but these errors were encountered: