-
Notifications
You must be signed in to change notification settings - Fork 72
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
Mechanical Soup Error #71
Comments
Hmm looks like it might be running with python 2 instead of python 3.6+? Try: |
Also are you sure you followed setup instructions correctly? |
I have installed pipenv first. followed your instructions. tried running with python3
|
You don't need to run |
Could it be because of installed folder?
|
Hello, i've had the same exact issue. Any update? |
@filmgeek5000 Are you also on a Mac? I am not able to reproduce the problem myself. |
Yes I am on a Mac Mini running High Sierra |
@filmgeek5000 I can't reproduce it myself on a Mac system so its a little hard to fix. Are you using the latest version of the files? |
yes |
I have the same issue :( |
@mfvo Are you able to provide any more information about your system/environment? I cannot reproduce this issue myself so its hard to fix. |
I have the last mac os software, I mean 10.15.6 and running Python 3.7 |
Hi, I had the same issue on linux and windows, latest python3. Kind regards |
Try to change the active directory to the directory of the package, that helped me (I downloaded it into a zip file and then extracted it). |
I also ran up against this error. Fresh install of MacOS 10.15.7 Catalina I ran I was able to get around this by running
Which then got past that error, but ended up with not finding the ics module, fixed that by running
...and Bob's your uncle, it worked. Thanks for this great little script! |
Did you run I have a Mac but can't reproduce this on mine. |
I did run pipenv install first (though, on second though, perhaps I ran it
from the wrong directory).
Sorry that's not more helpful.
…On Wed, Dec 30, 2020 at 1:03 PM, Mo Beigi ***@***.***> wrote:
@jamestamplin <https://github.com/jamestamplin>
Did you run pipenv install first?
That should have installed mechanicalsoup and ics based on the
*requirements.txt* file.
I have a Mac but can't reproduce this on mine.
Maybe I'm misusing pipenv or its behaving differently on macos. [image:
🤔]
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#71 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAHIUC4WEZ4SD5D5OWXG7GLSXMQI7ANCNFSM4OP6Y6CQ>
.
|
Confirming this on MacOSX Catalina 10.15.7, Python 2.7.16, PipEnv 2020.11.15, also, be sure to deactivate temporarily two-factor authentication on Facebook. |
This issue has been fixed as part of: #116 It was a result of various imports in
Causing an early dependency failure to occur before SetupTools initialised and was ready to import dependencies. |
Hi guys,
I have cloned and trying to run the script. MechanicalSoup package is installed in my machine. But, I am receiving error below.
The text was updated successfully, but these errors were encountered: