-
Notifications
You must be signed in to change notification settings - Fork 24
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
crlibm extension... #16
Comments
This means that crlibm did not install properly. There are two possible ways forward:
|
Thank you for your prompt reaction !
I would like to use .inf and .sup and it seems not to be possible.
I'm not sure I'll be able to fix it on my own, but I'll try...
2017-06-18 19:26 GMT+02:00 Stefano Taschini <[email protected]>:
… This means that crlibm <https://pypi.python.org/pypi/crlibm/1.0.3> did
not install properly.
There are two possible ways forward:
1.
If you don't need any of the transcendental functions (cos, sin, exp,
log etc.) that live in the imath module you can simply go on and
ignore the message.
2.
If you do need the functions in the imath module you can try and
install by hand crlibm. Since there are binary wheels for Python3.4 on
Windows both for 32 and 64 bit Pythons, it should work:
python.exe -m pip install crlibm
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#16 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AbMLgE7LNO65O_WF0MjydSMHLTSA8hJ4ks5sFV3agaJpZM4N9jXT>
.
|
Can you try and tell me whether the following works?
|
It works...🤔
I don't know what was wrong ! ....
Thank you.
Now, I'll have to reinstall by hand crlibm.
2017-06-18 20:06 GMT+02:00 Stefano Taschini <[email protected]>:
… Can you try and tell me whether the following works?
>>> from interval import interval
>>> x = interval[1, 2]; x
interval([1.0, 2.0])
>>> x[0].sup
2.0
>>> x[0].inf
1.0
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#16 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AbMLgOkEe4TxCeyf6gOWqtAvVF7Ql3Uoks5sFWcbgaJpZM4N9jXT>
.
|
So I believe I can close this, right? |
18 months later and still addicted to pyinterval & crlibm ! What should I do ? I tried to follow the instructions @ http://stackoverflow.com/a/30071634. Many thanks for your attention, |
i want to use pyinterval too and i get the following error through when
i have the lastest anaconda installed. (python-3.7 :/) |
On CentOS 7, the supporting libraries for crlibm are no longer shipped in EPEL (libscs and libcrlibm). I build them manually even though I don't use imath. Would you consider splitting pyinterval into pyinterval and pyinterval_imath? Or...isn't there a way to modify setup.py to have special installs? I can't recall the name of it -- Ah! extras? And then the users if they want imath do
i.e.,
|
Of course it's not the right place to solve this, but it would be kind of you to help to solve this:
Cannot load crlibm extension. The imath functions will not be available.
Problem with pyinterval / Python3.4 / WS7-32 : What should I do ?
Thank you in advance
The text was updated successfully, but these errors were encountered: