Skip to content
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

Unable to source install mycroft-precise #231

Open
adefaria opened this issue Jun 29, 2022 · 3 comments
Open

Unable to source install mycroft-precise #231

adefaria opened this issue Jun 29, 2022 · 3 comments
Labels

Comments

@adefaria
Copy link

To Reproduce
Steps to reproduce the behavior:

Earth:git clone https://github.com/mycroftai/mycroft-precise
Cloning into 'mycroft-precise'...
remote: Enumerating objects: 1581, done.
remote: Counting objects: 100% (28/28), done.
remote: Compressing objects: 100% (26/26), done.
remote: Total 1581 (delta 13), reused 8 (delta 2), pack-reused 1553
Receiving objects: 100% (1581/1581), 453.15 KiB | 1.68 MiB/s, done.
Resolving deltas: 100% (1045/1045), done.
Earth:cd mycroft-precise/
/opt/mycroft-precise
Earth:./setup.sh
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Package cython is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'cython' has no installation candidate
Earth:lsb_release -a
No LSB modules are available.
Distributor ID:	Ubuntu
Description:	Ubuntu 22.04 LTS
Release:	22.04
Codename:	jammy
Earth:
@adefaria adefaria added the bug label Jun 29, 2022
@krisgesling
Copy link
Contributor

Hi there, it looks like there's only cython3 in the jammy packages:
https://packages.ubuntu.com/search?keywords=cython&searchon=names&suite=jammy&section=all

Can you try modifying this line:

sudo apt-get install -y python3-pip curl libopenblas-dev python3-scipy cython libhdf5-dev python3-h5py portaudio19-dev swig libpulse-dev libatlas-base-dev

just changing "cython" > "cython3" then run the install script again.

@jrowberg
Copy link

just changing "cython" > "cython3" then run the install script again.

This solution worked for me to solve the cython issue, though I then ran into a tensorflow requirement problem. Still digging on that one.

@Peekhay
Copy link

Peekhay commented May 25, 2023

Same Problem for me. Hoping for a fix soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants