I´m working on bulk uploading an nft collection:
- Download Python and Chrome browser
- pip install -r requirements.txt
- python openseaupload.py (Run the script)
- Press the "Open Chrome Browser" button
- Set up your metamask wallet and login to Opensea using your wallet
- Open the collection you want to upload to and copy the link
- Click Start button
Credits @cloudmaking
The problem is on step 3 when I try to run the script. I get this error:
File "openseaupload.py", line 9, in from selenium import webdriver ImportError: No module named selenium
I know selenium is intalled as I checked and it says " "Requirement already satisfied)
I´m lost here.