
ERROR: Command "python -u /Users/svenkautlenbach/Documents/LoRaWAN-demo-72/.temp/tools/make.py -t TOOLCHAIN_GCC_ARM -m TARGET_NRF51_DK -source.

I am aware that there are lots of similar questions and I tried most/all solutions suggested here, e.g., checking the init.py and setting PYTHONPATH, but the problem still exists. Auto-installing missing Python modules.įile "/Users/svenkautlenbach/Documents/LoRaWAN-demo-72/.temp/tools/make.py", line 43, in įrom tools.options import get_default_options_parserįile "/Users/svenkautlenbach/Documents/LoRaWAN-demo-72/.temp/tools/options.py", line 18, in įile "/Users/svenkautlenbach/Documents/LoRaWAN-demo-72/.temp/tools/toolchains/_init_.py", line 35, in įile "/Users/svenkautlenbach/Documents/LoRaWAN-demo-72/.temp/tools/memap.py", line 11, in Now, after installing this successfully with sudo python setup.py install, I run mypackage and get an import error: No module named mypackage.main. If it doesn't display an error, just create a virtual environment in the project, activate it and install selenium inside of it.MacBook-Pro LoRaWAN-demo-72 (master) $ mbed compile -m TARGET_NRF51_DK -t TOOLCHAIN_GCC_ARM I am trying to install casa-py (MacOS 10.12.6 Sierra, CASA 5.1.1), but when I run 'casa-python setup.py install' from the command line, I get the following output and ImportError: Determined Python. The directory /home/user/.cache/pip or its parent directory is not owned by the current user and caching wheels has been disabled. This is supposed to import the Pandas library into your (virtual) environment. Then install selenium with pip install -U selenium (it will install the latest version). Venv\Scripts\activate.bat (for Windows cmd). Venv\Scripts\Activate.ps1 (for Windows powershell) or Also, Im using a terminal (MobaXterm) which mimics a linux. However, when I type in the full command for the setuptools, it says no module named pip. when I type in just pip, the command is recognized. If it displays an error, install it with pip install virtualenv Then install upgrade pip which will also install the latest versions of setuptools and wheel with this python -m pip install -U pip setuptools. then pip install selenium into the environment.Ĭheck if you have a virtual environment with virtualenv -version
line 1, inIf there is, activate it with source /bin/activate (for MacOS) and venv\Scripts\Activate.ps1 (for Windows powershell) or venv\Scripts\activate.bat (for Windows cmd). and that the latest MSVC, C++ CMake tools for Windows, and a Windows SDK compatible.

Please check the project structure and see if there is no virtual environment already (It is a good practice to have one) created in the project.
