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

PyPi version seems like 0.5.3 but behaves like an old version #8

Open
vankesteren opened this issue Oct 10, 2024 · 1 comment
Open

Comments

@vankesteren
Copy link

vankesteren commented Oct 10, 2024

If I install scitree from pip, it behaves like an old version without icons and with fewer object types...

Reprex:

curl https://zenodo.org/records/6504837/files/my_project.zip?download=1 -o my_project.zip
unzip my_project.zip
cd my_project
uv venv
.venv\Scripts\activate # or if not on windows: source .venv/bin/activate
uv pip install scitree
scitree -e
my_project/
├── readme.md
├── 01_load_and_process_data.R
├── 02_create_visualisations.R
├── 03_main_analysis.R
├── 04_output_results.R
├── my_project.Rproj
├── raw_data/
│   └── questionnaire_data.csv
├── img/
│   └── plot.png
└── processed_data/
    ├── analysis_object.rds
    └── questionnaire_processed.rds

25 directories, 125 files
README Data Code

Whereas installing it from github:

uv pip install git+https://github.com/J535D165/scitree
scitree -e
📁 my_project/
├── 📖 readme.md
├── 📄 01_load_and_process_data.R
├── 📄 02_create_visualisations.R
├── 📄 03_main_analysis.R
├── 📄 04_output_results.R
├── my_project.Rproj
├── 📁 raw_data/
│   └── 📜 questionnaire_data.csv
├── 📁 img/
│   └── 📊 plot.png
└── 📁 processed_data/
    ├── 📦 analysis_object.rds
    └── 📦 questionnaire_processed.rds

25 directories , 126 files
📖README 📜Data 📄Code 📊Figures 📦Serial Data 📁Folder
@vankesteren
Copy link
Author

above reprex uses uv which I'm becoming a very big fan of

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant