Python Forum
Key Error: os.environ["HOME"]
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Key Error: os.environ["HOME"]
#3
@Axel_Erfurt in both case return same error
modelFile = os.environ['HOME'] + "\\models\\" + "glove.6B.300d_word2vec.txt"
print(os.environ)
also this case return me another error empty
modelFile = os.path.expanduser('~') + "\\models\\" + "glove.6B.300d_word2vec.txt"
print(os.environ)
error
Error:
============================== warnings summary =============================== ..\..\Python3.8.0\Python\lib\site-packages\scipy\sparse\sparsetools.py:21 D:\Python3.8.0\Python\lib\site-packages\scipy\sparse\sparsetools.py:21: DeprecationWarning: `scipy.sparse.sparsetools` is deprecated! scipy.sparse.sparsetools is a private module for scipy.sparse, and should not be used. _deprecated() -- Docs: https://docs.pytest.org/en/stable/warnings.html ============================= 1 warning in 3.04s ============================== Process finished with exit code 5 Empty suite
Reply


Messages In This Thread
Key Error: os.environ["HOME"] - by Anldra12 - Jun-17-2021, 02:34 PM
RE: Key Error: os.environ["HOME"] - by Axel_Erfurt - Jun-17-2021, 03:01 PM
RE: Key Error: os.environ["HOME"] - by Anldra12 - Jun-17-2021, 03:08 PM
RE: Key Error: os.environ["HOME"] - by Axel_Erfurt - Jun-17-2021, 03:16 PM
RE: Key Error: os.environ["HOME"] - by Anldra12 - Jun-17-2021, 03:19 PM
RE: Key Error: os.environ["HOME"] - by Axel_Erfurt - Jun-17-2021, 03:40 PM
RE: Key Error: os.environ["HOME"] - by Anldra12 - Jun-17-2021, 04:01 PM
RE: Key Error: os.environ["HOME"] - by Axel_Erfurt - Jun-17-2021, 04:20 PM
RE: Key Error: os.environ["HOME"] - by Anldra12 - Jun-17-2021, 04:37 PM
RE: Key Error: os.environ["HOME"] - by Anldra12 - Jun-17-2021, 04:49 PM
RE: Key Error: os.environ["HOME"] - by Anldra12 - Jun-17-2021, 05:34 PM
RE: Key Error: os.environ["HOME"] - by Anldra12 - Jun-18-2021, 02:21 PM
RE: Key Error: os.environ["HOME"] - by Axel_Erfurt - Jun-18-2021, 04:11 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  home automation using python barryjo 1 2,048 Jul-24-2022, 09:09 PM
Last Post: Larz60+
  /home/pi/.local/bin is not on PATH hcccs 3 14,760 Feb-08-2021, 10:12 PM
Last Post: Gribouillis
  Home Directory pgoosen 9 8,861 Oct-15-2020, 12:37 PM
Last Post: DeaD_EyE
  change to home directory Skaperen 2 3,249 Nov-28-2017, 02:53 AM
Last Post: Skaperen
  os.environ not setting current shell variables in Windows? brian6667 2 13,320 Apr-26-2017, 12:59 PM
Last Post: brian6667
  change to home directory Skaperen 4 13,261 Apr-20-2017, 05:54 AM
Last Post: Skaperen

Forum Jump:

User Panel Messages

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