-
Notifications
You must be signed in to change notification settings - Fork 20
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
Setting up #33
Comments
I get the same thing. @arcalinea could it be because of moving zbxcat to zcash-hackworks? |
Use Also works: |
That worked! |
Above got me further but then it failed on some dependency: `(venv) crypto-dev@alpha2:~/zcash/xcat$ cd zbxcat && pip install -e . Failed building wheel for plyvel
Command "/home/crypto-dev/zcash/xcat/venv/bin/python3 -u -c "import setuptools, tokenize;file='/tmp/pip-build-de4jdc59/plyvel/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-3n9do7ui-record/install-record.txt --single-version-externally-managed --compile --install-headers /home/crypto-dev/zcash/xcat/venv/include/site/python3.5/plyvel" failed with error code 1 in /tmp/pip-build-de4jdc59/plyvel/` Any idea what the problem might be? |
Do you have levelDB installed? It is not packaged with plyvel. Try Also, you can wrap terminal output with three backticks: ``` to create
|
Didn't work unfortunately. FYI I am on Ubuntu 16.04.3 LTS, if that helps.
2017-10-20 2:20 GMT+02:00 James Prestwich <[email protected]>:
… Do you have levelDB installed? Plyvel is not packaged with it. Try sudo
apt-get install libleveldb1 libleveldb-dev
------------------------------
Also, you can wrap terminal output with three backticks: ``` to create
code blocks.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#33 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ADsXtmDFtULs99bpZJeZfQKv00drnlnMks5st-cxgaJpZM4PhTTS>
.
--
Med vänliga hälsningar / Kind regards,
*Mikael Johansson*
Bygdegatan 341
583 31 Linköping
Sweden
Mobile +46 7 32 62 82 08
|
Can you try according to this answer here Also maybe try putting zbxcat in the root instead of in a subdirectory? If it doesn't work we should ask @arcalinea again. btw @frdwrd did you manage to use the xcat code? |
@johanssonlc I think that @arielgabizon is right. Try @arielgabizon Yeah, I have it set up and running with regtest daemons. I also set up a test runner and requirements.txt and implemented a bunch of unit tests. |
That did the trick. Thanks!
2017-10-20 22:58 GMT+02:00 James Prestwich <[email protected]>:
… @johanssonlc <https://github.com/johanssonlc> I think that @arielgabizon
<https://github.com/arielgabizon> is right. Try sudo apt-get install
python3-dev and then installing again.
@arielgabizon <https://github.com/arielgabizon> Yeah, I have it set up
and running with regtest daemons. I also set up a test runner and
requirements.txt and implemented a bunch of unit tests.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#33 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ADsXtr39pfB4gASjj-_XAjY7jkOMHzdOks5suQl-gaJpZM4PhTTS>
.
--
Med vänliga hälsningar / Kind regards,
*Mikael Johansson*
Bygdegatan 341
583 31 Linköping
Sweden
Mobile +46 7 32 62 82 08
|
Awesome! Can you specify exactly what did the trick so we can improve the instructions? |
Ohh |
Exactly, installing python3-dev solved it.
Den 22 okt. 2017 21:03 skrev "Ariel" <[email protected]>:
Ohh sudo apt-get install python3-dev?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#33 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ADsXtsxhq4V5SvMtS0UJx7eX6Xr2YcENks5su5F6gaJpZM4PhTTS>
.
|
@arcalinea should we add |
@arcalinea @arielgabizon
Following the set up instructions I run into problems:
Using
venv
,python -V
returnsPython 3.5.2
which is expected.Next step,
pip install zbxcat
returns:The text was updated successfully, but these errors were encountered: