Questions tagged [fedora-26]

23 questions
4
votes
1 answer

How to push a docker image to Docker Hub on Fedora 26?

Following sequence doesn't work: # docker login # docker tag / # docker push / fails with The push refers to a repository [registry.fedoraproject.org//] 9c360ae72584:…
czerny
  • 15,090
  • 14
  • 68
  • 96
1
vote
1 answer

Python M2Crypto installation fails in Fedora 26

I am running Fedora 26 in my PC and python version is 2.7. I have already installed openssl-devel package. Now I am trying to install M2Crypto==0.25.1 package inside python virtual environment using the command pip install…
Udara Seneviratne
  • 2,303
  • 1
  • 33
  • 49
1
vote
1 answer

spacy.tokens.token.Token.sent_start not responding

I am trying to use the attribute sent_start of the Token class of Spacy. Here is my code: In [1]: string_doc = u"Je voudrais maitriser l'outil Spacy. C'est util pour le traitement automatique de textes." ...: In [2]: import spacy In [3]: nlp…
dada
  • 1,390
  • 2
  • 17
  • 40
1
vote
0 answers

fedora 26 login loop, not desktop env related

I had a power outage during a shutdown and now i cannot login on my main user account ('acnt1' we'll call it). When i click on my acnt1, the screen goes black, then returns to GDM login screen. I am able to startup / login to GNOME with another…
1
vote
1 answer

Installing libcheck in fedora 26 but fails to link

I use libcheck in my C code for testing. I installed it using RPM (current version). In the folder /usr/lib64 i can find libcheck.so.0 and libsubunit.so.0. I did encounter however the following problems: The header file was not in /usr/include, i…
Maarten Arits
  • 170
  • 1
  • 9
1
vote
1 answer

Error compiling GMP code in Fedora

When I try to run the following code in Fedora 26 Cinnamon edition 64 bit: #include #include #include #include int main(int argc, char * argv[]){ mpz_t a, b, c; mpz_init_set_ui(a,1); /* a = 1 */ …
PintoDoido
  • 1,011
  • 16
  • 35
1
vote
3 answers

Installing gitkraken on fedora 26

I'm trying to install gitkraken on my Fedora 26 since few hours I installed it from but the dependecies looks to don't be resolved Node started time: 1507496118430 libcurl-gnutls.so.4: cannot open shared object file: No such file or directory Error:…
Nahis_Wayard
  • 29
  • 10
1
vote
1 answer

How can I install ImageMagick in Fedora 26 / Lampp?

I am using Fedora 26 with Lampp(Xampp) version (PhP)5.6.31 and I 'm trying to install ImageMagick through a terminal command like this: sudo /opt/lampp/bin/pecl install imagick I am getting this result: Downloading imagick-3.4.3.tgz ... Starting…
Designer
  • 875
  • 7
  • 26
0
votes
0 answers

Mapping of mimetypes for filename

Is there a way to map a filename and not a filetype on a specific mimetype? Im using .config/mimeapps.list as default. I need this because Chromium does match the current mimetypes with the file extension and not with filenames and the file i want…
Nico
  • 323
  • 4
  • 14
0
votes
1 answer

Getting error while using virtualenv venv on fedora 26

I installed virtualenv on fedora 26 using pip3 install --user virtualenv. System has both python 2.7 and python 3.6. When I am creating a "virtualenv venv", I am getting this output and error. New python executable in…
0
votes
0 answers

The stream or file "/path/to/project/storage/logs/laravel.log" could not be opened: failed to open stream: Permission denied on Fedora 26

I was trying to setup my development workstation on Fedora 26. So I install Nginx, php-fpm and MySQL 5.7. I also change the user who execute php on /etc/php-fpm.d/www.conf I put my fresh laravel installation on /var/www/html/ and change the owner of…
KevDev
  • 541
  • 2
  • 6
  • 20
0
votes
1 answer

Install mbstring on Fedora 26

I have Downgraded php7.1 to php5.6. and I need to install mbstring. I tried with below command. Its not wkirking. dnf install php56-php-mbstring Error was: Error: Unable to find a match
Arafath
  • 1,090
  • 3
  • 14
  • 28
0
votes
1 answer

Installing NodeJS v8.9 on Fedora 26

I use Fedora 26 and NodeJS v 6.11 Now NodeJS v8.9 recommended for most users. I downloaded this version( node-v8.9.0-linux-x64.tar.xz ) and unpack, but what next? I have tree of folders.
Ostic
  • 71
  • 1
  • 7
0
votes
1 answer

Simplest OpenCL program fails

I am using an Dell Laptop with an i3 processor and an Intel 5500 series graphics card. [idf@localhost OpenCLDeviceQuery]$ lspci | grep -i --color 'vga\|3d\|2d' 00:02.0 VGA compatible controller: Intel Corporation HD Graphics 5500 (rev…
Ivan
  • 7,448
  • 14
  • 69
  • 134
0
votes
1 answer

/dev/fedora/root does not exist, /dev/fedora/swap does not exist, /dev/mapper/fedora-root does not exist

I removed a preinstalled Windows 10 to install Fedora 26 on my Lenovo Yoga 9. Now, the computer doesn't boot. Gets stuck during the booting and it shows this. Can Someone please tell me what I should do to fix this? I am completely new to Fedora. I…
1
2