sachin-sankar / swiftshadow

Free IP Proxy rotator library for python
https://sachin-sankar.github.io/swiftshadow/
GNU General Public License v3.0
72 stars 5 forks source link

Import "swiftshadow.swiftshadow" could not be resolved #16

Closed julianCast closed 1 year ago

julianCast commented 1 year ago

Hi! I'm having an issue where after installing the module it's not found. It's the only with I'have had that issue. Using Python 3.10 on Windows 11

(venv) PS E:\Github Projects\last-mass> pip install swiftshadow
Collecting swiftshadow
  Downloading swiftshadow-0.2.3-py3-none-any.whl (20 kB)
Requirement already satisfied: requests in e:\github projects\last-mass\venv\lib\site-packages (from swiftshadow) (2.30.0)
Requirement already satisfied: charset-normalizer<4,>=2 in e:\github projects\last-mass\venv\lib\site-packages (from requests->swiftshadow) (3.1.0)
Requirement already satisfied: idna<4,>=2.5 in e:\github projects\last-mass\venv\lib\site-packages (from requests->swiftshadow) (3.4)
Requirement already satisfied: urllib3<3,>=1.21.1 in e:\github projects\last-mass\venv\lib\site-packages (from requests->swiftshadow) (1.26.15)
Requirement already satisfied: certifi>=2017.4.17 in e:\github projects\last-mass\venv\lib\site-packages (from requests->swiftshadow) (2023.5.7)
Installing collected packages: swiftshadow
Successfully installed swiftshadow-0.2.3

Sin título

Pip show

(venv) PS E:\Github Projects\last-mass> pip list
Package            Version
------------------ --------
beautifulsoup4     4.12.2
boto3              1.26.129
botocore           1.29.129
certifi            2023.5.7
charset-normalizer 3.1.0
idna               3.4
jmespath           1.0.1
pip                22.3.1
python-dateutil    2.8.2
requests           2.30.0
s3transfer         0.6.1
setuptools         65.5.0
six                1.16.0
soupsieve          2.4.1
swiftshadow        0.2.3
urllib3            1.26.15
julianCast commented 1 year ago

It was installed on a different python version, my bad!