Advertisement
Guest User

Untitled

a guest
Mar 25th, 2019
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.91 KB | None | 0 0
  1. C:\Snoopy\berthelot_measure>pipenv --rm
  2. Removing virtualenv (C:\Users\ENGIE LAB CRIGEN\.virtualenvs\berthelot_measure-hIn32NI6)…
  3.  
  4. C:\Snoopy\berthelot_measure>pip list
  5. DEPRECATION: The default format will switch to columns in the future. You can use --format=(legacy|columns) (or define a format=(legacy|columns) in your pip.conf under the [list] section) to disable this warning.
  6. certifi (2019.3.9)
  7. click (7.0)
  8. monotonic (1.5)
  9. numpy (1.16.2)
  10. pint (0.9)
  11. pip (9.0.1)
  12. pipenv (2018.11.26)
  13. pypicoscope (0.1)
  14. pyserial (3.4)
  15. sensorlib (1.0.1)
  16. setuptools (40.8.0)
  17. six (1.12.0)
  18. virtualenv (16.4.3)
  19. virtualenv-clone (0.5.1)
  20. You are using pip version 9.0.1, however version 19.0.3 is available.
  21. You should consider upgrading via the 'python -m pip install --upgrade pip' command.
  22.  
  23. C:\Snoopy\berthelot_measure>monitor_pressure.bat
  24.  
  25. C:\Snoopy\berthelot_measure>pipenv run python -m sensorlib.test_sensor ms580314 monitor
  26. Creating a virtualenv for this project…
  27. Pipfile: C:\Snoopy\berthelot_measure\Pipfile
  28. Using C:/Python36/python.exe (3.6.0) to create virtualenv…
  29. [ ] Creating virtual environment...Using base prefix 'C:\\Python36'
  30. New python executable in C:\Users\ENGIEL~1\VIRTUA~3\BERTHE~1\Scripts\python.exe
  31. Installing setuptools, pip, wheel...
  32. done.
  33. Running virtualenv with interpreter C:/Python36/python.exe
  34.  
  35. Successfully created virtual environment!
  36. Virtualenv location: C:\Users\ENGIE LAB CRIGEN\.virtualenvs\berthelot_measure-hIn32NI6
  37. Loading .env environment variables…
  38. Traceback (most recent call last):
  39. File "C:\Python36\Lib\runpy.py", line 183, in _run_module_as_main
  40. mod_name, mod_spec, code = _get_module_details(mod_name, _Error)
  41. File "C:\Python36\Lib\runpy.py", line 109, in _get_module_details
  42. __import__(pkg_name)
  43. File "C:\Snoopy\berthelot_measure\deps\sensorlib\src\sensorlib\__init__.py", line 9, in <module>
  44. from six import reraise
  45. ModuleNotFoundError: No module named 'six'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement