[GH-ISSUE #83] Problem Installalling on Xubuntu 20.04. #73

Closed
opened 2026-02-25 20:34:35 +03:00 by kerem · 8 comments
Owner

Originally created by @Pj1907 on GitHub (Jan 17, 2021).
Original GitHub issue: https://github.com/B16f00t/whapa/issues/83

Hi.
I can't finalize installation on Xubuntu 20.04:

git clone https://github.com/B16f00t/whapa.git ----- ok done

sudo apt install python3-tk ---- ok done

pip3 install -r ./doc/requirements.txt ----- ERROR: Could not open requirements file: [Errno 2] File o directory non esistente: './doc/requirements.txt

Thanks.

Originally created by @Pj1907 on GitHub (Jan 17, 2021). Original GitHub issue: https://github.com/B16f00t/whapa/issues/83 Hi. I can't finalize installation on Xubuntu 20.04: git clone https://github.com/B16f00t/whapa.git ----- ok done sudo apt install python3-tk ---- ok done pip3 install -r ./doc/requirements.txt ----- ERROR: Could not open requirements file: [Errno 2] File o directory non esistente: './doc/requirements.txt Thanks.
kerem closed this issue 2026-02-25 20:34:35 +03:00
Author
Owner

@B16f00t commented on GitHub (Jan 23, 2021):

are you sure that the file exist? are you in the correct path?

<!-- gh-comment-id:765892227 --> @B16f00t commented on GitHub (Jan 23, 2021): are you sure that the file exist? are you in the correct path?
Author
Owner

@Pj1907 commented on GitHub (Jan 23, 2021):

Yes.: /home/(my user)/whapa/doc/requirements.txt

It contain this:

pycryptodome
colorama
configparser
gpsoauth
requests==2.21.0

<!-- gh-comment-id:766042119 --> @Pj1907 commented on GitHub (Jan 23, 2021): Yes.: /home/(my user)/whapa/doc/requirements.txt It contain this: pycryptodome colorama configparser gpsoauth requests==2.21.0
Author
Owner

@Joeldevfront-end commented on GitHub (Jan 23, 2021):

Não Sei falar inglês, portanto não entendo o que estas a falar Enviado do meu celular Huawei-------- Mensagem Original --------Assunto:Re: [B16f00t/whapa] Problem Installalling on Xubuntu 20.04. (#83)De:Ivan Moreno Para:B16f00t/whapa Cc:Subscribed
are you sure that the file exist? are you in the correct path?

—You are receiving this because you are subscribed to this thread.Reply to this email directly, view it on GitHub, or unsubscribe.
[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/B16f00t/whapa/issues/83#issuecomment-765892227",
"url": "https://github.com/B16f00t/whapa/issues/83#issuecomment-765892227",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]

<!-- gh-comment-id:766074765 --> @Joeldevfront-end commented on GitHub (Jan 23, 2021): Não Sei falar inglês, portanto não entendo o que estas a falar Enviado do meu celular Huawei-------- Mensagem Original --------Assunto:Re: [B16f00t/whapa] Problem Installalling on Xubuntu 20.04. (#83)De:Ivan Moreno Para:B16f00t/whapa Cc:Subscribed are you sure that the file exist? are you in the correct path? —You are receiving this because you are subscribed to this thread.Reply to this email directly, view it on GitHub, or unsubscribe. [ { "@context": "http://schema.org", "@type": "EmailMessage", "potentialAction": { "@type": "ViewAction", "target": "https://github.com/B16f00t/whapa/issues/83#issuecomment-765892227", "url": "https://github.com/B16f00t/whapa/issues/83#issuecomment-765892227", "name": "View Issue" }, "description": "View this Issue on GitHub", "publisher": { "@type": "Organization", "name": "GitHub", "url": "https://github.com" } } ]
Author
Owner

@B16f00t commented on GitHub (Jan 24, 2021):

Sorry, but I don't understand what you show me

<!-- gh-comment-id:766343142 --> @B16f00t commented on GitHub (Jan 24, 2021): Sorry, but I don't understand what you show me
Author
Owner

@Pj1907 commented on GitHub (Jan 24, 2021):

Ivan, you asked to me if the file exist... isn't it?

And I replied that it exist in this path:

/home/(my user)/whapa/doc/requirements.txt

And this is what such "requirements.txt" file contains:

"
pycryptodome
colorama
configparser
gpsoauth
requests==2.21.0
"

Sorry if I was not clear enough.
Piergiorgio

<!-- gh-comment-id:766344008 --> @Pj1907 commented on GitHub (Jan 24, 2021): Ivan, you asked to me if the file exist... isn't it? And I replied that it exist in this path: /home/(my user)/whapa/doc/requirements.txt And this is what such "requirements.txt" file contains: " pycryptodome colorama configparser gpsoauth requests==2.21.0 " Sorry if I was not clear enough. Piergiorgio
Author
Owner

@B16f00t commented on GitHub (Jan 28, 2021):

The error it shows is that the file path does not exist.
I don't know if you have configured the permissions correctly.
Try to install the requirements by hand with:
pip3 install pycryptodome colorama configparser gpsoauth requests==2.21.0

<!-- gh-comment-id:768923984 --> @B16f00t commented on GitHub (Jan 28, 2021): The error it shows is that the file path does not exist. I don't know if you have configured the permissions correctly. Try to install the requirements by hand with: pip3 install pycryptodome colorama configparser gpsoauth requests==2.21.0
Author
Owner

@Pj1907 commented on GitHub (Jan 30, 2021):

Hi,
done.

Installing collected packages: pycryptodome, configparser, pycryptodomex, urllib3, requests, gpsoauth
Successfully installed configparser-5.0.1 gpsoauth-0.4.1 pycryptodome-3.9.9 pycryptodomex-3.9.9 requests-2.21.0 urllib3-1.24.3

But when I digit:

~$ python3 whapa-gui.py

This is what I get:

python3: can't open file 'whapa-gui.py': [Errno 2] No such file or directory

And also If I digit:

pip3 install -r ./doc/requirements.txt
or
sudo pip3 install -r ./doc/requirements.txt

I get ;
ERROR: Could not open requirements file: [Errno 2] File o directory non esistente: './doc/requirements.txt'

<!-- gh-comment-id:770198986 --> @Pj1907 commented on GitHub (Jan 30, 2021): Hi, done. Installing collected packages: pycryptodome, configparser, pycryptodomex, urllib3, requests, gpsoauth Successfully installed configparser-5.0.1 gpsoauth-0.4.1 pycryptodome-3.9.9 pycryptodomex-3.9.9 requests-2.21.0 urllib3-1.24.3 But when I digit: ~$ python3 whapa-gui.py This is what I get: python3: can't open file 'whapa-gui.py': [Errno 2] No such file or directory And also If I digit: pip3 install -r ./doc/requirements.txt or sudo pip3 install -r ./doc/requirements.txt I get ; ERROR: Could not open requirements file: [Errno 2] File o directory non esistente: './doc/requirements.txt'
Author
Owner

@B16f00t commented on GitHub (Feb 7, 2021):

It seems that you don't have permissions, so you must change it, with chmod for example

<!-- gh-comment-id:774742750 --> @B16f00t commented on GitHub (Feb 7, 2021): It seems that you don't have permissions, so you must change it, with chmod for example
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/whapa#73
No description provided.