-
Notifications
You must be signed in to change notification settings - Fork 190
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
Error installing package libvolk #614
Comments
Ran a
|
I am having the same issue. I rebuilt a Docker I had that worked a few weeks ago and now it won't get past libvolk. I tried forcing the libvolk to v2.0.0 because that was a known good version, but that did not resolve the problem (makes me think pybombs as opposed to libvolk). The command I had used was: |
still doesn't work. running into the same issue within a |
Might not be relevant to what everyone here is experiencing - I encountered this issue while I tried to init a new pybombs 3.9 and 3.10 prefix. However, I had activated my existing pybombs3.8 prefix environment |
Per a recommendation someone else gave me, I am using a particular commit of the recipes now
That seems to do the trick. |
I have a similar problem with libvolk while executing recipe gnuradio39: |
I fixed this by installing an older version of mako ( 0.8.0 ) before the installer, running:
worked for me. It seems that it isn't checking the major version, just the minor. |
Reinstalled
pybombs
from source (cloning repo and runningpython setup.py build
) in a virtual environment, using apt installedpython3.8-venv
, then ranpybombs auto-config
, followed bypybombs recipes add-defaults
without issues. Encountered error installing packagelibvolk
after runningpybombs prefix init ~/gr38 -R gnuradio-default
The text was updated successfully, but these errors were encountered: