-
Notifications
You must be signed in to change notification settings - Fork 16
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
totaly new to the python world and can't install the dependencies #138
Comments
Hi @emadbaqeri and welcome to the Python world. 🎉 I don't have StackOverflow reference: https://stackoverflow.com/a/30539963 We could perhaps consider changing the command to (Independent of this issue, but if you are new to Python you might want to read https://docs.python.org/3/library/venv.html on how to create a Python virtual environment to install packages in - given of course that you also want to work with virtual environments in your Python development process). |
Hey I fixed the problem I was facing with adding quotes, and also tested that in do I need to install other python packages for running this project or should need to learn python before stating for contributing to this project? |
The The most up to date commands (while waiting for #139 to be closed) is follow the order of the CI commands: webviz-core-components/.github/workflows/webviz-core-components.yml Lines 35 to 38 in da950fe
|
@anders-kiaer I tried the commands you have mentioned above the error persist I changed the |
@emadbaqeri This repository is a utility repo for https://github.com/equinor/webviz-config (the use cases for the Webviz project is explained a bit over there), containing basic components that The next main UI component/design we will be doing in this repository is probably to make a more advanced menu (see https://webviz-subsurface-example.azurewebsites.net/ for an example of menu to the left). It currently takes up quite a lot of space, and would be also nice if it could support subpages. But that task is probably a bit involved for a first issue. A good way to start learning open source projects is to search for "good first issues". These are the one we currently have labelled across the Webviz project: https://github.com/orgs/equinor/projects/24?card_filter_query=label%3A%22good+first+issue%22 |
Closed. |
I would like to contribute to react part of the project I wanted to run the project but I have problem with install python dependencies with this command
pip install .[dependencies]
.It throws the error below, maybe this is really easy thing but as I'm totally new to python I can't figure out how to fix this.
I would greatly appreciate you to help me solve this and run the project becuase I'm really eaget to contribute and learn from you cool guys.
The text was updated successfully, but these errors were encountered: