-
Notifications
You must be signed in to change notification settings - Fork 80
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
Using Anaconda/Conda Solution #141
Comments
Can you please fix your link? FYI: python3.7 is REALLY new. Would you be interested in a conda(-forge) package for this? |
Is this related to: #103 ? |
And it seems that updating python solves things? pymedusa/Medusa#1843 (comment) but maybe that is for 2.7 |
Hi Mark.
It related to the frontpage. https://github.com/colinoflynn/pico-python#using-anacondaconda
Seems like Anaconda has an issue with ctypes. See the comment here<pymedusa/Medusa#1843 (comment)> imdatacenters says to:
If you are using a special version of Python [like Anaconda] and you can't fix it. Navigate to line 362 of lib/ctypes/init.py and change it to: self._handle = _dlopen(str(self._name), mode)
I had this problem with the 64 bit version of Anaconda.
After installing the 32 bit v3.7 the problem was solved
Best regards,
Henk
From: Mark Harfouche <[email protected]>
Sent: woensdag 3 oktober 2018 21:39
To: colinoflynn/pico-python <[email protected]>
Cc: Heijden, Henk van der <[email protected]>; Author <[email protected]>
Subject: Re: [colinoflynn/pico-python] Using Anaconda/Conda Solution (#141)
Is this related to: #103<https://emea01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fcolinoflynn%2Fpico-python%2Fissues%2F103&data=02%7C01%7C%7C45934653a11749cde84e08d62967ec87%7C1a407a2d76754d178692b3ac285306e4%7C0%7C0%7C636741923655563310&sdata=RI4sPQ0i5hEv%2F%2F1KVhml2ErvjLXwy34N%2BdqhLJg4Ggo%3D&reserved=0> ?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<https://emea01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fcolinoflynn%2Fpico-python%2Fissues%2F141%23issuecomment-426771660&data=02%7C01%7C%7C45934653a11749cde84e08d62967ec87%7C1a407a2d76754d178692b3ac285306e4%7C0%7C0%7C636741923655563310&sdata=NgMwNXVNq2j2Y4hURP7v9dbCoiUHk0kTx4wGDSngVXk%3D&reserved=0>, or mute the thread<https://emea01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FApy_AOxI8BICr8It5XUQqZgSF_3FdY_bks5uhRJqgaJpZM4XGqvG&data=02%7C01%7C%7C45934653a11749cde84e08d62967ec87%7C1a407a2d76754d178692b3ac285306e4%7C0%7C0%7C636741923655573323&sdata=MEJPVMUi4gSDKSBJKPTX4RG5JfQX%2BwRv94CXG2vbQbE%3D&reserved=0>.
…________________________________
The information contained in this message may be confidential and legally protected under applicable law. The message is intended solely for the addressee(s). If you are not the intended recipient, you are hereby notified that any use, forwarding, dissemination, or reproduction of this message is strictly prohibited and may be unlawful. If you are not the intended recipient, please contact the sender by return e-mail and destroy all copies of the original message.
|
Interesting. Well if you are stuck on 32 bit, You have my sympathies. |
Closing as this is quite old and maybe not relevant anymore |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Using Anaconda/Conda
Seems like Anaconda has an issue with ctypes. See the comment here imdatacenters says to:
If you are using a special version of Python [like Anaconda] and you can't fix it. Navigate to line 362 of lib/ctypes/init.py and change it to: self._handle = _dlopen(str(self._name), mode)
Solution, install Anaconda 32 bit. this will solve the problem Python 3.7
Anaconda3-5.3.0-Windows-x86
https://www.anaconda.com/download/#windows
The text was updated successfully, but these errors were encountered: