-
Notifications
You must be signed in to change notification settings - Fork 28
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
Installation issue after update #19
Comments
sorry I screwed up the release, fixed in 0.4.1-2 |
Works perfect now! Thanks a lot!
2018-04-14 12:48 GMT+02:00 Tarek <notifications@github.com>:
… sorry I screwed up the release, fixed in 0.4.1-2
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#19 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AXFwuLT9iYnO8FQ9ayN6TAv0AWrg9jf6ks5todQWgaJpZM4TVBQz>
.
|
@tgalal I'm still getting this bug:
|
@SalahAdDin have you found the solution? |
No, i left it long time ago. |
I got it after running this: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi Tarek,
thanks for accepting the pull request fixing the limit of the message length. Anyway, when i now try to install the library via pip, i get the following error:
The directory '/Users/marcjansen/Library/Caches/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
The directory '/Users/marcjansen/Library/Caches/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
Collecting python-axolotl-curve25519
Downloading python-axolotl-curve25519-0.4.1.post1.tar.gz (79kB)
100% |████████████████████████████████| 81kB 1.3MB/s
Installing collected packages: python-axolotl-curve25519
Running setup.py install for python-axolotl-curve25519 ... error
Complete output from command /usr/bin/python -u -c "import setuptools, tokenize;file='/private/tmp/pip-build-VWQUs5/python-axolotl-curve25519/setup.py';f=getattr(tokenize, 'open', open)(file);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, file, 'exec'))" install --record /tmp/pip-u9E4Pi-record/install-record.txt --single-version-externally-managed --compile:
/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/setuptools/dist.py:285: UserWarning: Normalizing '0.4.1-1' to '0.4.1.post1'
normalized_version,
running install
running build
running build_ext
building 'axolotl_curve25519' extension
error: unknown file type '.h' (from 'curve/ed25519/additions/compare.h')
Command "/usr/bin/python -u -c "import setuptools, tokenize;file='/private/tmp/pip-build-VWQUs5/python-axolotl-curve25519/setup.py';f=getattr(tokenize, 'open', open)(file);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, file, 'exec'))" install --record /tmp/pip-u9E4Pi-record/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /private/tmp/pip-build-VWQUs5/python-axolotl-curve25519/
Greets
Marc
The text was updated successfully, but these errors were encountered: