I'm trying to install pybedtools on windows and got the above error. What am I missing and above all where should I download it to?
I found a zlib package download for windows here http://www.zlib.net/zlib1211.zip but I have no clue how to proceed from there.
Many thanks for whoever can help. There's another post on a similar question but apparently no one answered that.
Related
I am trying to run my Rhizovision Imager software, but when I hit the app to execute, I am prompted with the errors that says I am missing .dll files. I was wondering if anyone else has had this problem? For example, an error pops up that I am missing "gcbase_md_vc120_v3_0_v5_0.dll"
I found this occurs if you have a different version of Pylon installed. Download and install the following "pylon_5_Runtime_5.0.12.11830". If you also wish to install the Pylon Viewer, download and install that first, then re-install the 5_Runtime above. Hope that helps!
I been getting this error while trying to install cudnn 8 with the debian distribution downloaded from here.
/sbin/ldconfig.real: "/usr/local/cuda-10.2/lib64" is not a known library type
All the related config files in ld.so.conf.d include the above path, running ldconfig receive the same error.
Anyone knows what's happening?
apparently commenting out LD_LIBRARY_PATH=/usr/local/cuda-10.2/lib64 in /etc/ld.so.conf.d/lib_cuda.conf was enough to fix the issue. Not sure what impact is gonna bring but at least the error message is gone
This question already has answers here:
Cannot open include file: 'io.h': No such file or directory
(18 answers)
Closed 1 year ago.
Today I tried to compile a file with cython. I downloaded vs_buildtools 2019 and eventually tried installing almost everything within "C++ build tools", still not working. Here are some details.
When I install the default of "C++ build tools" it shows the error that writes in the title. I tried plus installing "CLI support" as an answer given in a similar question, still not working. I also tried add the path of io.h's folder or itself in the sys environment and user environment, still not working.
And if I uninstall it and install version 2017 and Windows 10 SDK it then shows another error "can't find vcvarsall.bat". So I tried to run it as administrator and along with similar files, sad not working. Eventually I tried install almost every thing in the "C++ build tools" except as showing in the picture, yet not solving the problem.
I'm using python 3.7 and I've been using it for a while. Every thing works fine.
Here's the whole error sentence:
fatal error C1083: Cannot open include file: 'io.h': No such file or directory
error: command 'C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.27.29110\bin\HostX86\x64\cl.exe' failed with exit status 2
Finally I solved it. This is what I installed.
I'm sure the reason is that my system was missing Universial Winodows Platform build prerequisites. So it solves the problem. Thank you all for your help.
I've just installed Haskell Platform 8.6.5 in Windows 10 (latest download from https://www.haskell.org/platform/), and when trying "cabal new-update" or "cabal v1-update", it answers with the following error message.
Downloading the latest package list from hackage.haskell.org
cabal.exe: Could not read index. Did you call 'checkForUpdates'?
I have found no other question regarding this issue here, and although there is one on GitHub (https://github.com/haskell/cabal/issues/5574), no solutions so far, at least for Windows.
Can I use cabal on Windows at all?
I have searched and read all cabal related problems I could, both on here and on GitHub, but most are either for Linux or OS. No good answers for Windows...
I have tried the "cabal -v3 v2-update" and it showed me the file that was missing and its path. At first I tried to restore the file by hand, but someone suggested erasing all the files related to the missing one, and, voilá, cabal regenerate all of them and started to work.
The file missing was called 001-index.cache, and I erased all the files 001-index*.
The path was C:\Users\fidel\AppData\Roaming\cabal\packages\hackage.haskell.org.
Thanks everybody for the suggestions and help.
I would like to compile ARToolKit source code on Linux, download the source code, and in accordance with the ARToolKit document, configuration GLUT, OpenGL, libjpeg other libraries.
Go to the ARToolKit directory and type ./Configer
Configer information image.
Enter the make command,The error occurs.
What are the causes of these errors? How can I solve? thanks.
according to your configuration screenshot you miss a gstreamer installation.
Please do:
sudo apt-get install libgstreamer0.10-dev
see here for more information: http://artoolkit.org/documentation/doku.php?id=8_Advanced_Topics:build_artoolkit
Let me know if that works for you
Edit:
Just saw that there are 3 more comments and that you already installed libgstreamer to fix the issue thanks to Michael O.