deathsec / instagram-py

MIT License
323 stars 113 forks source link

ModuleNotFoundError: No module named 'requests' #75

Open Adrwaan opened 5 months ago

Adrwaan commented 5 months ago

When following the steps described on the installation page on github, instagram-py does not install, it appears that something is going wrong in 'requests'.

Already tried:

The error is as follows:

Collecting instagram-py
  Using cached instagram-py-2.0.7.tar.gz (31 kB)
  Installing build dependencies ... done
  Getting requirements to build wheel ... error
  error: subprocess-exited-with-error

  × Getting requirements to build wheel did not run successfully.
  │ exit code: 1
  ╰─> [24 lines of output]
      Traceback (most recent call last):
        File "C:\Python312\Lib\site-packages\pip\_vendor\pyproject_hooks\_in_process\_in_process.py", line 353, in <module>
          main()
        File "C:\Python312\Lib\site-packages\pip\_vendor\pyproject_hooks\_in_process\_in_process.py", line 335, in main
          json_out['return_val'] = hook(**hook_input['kwargs'])
                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
        File "C:\Python312\Lib\site-packages\pip\_vendor\pyproject_hooks\_in_process\_in_process.py", line 118, in get_requires_for_build_wheel
          return hook(config_settings)
                 ^^^^^^^^^^^^^^^^^^^^^
        File "C:\Users\user\AppData\Local\Temp\pip-build-env-_yqe2pyf\overlay\Lib\site-packages\setuptools\build_meta.py", line 325, in get_requires_for_build_wheel
          return self._get_build_requires(config_settings, requirements=['wheel'])
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
        File "C:\Users\user\AppData\Local\Temp\pip-build-env-_yqe2pyf\overlay\Lib\site-packages\setuptools\build_meta.py", line 295, in _get_build_requires
          self.run_setup()
        File "C:\Users\user\AppData\Local\Temp\pip-build-env-_yqe2pyf\overlay\Lib\site-packages\setuptools\build_meta.py", line 487, in run_setup
          super().run_setup(setup_script=setup_script)
        File "C:\Users\user\AppData\Local\Temp\pip-build-env-_yqe2pyf\overlay\Lib\site-packages\setuptools\build_meta.py", line 311, in run_setup
          exec(code, locals())
        File "<string>", line 13, in <module>
        File "C:\Users\user\AppData\Local\Temp\pip-install-lct7823i\instagram-py_bce61f5bb4ef405a9ffda4864ec4a843\InstagramPy\__init__.py", line 11, in <module>
          from .InstagramPySession import InstagramPySession, DEFAULT_PATH
        File "C:\Users\user\AppData\Local\Temp\pip-install-lct7823i\instagram-py_bce61f5bb4ef405a9ffda4864ec4a843\InstagramPy\InstagramPySession.py", line 11, in <module>
          import requests
      ModuleNotFoundError: No module named 'requests'
      [end of output]

  note: This error originates from a subprocess, and is likely not a problem with pip.
error: subprocess-exited-with-error

× Getting requirements to build wheel did not run successfully.
│ exit code: 1
╰─> See above for output.

note: This error originates from a subprocess, and is likely not a problem with pip.
rishy05 commented 4 months ago

Facing the same issue. Found any solution?

Klgor1803 commented 2 months ago

clone the repo copy the folder InstagramPy to /usr/lib/python3 copy the bin/instagram-py to /usr/bin chmod +x /usr/bin/instagram-py

Adrwaan commented 1 month ago

@Klgor1803 This occurs on Windows, which is why the paths you say do not exist.