Carnets icon indicating copy to clipboard operation
Carnets copied to clipboard

can't pip install platform

Open mdecaro opened this issue 2 years ago • 2 comments

I go back and forth between Mac and Carnets. Ability to use platform package so I can set proper iCloud folder path would be great - assuming there is a fix for the iCloud folder on IOS bug!!!

mdecaro avatar Sep 10 '21 17:09 mdecaro

Hi, I'm a little bit confused. The platform package is installed by default, as part of the standard Python install. import platform works, and platform.machine() returns iPad6,7 on my iPad. I'm not certain I understand what it is that you are trying to do.

holzschu avatar Sep 10 '21 19:09 holzschu

I apologize! When I tried it yesterday, it gave me an error about platform not being available, I don't remember the actual message. Tried it today, it is working.

On Sep 10, 2021, at 3:02 PM, Nicolas Holzschuch @.***> wrote:

Hi, I'm a little bit confused. The platform package is installed by default, as part of the standard Python install. import platform works, and platform.machine() returns iPad6,7 on my iPad. I'm not certain I understand what it is that you are trying to do.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/holzschu/Carnets/issues/197#issuecomment-917140378, or unsubscribe https://github.com/notifications/unsubscribe-auth/AENJQIAR5K4MSTIEZCA6HDTUBJI4FANCNFSM5DZZAUVQ. Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

mdecaro avatar Sep 10 '21 20:09 mdecaro