Python Forum
Adding libraries to Python 3.6.2 embedded
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Adding libraries to Python 3.6.2 embedded
#2
(Aug-10-2017, 08:30 AM)hynek_compelson Wrote: Hello, I am trying to add pycryptodomex library into Python 3.6.2 embedded but without no success.
"embedded" distribution of Python, is not really designed not designed to install stuff into.
It don't comes with pip and site-packages folder is a zipfile.
In normal Python version it should be pip install pycryptodomex,
this will not work on "embedded" distribution without changing something that i am not sure of,
have not used "embedded" distribution.
Reply


Messages In This Thread
RE: Adding libraries to Python 3.6.2 embedded - by snippsat - Aug-10-2017, 09:01 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  How to run detectron2, as python embedded code in C++, on GPU? hassaniqbal931 3 1,162 Nov-02-2023, 04:45 PM
Last Post: blabling2
  Adding libraries to embedded Python as a ZIP The_Oman 0 1,291 May-05-2023, 04:05 PM
Last Post: The_Oman
Bug Embedded Python Memory Leaks Alexei 1 1,065 Sep-16-2022, 01:15 PM
Last Post: Alexei
  Embedded Python in C++ Xeno 19 3,705 Aug-03-2022, 07:29 AM
Last Post: Gribouillis
  Python script with local libraries zazas321 0 1,011 Jul-05-2022, 04:55 AM
Last Post: zazas321
  Embedded python fails to compile on Raspberry Pi tryfon 2 3,543 Dec-22-2020, 02:06 PM
Last Post: tryfon
  Can Embedded Python run any shared library on Android ? sprotz 0 2,358 Nov-08-2020, 12:21 PM
Last Post: sprotz
  memory leak on embedded python in c++ asdf3721 3 3,448 Jul-16-2020, 06:33 AM
Last Post: Gribouillis
  Embedded Python PyObject_CallObject function JRHeisey 1 2,431 Nov-27-2019, 01:50 AM
Last Post: casevh
  Adding markers to Folium map only adding last element. tantony 0 2,175 Oct-16-2019, 03:28 PM
Last Post: tantony

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020