Giter Club home page Giter Club logo

auto-registrar's Introduction

auto-registrar's People

Contributors

dependabot[bot] avatar hadialqattan avatar mo-alkubaish avatar yokozuna59 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

ahmad-879

auto-registrar's Issues

[Bug]: A typo bug in `./scripts/install.sh` in `brew install python`

Description

Current code: brew **isntall** python
Corrected code: brew install python

Steps to reproduce

none

Screenshots and recordings

No response

Source

Source Code

Auto Registrar Version

main branch

Python Version

none

OS Platform or Distribution

none

Additional context

No response

Code of Conduct

  • I agree to follow the Auto Registrar Code of Conduct

[Question]: Poetry or Still pip?

Description

I wonder if this is still useful or it should be replaced with a poetry command

function python_venv {
pip install virtualenv -q || pip3 install virtualenv -q
python -m venv .venv > /dev/null 2>&1 || python3 -m venv .venv > /dev/null 2>&1
source .venv/bin/activate
pip install -r requirements.txt -q || pip3 install -r requirements.txt -q
deactivate
green "Python virtual environment created and packages installed."
yellow "Type \`source .venv/bin/activate\` to activate the environment and \`deactivate\` to deactivate it."
}

Steps to reproduce

null

Screenshots and recordings

No response

Source

Source Code

Auto Registrar Version

null

Python Version

null

OS Platform or Distribution

null

Additional context

No response

Code of Conduct

  • I agree to follow the Auto Registrar Code of Conduct

[Bug]: `./scripts/install.sh` unable to detect the actual Python3 version in WSL

Description

In short words, Python3.8 is installed on my machine, however, ./scripts/install.sh shows that my Python3 version is lower than 3.7. Probably it detected the Python2 version, which is under python name instead of python3.

Steps to reproduce

$ ./scripts/install.sh

Screenshots and recordings

image

Source

Source Code

Auto Registrar Version

LOCAL_VERSION = "0.8.1"

Python Version

3.8

OS Platform or Distribution

Ubuntu 20.04.5 LTS

Additional context

No response

Code of Conduct

  • I agree to follow the Auto Registrar Code of Conduct

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.