-
Hello, I would like to ask you, after the virtual environment is successfully created, what is the Error of reticulate::use_virtualenv('gene_trajectory')? Error in python_config_impl(python): Error 1 …
-
Dear Author,
I am trying to set up the virtual environment to try out your model. I have followed the set up from the Environment.yaml. (cuda 11.3, python 3.8.5). When I try to start the model tra…
-
The previous homebrew based virtual environment creation was broken. Also, need to update the documentation
-
pip install virtualenv
mkdir my_new_project
cd mynew_project
virtualenv my_env
source my_env/bin/activate
*your environment should be activated and visible on the prompt (my_env)$. You can start …
-
My activated python virtual environment is functional and other installations of modules in the environment work without error, but not your module....
```
(Tally-Echo) root@OBS:~/Tally-Echo# pip3…
-
**Describe the bug**
I wanna create all VLANS and Bridges via Terraform to keep it consistent over multiple Nodes, but if there are a few of this resources, Terraform will fail due to the netplan app…
-
Thanks for the detailed docker docs! I'm trying to use uv in docker compose for local development. Trying to bind mount my application code **and** an anonymous volume for `app/.venv`. This is similar…
-
First I'd like to express my appreciation for the work done here. My team uses this extension in our everyday workflow and it is of great use to us. Thank you!
**Is your feature request related to …
-
**Is your feature request related to a problem? Please describe.**
I am new to moon, but I really like what I see! I am looking to use it primarily as a task runner.
But the tasks we want to ru…
-
For system wide installations of applications build with `uv`, it would be nice to have an option to build an execution environment which is self contained and does not rely on the user's local files …