InstaPy / InstaPy/instapy-quickstart

I just installed INSTAPY on Kali Linux Amd64 and is not working

Open
#203 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
777
Forks
763
PR merge metrics
No merged PRs in 30d

Description

I installed INSTAPY by the command:

$ pip3 install instapy
then I downloaded the quickstart and when to Linux install

$chmod 777 install and update
and then run the scripts
have one red status:

ERROR: After October 2020 you may experience errors when installing or updating packages. This is because pip will change the way that it resolves dependency conflicts.

We recommend you use --use-feature=2020-resolver to test your packages with the new resolver before it becomes the default.

clarifai 2.6.2 requires configparser<4,>=3.5, but you'll have configparser 5.0.1 which is incompatible.

THEN I chmod the run linux file and run it (nothing happened)
FINALLY run the quickstart changing the username and password and headless TRUE and got this:

└─$ python3 quickstart.py 1 ⨯
InstaPy Version: 0.6.12
._. ._. ._. ._. ._. ._. ._. ._.
Workspace in use: "/home/zara/InstaPy"
Error, unable to determine correct filename for 64bit linux
Traceback (most recent call last):
File "quickstart.py", line 13, in
session = InstaPy(username=insta_username,
File "/home/zara/.local/lib/python3.8/site-packages/instapy/instapy.py", line 322, in __init__
self.browser, err_msg = set_selenium_local_session(
File "/home/zara/.local/lib/python3.8/site-packages/instapy/browser.py", line 131, in set_selenium_local_session
driver_path = geckodriver_path or get_geckodriver()
File "/home/zara/.local/lib/python3.8/site-packages/instapy/browser.py", line 38, in get_geckodriver
sym_path = gdd.download_and_install()[1]
File "/home/zara/.local/lib/python3.8/site-packages/webdriverdownloader/webdriverdownloader.py", line 174, in download_and_install
filename_with_path = self.download(version,
File "/home/zara/.local/lib/python3.8/site-packages/webdriverdownloader/webdriverdownloader.py", line 129, in download
download_url = self.get_download_url(version, os_name=os_name, bitness=bitness)
File "/home/zara/.local/lib/python3.8/site-packages/webdriverdownloader/webdriverdownloader.py", line 324, in get_download_url
raise RuntimeError(info_message)
RuntimeError: Error, unable to determine correct filename for 64bit linux

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by reproducing the failure with quickstart.py and inspect the traceback paths in instapy/browser.py and webdriverdownloader/webdriverdownloader.py. Check the geckodriver download and configparser dependency errors; done means the quickstart starts successfully on 64-bit Linux without these installation errors.

Written by the indexing model from the issue text.

Assessment

Tech stack
linux, python
Domain
developer-experience
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.