issues Search Results · repo:scoder/quicktions language:Python
Filter by
5 results
(56 ms)5 results
inscoder/quicktions (press backspace or delete to remove)The current release doesn t build for python 3.11
[ 6s] + /usr/bin/python3.11 setup.py build --executable=/usr/bin/python3.11 -s
[ 7s] src/quicktions.c: In function ‘__Pyx_PyErr_GetTopmostException’: ...
danigm
- 3
- Opened on Feb 21, 2023
- #6
Problem: pip3 install quicktions requires Microsoft Visual C++ Build Tools to compile (it claims to require 4 GiB of
space, let alone the time constraint).
Proposal: Provide pip wheels (maybe through ...
benjaminweb
- 2
- Opened on May 27, 2017
- #4
When I run pylint, I get this error:
E: 1, 0: No name Fraction in module quicktions (no-name-in-module)
Solution: Add __init__.py to src, see http://stackoverflow.com/a/41184125/2490706.
src served ...
benjaminweb
- 1
- Opened on Dec 22, 2016
- #3
Looks like there s a discrepancy with the hash function:
from quicktions import Fraction as cyFract
from fractions import Fraction as pyFract
print hash(pyFract(3, 2)), hash(cyFract(3, 2)) ...
innerhippy
- 2
- Opened on Apr 1, 2016
- #2
Well, except for when int(fraction) == 0 as that is what the imag property actually returns, as
of 0636b8223225fdc0ecd89b66c5406643135f66c0 onwards.
bug
Yogi-B
- 2
- Opened on May 2, 2015
- #1

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.