-
-
Notifications
You must be signed in to change notification settings - Fork 564
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
Pypi getting some issues(/usr/local/bin/jasmind.py not found) #999
Comments
Hi |
Try to use Ubuntu 20.04 LTS 64 bit Linux. apt install python3-pip Add below to lines into the bottom of ~/.bashrc filealias python=python3 Save & Exit ctrl+s and ctrl+xalias python=python3 curl -s https://packagecloud.io/install/repositories/jookies/jasmin-sms-gateway/script.deb.sh | sudo bash OR curl -s https://setup.jasminsms.com/deb | sudo bash systemctl enable jasmind |
@primeKal what os/version you have ? |
Stale issue detected, remove stale label or comment or this will be closed soon. |
Still having this issue on Debian, anyone ever found a solution ? |
I have a debian buster os and wanted to install through the pypi model and followed the steps created the user and owned files to then but when i start systemctl, it gives error no file named jasmind.py. i think pip install jasmin did not install the py file at /usr/local/bin which the script jasmind.service points too.. what can i do?
When i manually copy and paste the jasmind.py folder from /opt/bitnami/python/bin/jasmind.py, it gives an error like the one below
Aug 19 13:24:37 debian jasmind[16181]: return opener.open(url, data, timeout)
Aug 19 13:24:37 debian jasmind[16181]: File "/opt/bitnami/python/lib/python3.7/urllib/request.py", line 510, in open
Aug 19 13:24:37 debian jasmind[16181]: req = Request(fullurl, data)
Aug 19 13:24:37 debian jasmind[16181]: File "/opt/bitnami/python/lib/python3.7/urllib/request.py", line 328, in init
Aug 19 13:24:37 debian jasmind[16181]: self.full_url = url
Aug 19 13:24:37 debian jasmind[16181]: File "/opt/bitnami/python/lib/python3.7/urllib/request.py", line 354, in full_url
Aug 19 13:24:37 debian jasmind[16181]: self._parse()
Aug 19 13:24:37 debian jasmind[16181]: File "/opt/bitnami/python/lib/python3.7/urllib/request.py", line 383, in _parse
Aug 19 13:24:37 debian jasmind[16181]: raise ValueError("unknown url type: %r" % self.full_url)
Aug 19 13:24:37 debian jasmind[16181]: builtins.ValueError: unknown url type: '//etc/jasmin//resource//amqp0-9-1.xml'
The text was updated successfully, but these errors were encountered: