Giter Club home page Giter Club logo

regex_engine's People

Contributors

raj-kiran-p avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

regex_engine's Issues

ModuleNotFoundError: No module named 'regex_engine' even after pip install on python3.8

Following is the commands execution sequence on my bash shell.
As per docs regex-engine requires python 3.6 or newer.

$ python --version
Python 3.8.10

$ pip install regex-engine
Defaulting to user installation because normal site-packages is not writeable
Collecting regex-engine
  Downloading regex_engine-1.1.0-py3-none-any.whl (7.0 kB)
Installing collected packages: regex-engine
Successfully installed regex-engine-1.1.0
WARNING: There was an error checking the latest version of pip.

$ pip install regex-engine
Defaulting to user installation because normal site-packages is not writeable
Requirement already satisfied: regex-engine in ./.local/lib/python3.8/site-packages (1.1.0)
WARNING: There was an error checking the latest version of pip.

$ python -m pip install --upgrade pip
Requirement already satisfied: pip in ./venv/amds/lib/python3.8/site-packages (22.1.2)

$ python 
Python 3.8.10 (default, Mar 15 2022, 12:22:08) 
[GCC 9.4.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> from regex_engine import generator
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ModuleNotFoundError: No module named 'regex_engine'

Numerical range starting from a negative number and a positive number with two or more decimal positions shows an error

sample code:

from regex_engine import generator

generator = generator()
regex = generator.numerical_range(-1.0, 3.94)

Error message:

Traceback (most recent call last):
  File "sample.py", line 5, in <module>
    regex = generator.numerical_range(-1.0, 3.94)
  File "C:\Users\user\Desktop\regex_engine\regex_engine\regex_generator.py", line 184, in numerical_range
    if max_num_decimal > 1
IndexError: list index out of range

Initial Update

The bot created this issue to inform you that pyup.io has been set up on this repo.
Once you have closed it, the bot will open pull requests for updates as soon as they are available.

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.