Python Forum
pip installing package using c++ boost in windows
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
pip installing package using c++ boost in windows
#1
I'm trying to install the dionysus package in windows.
I've installed Visual studio 2017 (to get the c++ compiler), I've installed boost and it works if I link the directory in the VS editor.

But as soon as I try installing (from VS x64 native tools command prompt)
Quote:pip install dionysus
I get an error

Quote:...
Please set them or make sure they are set and tested correctly in the CMake files:
Boost_INCLUDE_DIR (ADVANCED)
...

What happens is that that the cl compiler does not know where boost is installed. I've tried fresh installing at least 10 times and searched through the internet, but still do not know how to tell the compiler in the pip process that boost is located at c:/boost.
Reply


Messages In This Thread
pip installing package using c++ boost in windows - by 6hearts - Feb-16-2018, 03:38 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Is it possible to see dependencies before installing a package? quazirfan 4 1,084 Dec-06-2022, 02:50 PM
Last Post: snippsat
  Installing Qt for Python. (On Windows 10) davediamond 22 4,576 Apr-18-2022, 06:50 AM
Last Post: ndc85430
  Unable to import sklearn after installing any package ilango 0 1,195 Oct-25-2021, 07:03 AM
Last Post: ilango
  Installing auto-sklearn on Windows 10 Led_Zeppelin 1 2,678 Apr-15-2021, 08:02 PM
Last Post: bowlofred
  Need help installing infoblox-client on Windows 10 dazmac10 1 2,550 Mar-07-2021, 10:57 PM
Last Post: snippsat
  Embedding python cause crash when use boost::asio multi threading udvatt108 0 1,730 Oct-04-2020, 03:15 PM
Last Post: udvatt108
  error while installing any library using pip in windows AkashKansal 1 4,414 Sep-24-2020, 07:51 AM
Last Post: buran
  installing python in windows 10 martynarthur2102 1 1,660 Aug-22-2020, 01:53 PM
Last Post: buran
  Installing a python package using pip anthonymoss78 0 1,823 Jul-14-2020, 01:52 PM
Last Post: anthonymoss78
  Installing a new package using pip in conda environment firebolt7 1 2,536 Nov-18-2019, 12:31 PM
Last Post: snippsat

Forum Jump:

User Panel Messages

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